-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize get property for most primitive types (#974)
* implement get_propery optimization for caller, gas_left and account_id * implement optimization for little-endian types * make most of the property query functions infallible * adjust ERC-20 example for changes * apply rustfmt * fix ink_lang_macro doc tests * fix contract-terminate example contract * fix contract-transfer example * fix ERC-20 and trait-ERC-20 example contracts * fix ERC-721 example * fix UI test * fix some off-chain tests * apply rustfmt
- Loading branch information
Showing
17 changed files
with
305 additions
and
166 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
Oops, something went wrong.