Julian Sun

Results 6 issues of Julian Sun

We should fix this command https://github.com/octopus-network/ibc-demo/blob/84b196c9a170dc63a14a90b544f6d3876f7e641e/cli/src/main.rs#L54 Use data like this https://github.com/informalsystems/ibc-rs/blob/c78b793d99571df4781cec4c2cfcb18ed68098d1/guide/src/commands/queries/client.md to create a real `MsgCreateAnyClient`. Then send the message to a dev node, make sure the data is stored...

Hi all! Since the BEEFY protocol was designed, implementing a light client based on GRANDPA directly is not the best option. We updated the spec to take advantage of the...

``` $ cargo test -p pallet-octopus-appchain error[E0046]: not all trait items implemented, missing: `PalletId`, `Currency` --> bin/node-template/pallets/octopus-appchain/src/mock.rs:187:1 | 187 | impl pallet_octopus_appchain::Config for Test { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `PalletId`, `Currency`...

see snowfork: ``` 134 /// Submit message on the outbound channel 135 pub fn submit(who: &T::AccountId, target: H160, payload: &[u8]) -> DispatchResult { 140 ensure!( 141 MessageQueue::decode_len().unwrap_or(0) < T::MaxMessagesPerCommit::get(), 142...

low priority

https://github.com/octopus-network/pallet-octopus-appchain/blob/e0186954b182e87149a906c95c6d9e687ad1de1d/src/mainchain.rs#L65 so different nodes can use different endpoints to access mainchain.

low priority