ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
425 stars 111 forks source link

Add btree support to scale #3480

Open jimjbrettj opened 11 months ago

jimjbrettj commented 11 months ago

Issue summary

kanishkatn commented 11 months ago

It looks like I need this for disputes-coordinator. Mind if I pick it up?

timwu20 commented 11 months ago

Sure!

timwu20 commented 7 months ago

I took at a stab at re-exporting the public interface for btree.Map and adding the MarshalSCALE and UnmarshalSCALE methods in this branch.