Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
bf17327
wip
shekhirin Oct 23, 2022
3e3c9b5
fix comparisons with zero
shekhirin Oct 23, 2022
4f4ee35
new failing test in run()
shekhirin Oct 23, 2022
5a999b6
remove failing test testing
shekhirin Oct 23, 2022
5876d22
fix default BlockEnv values
shekhirin Oct 23, 2022
a86388b
splice -> copy_from_slice
shekhirin Oct 23, 2022
1611897
use more ruint algorithms
shekhirin Oct 24, 2022
e0fb329
revertme: use primitive_types for ADD/MUL/SUB which is better than ruint
shekhirin Oct 24, 2022
07956b2
Revert "revertme: use primitive_types for ADD/MUL/SUB which is better…
shekhirin Oct 24, 2022
3a2c2f1
4 * 8 -> 32 :kekw:
shekhirin Oct 24, 2022
c2fc13a
bump ruint
shekhirin Oct 24, 2022
86e7bdf
fix revm-js
shekhirin Oct 24, 2022
6df65f8
Use ruint 1.5.1.
recmo Oct 25, 2022
a107572
Better inlining
recmo Oct 25, 2022
5a72f4f
fix clippy
shekhirin Oct 25, 2022
391669e
fixes after remco's review
shekhirin Oct 26, 2022
037d94e
bump ruint, fix wasm example
shekhirin Oct 27, 2022
35c02bd
wip
shekhirin Oct 28, 2022
fd32ec2
replace exp implementation with pow from ruint
shekhirin Oct 28, 2022
46b92f2
revert B160 changes
shekhirin Oct 28, 2022
cc9756b
bump ruint
shekhirin Oct 29, 2022
a97ca40
Merge branch 'ruint' into ruint-bits
shekhirin Oct 29, 2022
b415c61
Merge remote-tracking branch 'upstream/main' into ruint-bits
shekhirin Oct 29, 2022
bc699ac
wip bits
shekhirin Oct 30, 2022
f304db3
Merge remote-tracking branch 'upstream/main' into ruint-bits
shekhirin Oct 30, 2022
724cd83
more fixes
shekhirin Nov 1, 2022
8b7440d
return primitive_types to revme
shekhirin Nov 1, 2022
2a37e07
more fixes
shekhirin Nov 1, 2022
346c3c0
use more ruint features
shekhirin Nov 1, 2022
3d8faf3
done?
shekhirin Nov 1, 2022
b57aeef
cleanup Cargo.toml
shekhirin Nov 1, 2022
a77db51
bits! -> uint! macro
shekhirin Nov 3, 2022
8dfc4c2
bump ruint
shekhirin Nov 3, 2022
fa4792b
bump ruint
shekhirin Nov 4, 2022
0e72595
import uint! macro
shekhirin Nov 4, 2022
137201b
fix clippy
shekhirin Nov 4, 2022
6f00eee
to_be_bytes_vec -> to_be_bytes
shekhirin Nov 4, 2022
dd82fa1
revm bits
rakita Nov 16, 2022
b9884a4
Progress on switching to revm bits
rakita Nov 20, 2022
e4ecab9
Flushing out bits
rakita Nov 26, 2022
febe333
Merge remote-tracking branch 'origin/main' into baseline
rakita Nov 26, 2022
9c87565
bits and nits. bugs squashed
rakita Nov 26, 2022
3628658
Merge remote-tracking branch 'origin/main' into baseline
rakita Nov 26, 2022
e32aafd
rm primitive_types from revm
rakita Nov 26, 2022
4da6f20
nits
rakita Dec 2, 2022
5a60bd6
Merge3855
rakita Dec 2, 2022
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
bump ruint
  • Loading branch information
shekhirin committed Nov 4, 2022
commit fa4792bde65a8deaedd93fcb9244c8c8dc141dd0
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ inherits = "test"
opt-level = 3

[patch.crates-io]
ruint = { git = "https://github.com/shekhirin/uint", branch = "bits-macro" }
ruint = { git = "https://github.com/recmo/uint" }