-
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.
5024: Changed the way transaction lanes are calculated if the transaction h… r=zajko a=zajko …as PricingMode::PaymentLimited. For wasm based transaction with that pricing mode the `payment_amount` field will be used as size estimate to determine the wasm lane. Also added some validation for the chainspec to prevent: - wasm lanes using reserved ids (mint, auction, install/upgrade) - wasm lanes that have duplicate max_transaction_length - wasm lanes that have duplicate max_transaction_gas_limit - configs that have no wasm lanes defined - removed SMALL_WASM_LANE_ID, MEDIUM_WASM_LANE_ID and LARGE_WASM_LANE_ID from casper types public API This PR might have impact on casper-client-rs Co-authored-by: Jakub Zajkowski <[email protected]>
- Loading branch information
Showing
22 changed files
with
966 additions
and
305 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
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
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
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
Oops, something went wrong.