2.4.0
New features
- New ability to dynamically register primitives (ERC721 or generic) for the rollup (see docs)
- Add ERC1155 primitive docs
- Improve delegation cancellation API and delegation docs (docs)
- Mina primitive support (docs)
- Mina wallet (Aura) support (docs)
- Add new achievement standard to the game node (docs)
- Unify parallel funnel
confirmationDepth
anddelay
to be common amongst all parallel funnel types (docs) - Add the transaction hash that triggered a state transition function update in
inputData.scheduledTxHash
(docs) - Add the primitive name that triggered a state transition function update in
inputData.extensionName
(docs)
Bug fixes
- Fix block where full block would be dropped if a single STF update in the block failed
- Fix cleanup not being done if STF call to update delegation information changes
Tooling
- add command to print the json schema of the config by @ecioppettini in #361
- feature/windows by @GGAlanSmithee in #369
New Contributors
- @GGAlanSmithee made their first contribution in #369
Full Changelog: 2.3.0...2.4.0