Bumps to v1.0.0 alloy-primitives
What's Changed
- chore(database): clean auto_impl dependency by @healthyyyoung in #2344
- chore: add 0x prefix to b256! and address! calls by @healthyyyoung in #2345
- feat: Reorder revm deps in Cargo.toml by @JackDrogon in #2331
- Iteration of bytecode opcodes by @07Vaishnavi-Singh in #2349
- feat: support for system call by @rakita in #2350
- feat(tests): Add dupn, swapn and exhange tests by @nemnem7 in #2343
- feat: Account helper builder functions by @07Vaishnavi-Singh in #2355
- chore(state): Add
AccountInfo
builder util methods by @emhane in #2357 - test(op-tx): Cover
DepositTransactionParts
constructor in test by @emhane in #2358 - chore: remove redundant U256 conversions in instructions by @Rjected in #2364
- test: fix tests in data.rs file by @nemnem7 in #2365
- chore(revme): remove revm-handler dependency by @healthyyyoung in #2366
- test(op-inspector): Add test for inspecting logs by @emhane in #2352
- chore(tests): fix program counter for eof jump instructions by @rakita in #2368
- chore: set gas_priority_fee to None in TxEnv by @stevencartavia in #2371
- chore(test): uncommented bitwise.rs and system.rs tests by @nemnem7 in #2370
- chore: clean unsed indicatif by @healthyyyoung in #2379
- chore(precompile): remove unused dependencies by @healthyyyoung in #2378
- fix: Effective gas price should check tx type by @nemnem7 in #2375
- chore: make blob params u64 by @rkrasiuk in #2385
- chore(book) fix typo and update links by @Pana in #2387
- chore: fixed
EIP
toRIP
by @dsarfed in #2388 - docs: Fixed formating in page
awesome
by @hunterfarq in #2390 - chore: bump alloy 13.0.0 and alloy-primitives v1.0.0 by @rakita in #2394
- bump tokio version to fix sec issue by @Pana in #2391
- chore: bump v68 revm v22.0.0 by @rakita in #2396
New Contributors
- @healthyyyoung made their first contribution in #2344
- @07Vaishnavi-Singh made their first contribution in #2349
- @dsarfed made their first contribution in #2388
- @hunterfarq made their first contribution in #2390
Full Changelog: v67...v68