Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/Gather infos from abis #327

Merged
merged 17 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
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
25 changes: 18 additions & 7 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chrono = { version = "=0.4", features = ["clock"], default-features = false }
displaydoc = "0.2"
function_name = "0.3"
loupe = "0.1"
massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs.git", rev = "84678fb77cf6d06d85d55e2c20502908ff292e61"}
massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs.git", rev = "4e1615e6252f2d86b24b1148d6e15e893a0c5171"}
more-asserts = "0.3"
num_enum = "0.7"
parking_lot = "0.12"
Expand All @@ -20,7 +20,7 @@ prost-types = "=0.12"
rand = "=0.8"
# for gas_calibration middleware
regex = "1"
serde = "=1.0"
serde = { version = "=1.0", features = ["derive"] }
serde_json = "=1.0"
serial_test = "2"
sha2 = "=0.10.8"
Expand All @@ -32,6 +32,7 @@ wasmer-compiler-cranelift = "=4.2.4"
wasmer-compiler-singlepass = "=4.2.4"
wasmer-middlewares = "=4.2.4"
wasmer-types = "=4.2.4"
rust_decimal = { version = "1.32", default-features = false, optional = true }

[dev-dependencies]
bs58 = { version = "=0.5.0", features = ["check"] }
Expand All @@ -46,3 +47,4 @@ gas_calibration = []
testing = []
dumper = []
build-wasm = []
execution-trace = ["rust_decimal"]
Loading
Loading