Skip to content

Commit 62be6f6

Browse files
committed
bump: revm v19.4.0 tag v54
1 parent 14c5cc1 commit 62be6f6

File tree

14 files changed

+48
-13
lines changed

14 files changed

+48
-13
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.
22

3+
# v55 tag
4+
5+
date: 28.01.2025
6+
7+
Small release for Prague devnet-6 network.
8+
9+
* `revme`: 2.3.0 -> 2.4.0
10+
* `revm`: 19.3.0 -> 19.4.0
11+
12+
# v54 tag
13+
14+
date: 13.01.2025
15+
16+
Changes for Prague devnet-5 network.
17+
18+
* `revme`: 2.2.0 -> 2.3.0
19+
* `revm`: 19.2.0 -> 19.3.0
20+
321
# v53 tag
422

523
date: 06.01.2025

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 draganrakita
3+
Copyright (c) 2021-2025 draganrakita
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bins/revm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
bytes = "1.7"
99
hex = "0.4"
10-
revm = { path = "../../crates/revm", version = "19.3.0", default-features=false }
10+
revm = { path = "../../crates/revm", version = "19.4.0", default-features=false }
1111
microbench = "0.5"
1212
alloy-sol-macro = "0.8.11"
1313
alloy-sol-types = "0.8.11"

bins/revm-test/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 draganrakita
3+
Copyright (c) 2021-2025 draganrakita
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bins/revme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.4.0](https://github.com/bluealloy/revm/compare/revme-v2.3.0...revme-v2.4.0) - 2025-01-28
10+
11+
### Other
12+
13+
- devnet5 tests v1.3.0 ([#2021](https://github.com/bluealloy/revm/pull/2021))
14+
915
## [2.3.0](https://github.com/bluealloy/revm/compare/revme-v2.2.0...revme-v2.3.0) - 2025-01-13
1016

1117
### Added

bins/revme/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ keywords = ["ethereum", "evm"]
66
license = "MIT"
77
repository = "https://github.com/bluealloy/revm"
88
description = "Rust Ethereum Virtual Machine Executable"
9-
version = "2.3.0"
9+
version = "2.4.0"
1010

1111
[dependencies]
1212
hash-db = "0.15"
1313
hex = "0.4"
1414
indicatif = "0.17"
1515
microbench = "0.5"
1616
plain_hasher = "0.2"
17-
revm = { path = "../../crates/revm", version = "19.3.0", default-features = false, features = [
17+
revm = { path = "../../crates/revm", version = "19.4.0", default-features = false, features = [
1818
"ethersdb",
1919
"std",
2020
"serde-json",

bins/revme/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 draganrakita
3+
Copyright (c) 2021-2025 draganrakita
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

crates/interpreter/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 draganrakita
3+
Copyright (c) 2021-2025 draganrakita
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

crates/precompile/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2024 draganrakita
3+
Copyright (c) 2021-2025 draganrakita
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)