Skip to content

Commit 3218b59

Browse files
damipCopilot
andauthored
Optimize ABI calls (#354)
* Optimize ABI calls * fix abi names * fmt * align proto version to Massa * minor fixes * improve ABI calls * improve ABIs * fix compilation * update default gas costs for abi calls * Update src/as_execution/abi.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ignore bench tests in CI * remove calibrate.wat * ignore calibrate.wat * update gas cost test defaults * fix tests --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fba1dbe commit 3218b59

File tree

18 files changed

+2488
-2364
lines changed

18 files changed

+2488
-2364
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_modules
33
wasm/*.d.ts
44
wasm/*.js
55
wasm/*.wasm.map
6+
calibrate.wat
67

78
# IDE
89
.idea

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ as-ffi-bindings = { git = "https://github.com/massalabs/as-ffi-bindings.git", ta
99
base64 = "=0.21"
1010
chrono = { version = "=0.4", features = ["clock"], default-features = false }
1111
displaydoc = "0.2"
12-
function_name = "0.3"
1312
loupe = "0.1"
14-
massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs.git", "rev" = "5e5b9494f5e4996a53c4ed0f47dae2e79cf9b9ef" }
13+
massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs.git", "rev" = "9bfbbe1b5dc62815aa2b9f9c5b827b0198da65e3" }
1514
more-asserts = "0.3"
1615
num_enum = "0.7"
1716
parking_lot = "0.12"
@@ -52,3 +51,4 @@ testing = []
5251
dumper = []
5352
build-wasm = []
5453
execution-trace = ["rust_decimal"]
54+

0 commit comments

Comments
 (0)