wasp-0.2.4
This is the fourth minor release after launching the Beta of IOTA Smart Contracts mainly containing bug fixes, stability improvements, improvements to the Wasm VM + schema tool and documentation updates.
What's Changed
- parametarize exposed host for docker-compose by @ShawkyZ in #684
- change index to have explicit type of number by @brunoamancio in #685
- Fixed wasp-cli offledger nonce always zero by @BugFreeSoftware in #690
- Make nodeconn metrics dashboard view more beautiful by @Juliusan in #697
- use configuration type to pass configs by @ShawkyZ in #708
- Added support for strict compiler options plus bug fixes and minor changes by @brunoamancio in #710
- Fix build error on strict compilation by @brunoamancio in #711
- Fixed bug in subseed generation logic which caused failure to generate key pairs. by @brunoamancio in #712
- Added L1 functionality, see description by @brunoamancio in #714
- Changed logic to use auto generated core contract clients by @brunoamancio in #716
- Fixed bug which caused failure when depositing in chain by @brunoamancio in #717
- set call to deposit function to be on-ledger. by @brunoamancio in #718
- convert address to AgentID type by @ShawkyZ in #719
- fixed a bug with the events response deserialization by @ShawkyZ in #720
- Strict compiler options compliance by @brunoamancio in #721
- State report by @Juliusan in #723
- Wasmvm by @BugFreeSoftware in #724
- [fix] (goshimmer client) GetConfirmedOutputs(): filter out rejected outputs by @dessaya in #728
- Governance access nodes by @kape1395 in #704
- Displaying consensus workflow status by @Juliusan in #729
- Metrics: Chain now has current_state_index metric. by @kape1395 in #753
- updated tutorial link and added more links by @anistark in #715
- Fix goreleaser not found in release pipeline by @ernoaapa in #759
- Add pull request template by @Dr-Electron in #694
- Improve goreleaser pipeline by @ernoaapa in #762
- Use goshimmer with broken-pipe probably handled. by @kape1395 in #767
- Fix broken link by @Critical94 in #702
- Update broken link in docs by @Billy4195 in #760
- Update tooling.md by @JanOonk in #768
- Implement write ahead log for state manager by @ivange94 in #687
- chore: Remove empty lines in interface by @howjmay in #775
- renamed all contracts/rust to new dir contracts/wasm by @anistark in #772
- Develop to Master merge, new release by @fijter in #776
New Contributors
- @Critical94 made their first contribution in #702
- @Billy4195 made their first contribution in #760
- @JanOonk made their first contribution in #768
- @howjmay made their first contribution in #775
Full Changelog: v0.2.3...v0.2.4