Releases: iotaledger/wasp
v1.0.1-rc.4
What's Changed
- use correct scope for calling methods by @cwarnerdev in #2952
- fix(deps): update rust crate serde to 1.0.189 by @renovate in #2959
- Feat/iscutils tests by @cwarnerdev in #2962
- feat: (wasp-cli) change chain gov controller by @jorgemmsilva in #2967
- feat: show deposits from L1 to EVM by @jorgemmsilva in #2971
- Workaround: Disable request re-broadcast. by @kape1395 in #2975
Full Changelog: v1.0.1-rc.3...v1.0.1-rc.4
v1.0.1-rc.3
What's Changed
- chore: (CI) actions/checkout set fetch-tags to false by @jorgemmsilva in #2961
Full Changelog: v1.0.1-rc.2...v1.0.1-rc.3
v1.0.1-rc.2
What's Changed
- chore: (CI) actions/checkout set fetch-tags to true by @jorgemmsilva in #2956
Full Changelog: v1.0.1-rc.1...v1.0.1-rc.2
v1.0.1-rc.1
Various fixes coming out of feedback from ShimmerEVM usage.
One end-user change to keep in mind with this release is that it will reject transactions from now on that do not use the exact recommended gas price to avoid confusion here and bad reporting in the explorer.
What's Changed
- fix: eth_getLogs, do not use logs of failed txs by @jorgemmsilva in #2898
- fix(deps): update rust crate reqwest to 0.11.21 by @renovate in #2901
- fix(deps): update rust crate reqwest to 0.11.22 by @renovate in #2902
- feat: Make chain setting configurable by @howjmay in #2890
- Fix wasp logo link by @howjmay in #2907
- fix(deps): update module github.com/prometheus/client_golang to v1.17.0 by @renovate in #2894
- fix(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.7 by @renovate in #2899
- chore: upgrade to go 1.21 by @dessaya in #2905
- fix(jsonrpc): require tx.GasPrice == chain gas price by @dessaya in #2904
- Peering: Accept multiaddr, also move DNS resolution to libp2p. by @kape1395 in #2912
- fix(deps): update module golang.org/x/crypto to v0.14.0 by @renovate in #2908
- fix(deps): update module golang.org/x/net to v0.16.0 by @renovate in #2911
- fix(deps): update golang.org/x/exp digest to 3e424a5 by @renovate in #2910
- test: Complete TestGetChainNodes by @howjmay in #2900
- refactor: Delete unused scripts by @howjmay in #2893
- feat(jsonrpc): configurable eth_getLogs limits by @dessaya in #2903
- fix: Fix MAX_UINT64 in evm/iscmagic by @howjmay in #2917
- refactor(evm): simplify withMetrics usage in EthService by @dessaya in #2920
- fix(deps): update module github.com/spf13/viper to v1.17.0 by @renovate in #2913
- fix(deps): update golang.org/x/exp digest to 7918f67 by @renovate in #2914
- chores: Remove unused config by @howjmay in #2919
- feat: Add DelPrefix and refactor array.Erase() by @howjmay in #2933
- feat: (webapi) add endpoint for mempool visualization by @jorgemmsilva in #2918
- fix(deps): update module github.com/labstack/echo/v4 to v4.11.2 by @renovate in #2931
- fix(deps): update module golang.org/x/net to v0.17.0 by @renovate in #2932
- feat: Print receipt in OffLedgerRequest and uploadBlob by @howjmay in #2938
- Update build_contracts.sh by @tadash10 in #2891
- Fix how access nodes considers a loosing branch. by @kape1395 in #2950
- refactor: Concise iscmagic MAX_UINT64 by @howjmay in #2953
- Feat: mempool TTL by @jorgemmsilva in #2951
New Contributors
Full Changelog: v1.0.0-rc.5...v1.0.1-rc.1
v1.0.0-rc.6
What's Changed
- fix: eth_getLogs, do not use logs of failed txs by @jorgemmsilva in #2898
Full Changelog: v1.0.0-rc.5...v1.0.0-rc.6
v1.0.0-rc.5
What's Changed
- fix(evmemulator): remove wasp-cli dependency by @dessaya in #2889
- Handle peer-related errors gracefully. by @kape1395 in #2886
- test: add NFT deposit estimation cluster test by @jorgemmsilva in #2892
- fix: failed EVM receipts must not contain events by @jorgemmsilva in #2895
- fix(jsonrpc): hide logs from failed transactions by @dessaya in #2896
- Fix SenderAccount check for onledger requests by @muXxer in #2897
Full Changelog: v1.0.0-rc.4...v1.0.0-rc.5
v1.0.0-rc.4
What's Changed
- Snapshot download logging bugfix by @Juliusan in #2887
- fix(evm): allow estimateGas with no funds by @dessaya in #2885
Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4
v1.0.0-rc.3
What's Changed
- fix: EVMAddress() in contractIdentity by @jorgemmsilva in #2875
- fix: (webapi) accounts endpoint by @jorgemmsilva in #2876
- Implement ETH agentID changes in WasmLib by @BugFreeSoftware in #2877
- fix(deps): update rust crate serde_json to 1.0.107 by @renovate in #2874
- fix(deps): update module go.uber.org/zap to v1.26.0 by @renovate in #2878
- fix: Fix JWT checking for non-authorized routes by @howjmay in #2880
- fix: (webapi) check offledger byte prefix before deserialization by @jorgemmsilva in #2882
- fix: Fix blobHash collision by @howjmay in #2881
- fix: Fix burnlog not presented by @howjmay in #2879
- Make fee destination less predictable and avoid using go-specific randomness. by @kape1395 in #2883
- Misc EVM fixes by @dessaya in #2884
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
v1.0.0-rc.2
Warning: This release contains a cleanup of old migrations and has an incompatible change with older already deployed chains, existing chains can not upgrade to this version.
What's Changed
- fix(deps): update rust crate base64 to 0.21.4 by @renovate in #2862
- fix(deps): update rust crate serde_json to 1.0.106 by @renovate in #2861
- chore(deps): update tibdex/github-app-token action to v2 by @renovate in #2860
- chore(deps): update actions/cache action to v3.3.2 by @renovate in #2859
- test: Fix cluster tests by @howjmay in #2841
- chore(deps): update docker/build-push-action action to v5 by @renovate in #2864
- chore(deps): update docker/login-action action to v3 by @renovate in #2865
- chore(deps): update docker/metadata-action action to v5 by @renovate in #2867
- chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #2868
- chore(deps): update docker/setup-qemu-action action to v3 by @renovate in #2869
- refactor: rename gaspolicy to feepolicy in a few places by @jorgemmsilva in #2872
- chore: delete migrations (BREAKING) by @jorgemmsilva in #2871
- fix: Fix evm crash by 0 gas fee by @howjmay in #2873
- feat: allow multi-chain interactions with EVM AgentID (BREAKING) by @jorgemmsilva in #2870
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
v1.0.0-rc.1
The first release candidate for ISC/Wasp :)
What's Changed
- chore: Synchronize contract interface naming by @howjmay in #2801
- fix: check if owner is nil in nft mapping by @lmoe in #2839
- Snapshot refactoring by @Juliusan in #2837
- blocklog: refactor request lookup by @dessaya in #2850
- fix(deps): update golang.org/x/exp digest to 9212866 by @renovate in #2851
- fix(deps): update module github.com/second-state/wasmedge-go to v0.13.3 by @renovate in #2845
- chore(deps): update actions/checkout action to v4 by @renovate in #2843
- fix(deps): update module gonum.org/v1/plot to v0.14.0 by @renovate in #2838
- fix(deps): update module github.com/second-state/wasmedge-go to v0.13.4 by @renovate in #2852
- Snapshot in file:// by @Juliusan in #2844
- fix: Fix wrong stringify function of gas.Limits by @howjmay in #2853
- rebuild wasm by @BugFreeSoftware in #2854
- fix(evm): include revert reason in jsonrpc return by @dessaya in #2855
- Several BugFixes by @Juliusan in #2856
- feat: nft mint by @jorgemmsilva in #2840
- fix(evm): properly revert emitted logs after revert by @dessaya in #2857
- refactor: rename internalID to mintID in a few places by @jorgemmsilva in #2858
Full Changelog: v0.7.0-alpha.16...v1.0.0-rc.1