Featured Changes
- feat: add
vm.loadAllocs(string)
cheatcode by @tynes in #474. This reads in a JSON file to directly set state for many accounts at once. - feat: add
vm.eth_getLogs
andvm.rpc
cheats by @Evalir in #475. Thevm.eth_getLogs
cheat makes aneth_getLogs
RPC call and returns the result, and thevm.rpc
cheat allows arbitrary RPC calls to be made. These query the current fork URL.
Other Changes
- fix: rely less on foundry internals by @DaniPopes in #473
- fix: test naming by @totomanov in #472
- chore: bump to v1.7.2 by @mds1 in #478
New Contributors
- @totomanov made their first contribution in #472
- @tynes made their first contribution in #474
Full Changelog: v1.7.1...v1.7.2