Skip to content

Commit

Permalink
cleanup diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Jun 25, 2024
1 parent 8dfc65d commit 787302e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.

<<<<<<< HEAD
=======
# v36 tag
date: 12.05.2024

Expand All @@ -19,7 +17,6 @@ revm-primitives: 3.1.1 -> 4.0.0 (⚠️ API breaking changes)
revm-precompile: 6.0.0 -> 7.0.0 (⚠️ API breaking changes)
revm-test: 0.1.0

>>>>>>> v36
# v35 tag
date: 02.04.2024

Expand Down Expand Up @@ -262,7 +259,7 @@ date: 20.1.2022

# v3 tag

* revm: v1.0.0
* revm: v1.0.0
* revme: v0.1.0

# v2 tag
Expand Down
8 changes: 0 additions & 8 deletions crates/interpreter/src/instructions/i256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ mod tests {
use super::*;
use crate::primitives::uint;
use core::num::Wrapping;
use revm_primitives::uint;

const MAX_POSITIVE_VALUE: U256 = U256::from_limbs([
0xffffffffffffffff,
0xffffffffffffffff,
0xffffffffffffffff,
0x7fffffffffffffff,
]);

#[test]
fn div_i256() {
Expand Down

0 comments on commit 787302e

Please sign in to comment.