Releases: lmittmann/w3
Releases · lmittmann/w3
v0.19.0
This version does not add any new features. However, go-ethereum
bumped the minimum Go version to 1.23, and so does w3
in this release.
What's Changed
- build(deps): bump github.com/ethereum/go-ethereum from 1.15.2 to 1.15.3 by @dependabot in #232
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #231
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- w3types: fix
GasFeeCap
inUnmarshalJSON
by @lmittmann in #218 - w3vm: add EIP7702 support by @lmittmann in #219
- w3vm: fix
WithPrecompile
by @lmittmann in #221 - build(deps): bump github.com/ethereum/go-ethereum from 1.15.1 to 1.15.2 by @dependabot in #220
- module/debug: add
BlockOverrides
option toTraceConfig
by @lmittmann in #224 - module/debug: fix
Trace.UnmarshalJSON
by @lmittmann in #225 - w3vm: allow simulation of non-zero
Message.GasFeeCap
together withWithNoBaseFee
by @lmittmann in #223 - module/eth: add
CallFuncFactory.From()
by @mj52951 in #228 - module/net: add rpc bindings for the
net
-namespace by @lmittmann in #227 - module/admin: add rpc bindings for the
admin
-namespace by @lmittmann in #226 - module/eth: add
Syncing()
by @lmittmann in #230
New Contributors
Full Changelog: v0.17.8...v0.18.0
v0.17.8
What's Changed
- w3types: support both
"data"
and"input"
fields to decodeMessage.Input
from JSON by @lmittmann in #215 - build(deps): bump github.com/ethereum/go-ethereum from 1.15.0 to 1.15.1 by @dependabot in #216
Full Changelog: v0.17.7...v0.17.8
v0.17.7
What's Changed
- deps: bump github.com/ethereum/go-ethereum from 1.14.13 to 1.15.0 by @lmittmann in #209
- w3vm/hooks: Improved Revert Reason Decoding by @lmittmann in #214
Full Changelog: v0.17.6...v0.17.7
v0.17.6
What's Changed
- build(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 by @dependabot in #211
- w3vm: Add
w3vm.Slot3(..)
by @lmittmann in #212 - internal/fourbyte: Add More Solidity Functions by @lmittmann in #213
Full Changelog: v0.17.5...v0.17.6
v0.17.5
What's Changed
- module/eth: added number support for storage values in
StorageAt
by @lmittmann in #208 - build(deps): bump github.com/ethereum/go-ethereum from 1.14.12 to 1.14.13 by @dependabot in #210
Full Changelog: v0.17.4...v0.17.5
v0.17.4
What's Changed
- w3vm: fix possible nil pointer panic in TestingRPCFetcher by @lmittmann in #206
- w3vm: fix tx coinbase tip by @lmittmann in #207
Full Changelog: v0.17.3...v0.17.4
v0.17.3
What's Changed
- added
BigMin
,BigMax
utils by @lmittmann in #202 - added
Big10
by @lmittmann in #203 - build(deps): bump golang.org/x/time from 0.8.0 to 0.9.0 by @dependabot in #204
- w3vm: fixed call of state-change hooks by @lmittmann in #205
Full Changelog: v0.17.2...v0.17.3
v0.17.2
What's Changed
- docs: added VM tracing and testing section by @lmittmann in #195
- build(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0 by @dependabot in #198
- build(deps): bump github.com/holiman/uint256 from 1.3.1 to 1.3.2 by @dependabot in #201
- build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 by @dependabot in #199
- build(deps): bump github.com/ethereum/go-ethereum from 1.14.8 to 1.14.12 by @dependabot in #191
- w3vm: added
WithPrecompile
by @decanus in #200
New Contributors
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- Added
BigMaxUintX
values by @lmittmann in #189 - docs: improved ABI section by @lmittmann in #186
- docs: improved VM section by @lmittmann in #190
- build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0 by @dependabot in #196
- w3vm/hooks: Added CallTracer-Hook by @lmittmann in #192
- docs: Improved Examples by @lmittmann in #194
Full Changelog: v0.17.0...v0.17.1