Releases: iotaledger/wasp
Releases · iotaledger/wasp
v2.0.1
v2.0.0
What's Changed
- Fix cli by @vitaliy-io in #489
- Make ChainMgr use a bit more event-based instead of polling. by @kape1395 in #488
- Misc debugging. by @kape1395 in #491
- Merge wasp/develop by @dessaya in #490
- Force initial NextLI messages to be sent eventually. by @kape1395 in #493
- Cancel consensus instances that are not needed anymore. by @kape1395 in #492
- use tmpfs for iota node by @dessaya in #495
- minor improvements to jsonrpcindex by @dessaya in #494
- feat: Limit the size of AssetsBag attached in Requests by @howjmay in #485
- Docs and cleanup. by @kape1395 in #497
- fix: Check iotago.GetObject error by @howjmay in #496
- fix eth_call with block number by @dessaya in #500
- fix: Fix wrong short string by @howjmay in #501
- fix: Fix improper parameters.BaseToken copy by @howjmay in #503
- L deploy testing by @lmoe in #487
- Command to make a signature for a disaster recovery. by @kape1395 in #498
- feat: Transfer GasCoin ownership in the end of rotation by @howjmay in #506
- refactor: Pass L1parameter to consensus by @howjmay in #450
- Use http instead of ws for calls by @vitaliy-io in #508
- fix: trie iteration not stopping when callback returns false by @dessaya in #509
- Add ws reconnection by @vitaliy-io in #499
- Adjustments in the cmtlog and recovery. by @kape1395 in #513
- Add Get Object retry by @lmoe in #515
- Fix/api serialization by @vitaliy-io in #516
- Fix/wasp cli config order by @vitaliy-io in #517
- feat: Update node image version by @howjmay in #518
- Fix old refactoring mistake. by @kape1395 in #520
- Delay reaction to the SeenLI to make the tests less non-deterministic. by @kape1395 in #521
- Cleanup and optimizations in the mempool. by @kape1395 in #522
- Refactor move test by @lmoe in #524
- Coreutil extensions by @lmoe in #523
- Activate docs upload workflow by @Dr-Electron in #519
- Remove deploy-chain params that are not needed and values passed were incorrect. by @kape1395 in #525
- Rotation can be initiated by a quorum of an existing committee nodes. by @kape1395 in #505
- Add migration helper functions to the iscmove contract by @lmoe in #526
- test: Fix TestCreateAndSendRequest by @howjmay in #510
- Merge wasp by @lmoe in #527
- refactor: Refactor metrics by @howjmay in #482
- fix: Return error message properly by @howjmay in #528
- Update dependencies by @lmoe in #529
- BCS lib cleanup in preparation for separation from wasp by @nnikolash in #531
- Update go-ethereum to 1.15.5 by @dessaya in #534
- Feature/iota retries by @vitaliy-io in #536
- fix: Use formatting version of logging funcs by @howjmay in #537
- fix: Deleting remainder value from store if it is 0 by @nnikolash in #538
- fix(mempool): reject off-ledger requests that do not cover min fee by @dessaya in #539
- fix TestManyRequests by @dessaya in #541
- fix: Use Digest to stand for TXs instead of HashValue by @howjmay in #507
- fix(solo): add chain operator by @dessaya in #543
- feat: Check transaction size by @howjmay in #445
- fix: Fix CheckTransactionSize by @howjmay in #544
- fix: Clarify the usage of GasCoin in DeployChain by @howjmay in #547
- Update hive by @lmoe in #540
- fix: Print error log in ERROR level by @howjmay in #546
- Improve test reliability, refactoring, fix faulty http server by @lmoe in #548
- Cluster test by @howjmay in #504
- Remove old TODOs/FIXMEs by @lmoe in #552
- refactor l1params by @dessaya in #553
- start local node by @cwarnerdev in #557
- fix: committee post tx dry run / 0 asset txs by @lmoe in #558
- refactor: Update apiclient by @howjmay in #555
- fix: encoding for dummy evm txs by @lmoe in #554
- Config param to disable websocket rate limit by @cwarnerdev in #562
- Single chain node by @lmoe in #549
- Update magic contract natspec by @Dr-Electron in #563
- tag the images additionall with version by @shufps in #565
- chore: base58 to base64 by @lmoe in #564
- remove NFT stuff by @dessaya in #560
- fix(txbuilder): send assets after consuming requests by @dessaya in #568
- fix: wasp-cli deployment, add inspection tools by @lmoe in #569
- fix: register-erc20-native-token, add: set-coin-metadata by @lmoe in #572
- fix deprecated websocket by @cwarnerdev in #566
- remove dead code around rotation & rename chain owner -> chain admin by @dessaya in #577
- fix: Fix wasp-cli tests by @howjmay in #561
- remove iotago dependency by @dessaya in #581
- always iterate coins deterministically by @dessaya in #582
- refactor: remove dead option and fix hints by @howjmay in #578
- fix(vm): skip min fee check for governance requests by @dessaya in #591
- Log TX bytes before signing. by @kape1395 in #601
- Fix/linters by @cwarnerdev in #598
- refactor: assets enforcing deterministic iteration by @dessaya in #605
- Fix/linters by @cwarnerdev in #606
- refactor: Remove unused BurnCode by @howjmay in #600
- evm: support legacy send function by @lmoe in #612
- Develop merge audit fix by @lmoe in #610
- wasp-cli: show ERC20 contract address after registering by @dessaya in #609
- fix: Remove redundant print by @howjmay in #607
- use a 3x multiplier on some testing timeouts when running on github actions by @cwarnerdev in #604
- Fix/linters by @cwarnerdev in #608
- evm: mimic gas burned when tracing stardust requests by @dessaya in #614
- Fix randomness to use ObjectRef by @lmoe in #617
- Release of v2.0.0 by @lmoe in #618
New Contributors
- @Dr-Electron made their first contribution in #519
- @shufps made their first contribution in #565
Full Changelog: v2.0.0-alpha.1...v2.0.0
v2.0.0-rc.1
What's Changed
- Fix cli by @vitaliy-io in #489
- Make ChainMgr use a bit more event-based instead of polling. by @kape1395 in #488
- Misc debugging. by @kape1395 in #491
- Merge wasp/develop by @dessaya in #490
- Force initial NextLI messages to be sent eventually. by @kape1395 in #493
- Cancel consensus instances that are not needed anymore. by @kape1395 in #492
- use tmpfs for iota node by @dessaya in #495
- minor improvements to jsonrpcindex by @dessaya in #494
- feat: Limit the size of AssetsBag attached in Requests by @howjmay in #485
- Docs and cleanup. by @kape1395 in #497
- fix: Check iotago.GetObject error by @howjmay in #496
- fix eth_call with block number by @dessaya in #500
- fix: Fix wrong short string by @howjmay in #501
- fix: Fix improper parameters.BaseToken copy by @howjmay in #503
- L deploy testing by @lmoe in #487
- Command to make a signature for a disaster recovery. by @kape1395 in #498
- feat: Transfer GasCoin ownership in the end of rotation by @howjmay in #506
- refactor: Pass L1parameter to consensus by @howjmay in #450
- Use http instead of ws for calls by @vitaliy-io in #508
- fix: trie iteration not stopping when callback returns false by @dessaya in #509
- Add ws reconnection by @vitaliy-io in #499
- Adjustments in the cmtlog and recovery. by @kape1395 in #513
- Add Get Object retry by @lmoe in #515
- Fix/api serialization by @vitaliy-io in #516
- Fix/wasp cli config order by @vitaliy-io in #517
- feat: Update node image version by @howjmay in #518
- Fix old refactoring mistake. by @kape1395 in #520
- Delay reaction to the SeenLI to make the tests less non-deterministic. by @kape1395 in #521
- Cleanup and optimizations in the mempool. by @kape1395 in #522
- Refactor move test by @lmoe in #524
- Coreutil extensions by @lmoe in #523
- Activate docs upload workflow by @Dr-Electron in #519
- Remove deploy-chain params that are not needed and values passed were incorrect. by @kape1395 in #525
- Rotation can be initiated by a quorum of an existing committee nodes. by @kape1395 in #505
- Add migration helper functions to the iscmove contract by @lmoe in #526
- test: Fix TestCreateAndSendRequest by @howjmay in #510
- Merge wasp by @lmoe in #527
- refactor: Refactor metrics by @howjmay in #482
- fix: Return error message properly by @howjmay in #528
- Update dependencies by @lmoe in #529
- BCS lib cleanup in preparation for separation from wasp by @nnikolash in #531
- Update go-ethereum to 1.15.5 by @dessaya in #534
- Feature/iota retries by @vitaliy-io in #536
- fix: Use formatting version of logging funcs by @howjmay in #537
- fix: Deleting remainder value from store if it is 0 by @nnikolash in #538
- fix(mempool): reject off-ledger requests that do not cover min fee by @dessaya in #539
- fix TestManyRequests by @dessaya in #541
- fix: Use Digest to stand for TXs instead of HashValue by @howjmay in #507
- fix(solo): add chain operator by @dessaya in #543
- feat: Check transaction size by @howjmay in #445
- fix: Fix CheckTransactionSize by @howjmay in #544
- fix: Clarify the usage of GasCoin in DeployChain by @howjmay in #547
- Update hive by @lmoe in #540
- fix: Print error log in ERROR level by @howjmay in #546
- Improve test reliability, refactoring, fix faulty http server by @lmoe in #548
- Cluster test by @howjmay in #504
- Remove old TODOs/FIXMEs by @lmoe in #552
- refactor l1params by @dessaya in #553
- start local node by @cwarnerdev in #557
- fix: committee post tx dry run / 0 asset txs by @lmoe in #558
- refactor: Update apiclient by @howjmay in #555
- fix: encoding for dummy evm txs by @lmoe in #554
- Config param to disable websocket rate limit by @cwarnerdev in #562
- Single chain node by @lmoe in #549
- Update magic contract natspec by @Dr-Electron in #563
- tag the images additionall with version by @shufps in #565
- chore: base58 to base64 by @lmoe in #564
- remove NFT stuff by @dessaya in #560
- fix(txbuilder): send assets after consuming requests by @dessaya in #568
- fix: wasp-cli deployment, add inspection tools by @lmoe in #569
- fix: register-erc20-native-token, add: set-coin-metadata by @lmoe in #572
- fix deprecated websocket by @cwarnerdev in #566
- remove dead code around rotation & rename chain owner -> chain admin by @dessaya in #577
- fix: Fix wasp-cli tests by @howjmay in #561
- remove iotago dependency by @dessaya in #581
- always iterate coins deterministically by @dessaya in #582
- refactor: remove dead option and fix hints by @howjmay in #578
- fix(vm): skip min fee check for governance requests by @dessaya in #591
- Log TX bytes before signing. by @kape1395 in #601
- Fix/linters by @cwarnerdev in #598
- refactor: assets enforcing deterministic iteration by @dessaya in #605
- Fix/linters by @cwarnerdev in #606
- refactor: Remove unused BurnCode by @howjmay in #600
- evm: support legacy send function by @lmoe in #612
- Develop merge audit fix by @lmoe in #610
- wasp-cli: show ERC20 contract address after registering by @dessaya in #609
- fix: Remove redundant print by @howjmay in #607
- use a 3x multiplier on some testing timeouts when running on github actions by @cwarnerdev in #604
- Fix/linters by @cwarnerdev in #608
New Contributors
- @Dr-Electron made their first contribution in #519
- @shufps made their first contribution in #565
Full Changelog: v2.0.0-alpha.1...v2.0.0-rc.1
v2.0.0-alpha.30
What's Changed
- fix(vm): skip min fee check for governance requests by @dessaya in #591
- Log TX bytes before signing. by @kape1395 in #601
- Fix/linters by @cwarnerdev in #598
- refactor: assets enforcing deterministic iteration by @dessaya in #605
- Fix/linters by @cwarnerdev in #606
- refactor: Remove unused BurnCode by @howjmay in #600
- evm: support legacy send function by @lmoe in #612
Full Changelog: v2.0.0-alpha.27...v2.0.0-alpha.30
v2.0.0-alpha.29
What's Changed
- audit: #67 fix "Logs JSON-RPC endpoint lacks validation for filter query parameters" by @bas-io in #588
- audit: #72 fix: Turn ShowBalanceChanges off in postTxLoop by @howjmay in #587
- audit: #63 fix NewSigner uses incorrect prefix for unsupported Secp256k1 key scheme by @cwarnerdev in #583
- fix(vm): skip min fee check for governance requests by @dessaya in #591
- audit: #66 fix TransactionByBlockNumberAndIndex index out of bound by @howjmay in #589
- audit: #64 fix: properly handle requests with invalid allowance by @dessaya in #593
- Log TX bytes before signing. by @kape1395 in #601
- fix(mempool): audit #61 MaxOffledgerToPropose can be exceeded by @dessaya in #597
- Fix/linters by @cwarnerdev in #598
New Contributors
Full Changelog: v2.0.0-alpha.27...v2.0.0-alpha.29
v2.0.0-alpha.28
Include evm chain id
v2.0.0-alpha.27
What's Changed
- fix: register-erc20-native-token, add: set-coin-metadata by @lmoe in #572
- fix deprecated websocket by @cwarnerdev in #566
- remove dead code around rotation & rename chain owner -> chain admin by @dessaya in #577
- fix: Fix wasp-cli tests by @howjmay in #561
- remove iotago dependency by @dessaya in #581
- always iterate coins deterministically by @dessaya in #582
- refactor: remove dead option and fix hints by @howjmay in #578
Full Changelog: v2.0.0-alpha.26...v2.0.0-alpha.27
v2.0.0-alpha.26
What's Changed
Full Changelog: v2.0.0-alpha.25...v2.0.0-alpha.26
v2.0.0-alpha.25
What's Changed
- remove NFT stuff by @dessaya in #560
- fix(txbuilder): send assets after consuming requests by @dessaya in #568
Full Changelog: v2.0.0-alpha.24...v2.0.0-alpha.25
v2.0.0-alpha.24
What's Changed
- Config param to disable websocket rate limit by @cwarnerdev in #562
- Single chain node by @lmoe in #549
- Update magic contract natspec by @Dr-Electron in #563
- tag the images additionall with version by @shufps in #565
- chore: base58 to base64 by @lmoe in #564
New Contributors
Full Changelog: v2.0.0-alpha.23...v2.0.0-alpha.24