Blas Rodriguez Irizar
Blas Rodriguez Irizar
Ref to comment explaining the need for this: https://github.com/near/nearcore/issues/2076#issuecomment-1157406269 Fixes: #2076
NEP-364
Implementing the following host functions according to the design proposed in [NEP-364](https://github.com/near/NEPs/pull/364) ```rs pub fn ed25519_verify( &mut self, sig_len: u64, sig_ptr: u64, msg_len: u64, msg_ptr: u64, pub_key_len: u64, pub_key_ptr: u64,...
keep track of latest_block_hashes on Chain struct
``` --- FAIL: TestSubstrateToCosmosIBC (7.75s) /Users/blasrodriguezgarciairizar/composable/ibctest/examples/logger.go:130: 2022-09-27T06:58:05.820-0500 INFO Using embedded configured chains /Users/blasrodriguezgarciairizar/composable/ibctest/examples/logger.go:130: 2022-09-27T06:58:07.628-0500 INFO About to start container {"image": "ghcr.io/cosmos/relayer:v2.1.2", "test_name": "TestSubstrateToCosmosIBC", "command": "rly config init --home /var/relayer-rly", "hostname":...
Taken a lot of inspiration from https://github.com/aptos-labs/aptos-core/pull/4181#issue-1372293035 ### Description Add BLAKE2B-256 hashing in Move, to support folks writing bridge contracts to other platforms, as per conversations with @JoshLind and @alinush....
- assemble input for prover over a finalized block - get the prover result - send the packet to the other chain with the proof
fix finding `6. Finality proof verification is too strict`
[file rendered](https://github.com/composableFi/centauri/blob/ibc-rate-limit/contracts/pallet-ibc/docs/ibc-rate-limit.md)
1. Cherry-pick pallets from runtime metadata 2. reconnect on timeout of stream 3. avoid having to use low level future/stream primitives