Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
223f6cd
chore: fix publish revm-precompile (#1258)
rakita Apr 2, 2024
8af9531
feat(interpreter): test Host object-safety, allow `dyn Host` in instr…
DaniPopes Apr 3, 2024
5d5c5f1
chore(deps): bump secp256k1 from 0.28.2 to 0.29.0 (#1260)
dependabot[bot] Apr 3, 2024
96dda38
feat(interpreter): remove SPEC generic from gas calculation functions…
DaniPopes Apr 3, 2024
4d64bbc
feat(interpreter): derive Eq for InterpreterAction (#1262)
DaniPopes Apr 5, 2024
5e730a6
chore: add and use EvmContext::take_error (#1264)
DaniPopes Apr 5, 2024
af56651
feat(`db`): Introduce `alloydb` (#1257)
Evalir Apr 5, 2024
eee0541
minor typo fix in docs (#1266)
h3lio5 Apr 6, 2024
d3db49d
chore(ci): use more stable rust toolchain plugin (#1269)
rakita Apr 7, 2024
c961887
chore: revert snailtracer without microbench (#1259)
rakita Apr 7, 2024
c1eb0e6
perf(interpreter): use `pop_top!` where possible (#1267)
DaniPopes Apr 7, 2024
11e819c
Add the modifies_memory macro (#1270)
h3lio5 Apr 7, 2024
d06f5d0
feat: pass rand feature to alloy_primitives (#1276)
Wodann Apr 8, 2024
1edfeb6
Update documentation (#1275)
Pana Apr 8, 2024
b4a87a4
feat: EOF (Ethereum Object Format) (#1143)
rakita Apr 9, 2024
cf96ce8
feat(revme): add --keep-going to statetest command (#1277)
DaniPopes Apr 9, 2024
cfc4511
docs(inspectors): change `serde` to `serde-json` for `TracerEip3155` …
Jon-Becker Apr 10, 2024
e0f72a0
feat: add flag to force hashbrown usage (#1284)
Wodann Apr 13, 2024
fa9e127
feat(revm): make `FrameOrResult` serializable (#1282)
n0b0dyCN Apr 13, 2024
7957c02
feat: add `Bytecode::original_bytecode_slice` to match `BytecodeLocke…
DaniPopes Apr 13, 2024
5d25c4d
fix: Drops check for .json when testing a single file (#1301)
mw2000 Apr 13, 2024
f4f4745
fix: correct some stack IO (#1302)
DaniPopes Apr 13, 2024
72356e3
chore(interpreter): rename wrapping_* opcodes (#1306)
DaniPopes Apr 16, 2024
cc1b9f7
chore: fix some warnings (#1305)
DaniPopes Apr 16, 2024
9cfd144
perf(interpreter): remove EOF branch in CODE{SIZE,COPY} (#1308)
DaniPopes Apr 16, 2024
aec666a
chore(deps): bump anyhow from 1.0.81 to 1.0.82 (#1293)
dependabot[bot] Apr 16, 2024
688c36c
chore(interpreter): rename some macros (#1304)
DaniPopes Apr 16, 2024
af556cd
revm-primitives add U64 and Selector from alloy
BigBenlau Apr 17, 2024
41beddf
docs: fix the Instruction Table link (#1337)
IaroslavMazur Apr 19, 2024
43199dd
chore: weekly dependabot (#1325)
mattsse Apr 19, 2024
e987d2b
chore: update GitHub Actions to Node 20 (#1338)
IaroslavMazur Apr 19, 2024
bcdc652
Implement `with_chain_id` for `CfgEnv` (#1327)
tcoratger Apr 21, 2024
76e22ba
feat: add helper methods to CallInputs (#1345)
DaniPopes Apr 21, 2024
1ca3d39
fix(revme): Print one json outcome in statetest (#1347)
rakita Apr 21, 2024
16b3f21
refactor: shrink OpCodeInfo and add more methods (#1307)
DaniPopes Apr 29, 2024
9165a4a
chore: don't clone bytes in `Bytecode::bytes` (#1344)
DaniPopes Apr 29, 2024
9ec2248
chore(deps): bump aurora-engine-modexp from 1.0.0 to 1.1.0 (#1339)
dependabot[bot] Apr 29, 2024
215a4c4
fix: return the correct error in resize_memory (#1359)
DaniPopes Apr 29, 2024
f59ce8c
feat(interpreter): add helpers for spending all gas (#1360)
DaniPopes Apr 29, 2024
ac3fa4f
perf: remove bounds check in DUP, SWAP/EXCHANGE (#1346)
DaniPopes Apr 29, 2024
1f44e4c
chore(deps): bump hashbrown from 0.14.3 to 0.14.5 (#1365)
dependabot[bot] Apr 29, 2024
3f5bb76
feat: Add uniswap V2 WETH-USDC swap example (#1353)
pawurb Apr 29, 2024
a2279f2
perf(interpreter): rewrite gas accounting for memory expansion (#1361)
DaniPopes Apr 29, 2024
67c13f3
feat: parse opcodes from strings (#1358)
DaniPopes May 1, 2024
aceb093
feat(Handler): Add ClearHandle (#1368)
rakita May 1, 2024
14f79e3
Merge branch 'bluealloy:main' into main
BigBenlau May 2, 2024
3108aa7
chore: release
actions-user May 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: revert snailtracer without microbench (bluealloy#1259)
* check without microbench
* cleanup
  • Loading branch information
rakita authored Apr 7, 2024
commit c96188723e95299055c6a327ce61ac74a7e530d6
Loading