Skip to content

Commit 577725f

Browse files
committed
v0.3.7
1 parent e34aa30 commit 577725f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ See [examples](./examples) for more
294294

295295
See [benchmark/README.md](./benchmark/) for the methodology and commands to reproduce these results
296296

297-
<i>versions: evmole v0.3.6; <a href="https://github.com/shazow/whatsabi">whatsabi</a> v0.12.0; <a href="https://github.com/acuarica/evm">sevm</a> v0.6.18; <a href="https://github.com/g00dv1n/evm-hound-rs">evm-hound-rs</a> v0.1.4; <a href="https://github.com/Jon-Becker/heimdall-rs">heimdall-rs</a> v0.8.3</i>
297+
<i>versions: evmole v0.3.7; <a href="https://github.com/shazow/whatsabi">whatsabi</a> v0.12.0; <a href="https://github.com/acuarica/evm">sevm</a> v0.6.18; <a href="https://github.com/g00dv1n/evm-hound-rs">evm-hound-rs</a> v0.1.4; <a href="https://github.com/Jon-Becker/heimdall-rs">heimdall-rs</a> v0.8.3</i>
298298

299299
<sup>(*)</sup>: <b>sevm</b> and <b>heimdall-rs</b> are full decompilers, not limited to extracting function selectors
300300

benchmark/providers/evmole-rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evmole",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Extracts function selectors and arguments from EVM bytecode",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "evmole"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
description = "Extracts function selectors and arguments from EVM bytecode"
55
authors = ["Maxim Andreev <andreevmaxim@gmail.com>"]
66
license = "MIT"

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evmole"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
edition = "2021"
55
description = "Extracts function selectors and arguments from EVM bytecode"
66
authors = ["Maxim Andreev <andreevmaxim@gmail.com>"]

0 commit comments

Comments
 (0)