-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.31.0](0.30.1...0.31.0) (2024-10-31) ### Features * Add ensure_capabilities to set_spot_prices ([3cf7257](3cf7257)) * Add get_sell_amount_limit ([fea627a](fea627a)) * Add involved_contracts and token_storage_slots to state overwrites ([4198a67](4198a67)) * Add overwrites to VMPoolState ([20aba87](20aba87)) * Add spot prices logic to VMPoolState ([1e25aa1](1e25aa1)) * Rewrite set_spot_prices to get_spot_prices ([0459516](0459516)) ### Bug Fixes * Fix types in state.rs tests ([c197690](c197690)) * Miscellaneous fixes ([b6d2545](b6d2545)) * rAddress discrepancies from OverwriteFactory ([ffb4cb3](ffb4cb3)) * Update get_code_for_address and get_contract_bytecode to return Bytecode ([04214ba](04214ba))
- Loading branch information
1 parent
707f283
commit eb71531
Showing
5 changed files
with
25 additions
and
5 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "protosim" | ||
version = "0.30.1" | ||
version = "0.31.0" | ||
edition = "2021" | ||
|
||
[workspace] | ||
|
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