core-contracts
core-contracts copied to clipboard
chore: update multisig contract to 4.0 pre-release
ditto #172
Oh and also I switched from using HashSet in favour of BTreeSet. Std hash collections aren't great in wasm environments, especially with a data structure as small as confirmations count.
Didn't update any of the testing deps so there are a lot of duplicate dependencies of older versions