ComposableFi / ibc-go

Interblockchain communication protocol (IBC) implementation in Golang.
https://ibcprotocol.org/
MIT License
8 stars 3 forks source link

Update trie key path for beefy light client #23

Closed Wizdave97 closed 2 years ago

Wizdave97 commented 2 years ago

Summary

Remove scale encoding when deriving trie key paths, use raw string bytes as used here https://github.com/ComposableFi/composable/blob/main/frame/ibc/ibc-trait/src/lib.rs#L231

Problem Definition

Proposal


For Admin Use