ChainSafe / gossamer

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

Add btree support to scale #3480

Open jimjbrettj opened 1 year ago

jimjbrettj commented 1 year ago

Issue summary

kanishkatn commented 1 year ago

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

timwu20 commented 1 year ago

Sure!

timwu20 commented 10 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.