Merge pull request #779 from matiwinnetou/patch-1
main-net has mem units: 14000000
main-net has mem units: 14000000
"maxBlockHeaderSize": 1100,
"maxCollateralInputs": 3,
"maxTxExecutionUnits": {
"memory": 16000000,
"memory": 14000000,
"steps": 10000000000
},
"maxTxSize": 16384,
Includes direct 1:1 wrappers for misc builders (#197) and tx_builder (#210)
Wrappers around custom-written code written earlier for the rust crate.
Previous work on the builders/etc updates rust but introduced things caused the WASM to no longer compile. This updates the WASM bindings as well. Includes genesis module that wasn't pushed before.