v1.0.1-rc.1
Pre-release
Pre-release
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