Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 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
4708174
chore: release
github-actions[bot] Apr 16, 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
feat(db): Introduce alloydb (bluealloy#1257)
* feat: alloydb

* chore: turn on needed deps for test

* derive

* correct address

* chore: remove arc

* feat: actually make Transport and Network generic to accept any transport or network

* chore: condense markers into one, more idiomatic
  • Loading branch information
Evalir authored Apr 5, 2024
commit af5665176271c87c9ff0600f6d8432d117012345
Loading