pallet-octopus-appchain icon indicating copy to clipboard operation
pallet-octopus-appchain copied to clipboard

FRAME pallet for joining the octopus network as an appchain.

Results 4 pallet-octopus-appchain issues
Sort by recently updated
recently updated
newest added

``` $ 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