Davirain
Davirain
Are there any plans to integrate the `ibc protocol`(https://github.com/informalsystems/ibc-rs)?
*Issue #, if available:* *Description of changes:* fix: warn when cargo clippy, and fix some code.
### Describe the bug ``` yarn run v1.22.10 $ cross-env BROWSER=none react-scripts start /Users/davirain/davirain/hello-world/node_modules/@babel/template/lib/options.js:55 if (syntacticPlaceholders SyntaxError: Unexpected end of input at Object.compileFunction (node:vm:352:18) at wrapSafe (node:internal/modules/cjs/loader:1026:15) at Module._compile (node:internal/modules/cjs/loader:1061:27)...
https://github.com/ZhangHanDong/tao-of-rust-codes/blob/809fcc80408b848824bd3fa5b3b0fb45a578436f/src/ch03/traits.rs#L33 应该改为associated_type();
https://github.com/ZhangHanDong/tao-of-rust-codes/blob/809fcc80408b848824bd3fa5b3b0fb45a578436f/src/ch03/type_infer.rs#L12 应该是a推导为u32, b推导为i32。 vec 会自动推断为Vec
thread 'main' panicked at 'unsupported platform', /Users/davirain/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-flutter-0.1.12/src/engine.rs:53:18 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace computer: apple m1 rust: stable
## Crate None ## Summary init_event_monitor Support multiply chain to event mointor https://github.com/informalsystems/ibc-rs/blob/8944f94815c35b2d3297971aa437900d259dc75a/relayer/src/chain.rs#L99 ``` /// Initializes and returns the event monitor (if any) associated with this chain. fn init_event_monitor( &self,...
``` impl Ics18Context for Context { fn query_latest_height(&self) -> Height { let revision_height = host_height::(); Height::new(REVISION_NUMBER, revision_height).expect(&REVISION_NUMBER.to_string()) } fn query_client_full_state(&self, client_id: &ClientId) -> Option { // Forward call to Ics2....
# ics02client - host_consensus_state - pending_host_consensus_state - host_height # need add ics10-grandpa-client to ics02client implement api file