-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5055: Update wasm lane 5. r=mpapierski a=mpapierski This PR adjusts 5th lane in size, and in gas limit. - 65k will fit more than half of the wasm sessions used in the mainnet to date - 3CSPR will accommodate a Wasm with at least one transfer (2.5CSPR) with some extra code. See also mainnet data analysis here: https://gist.github.com/mpapierski/1b7a603bde1d4fe99c836ef9b68b3d0e#file-data_with_imports-csv Co-authored-by: Michał Papierski <michal@casper.network>
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,4 +80,6 @@ jobs: | |
run: make doc | ||
|
||
- name: audit | ||
run: make audit | ||
run: | | ||
cargo install cargo-audit --locked | ||
make audit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters