-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from DataBeast-IT/master
updated and extended snippets
- Loading branch information
Showing
2 changed files
with
217 additions
and
43 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
changes 20220119: | ||
- interface: changed deprecated keyword contract into interface | ||
- emit: removed deprecated emit keyword for event logging | ||
- internal / external decorators: changed deprecated public / private decorators into internal / external | ||
|
||
added declarations 20220119 | ||
- HashMap | ||
- DynArray | ||
- List | ||
- constant | ||
- public variable | ||
- convert | ||
- bitwise / shift | ||
- rawcall | ||
- rawlog | ||
- selfdestruct | ||
- send | ||
- cryptography: ecadd, acmul, ecrecover, keccak256, sha256 | ||
- concat | ||
- extract32 | ||
- slice | ||
- math: abs, ceil, floor, max, pow_mod256, sqrt, uint256_addmod, uint256_mulmod, | ||
- utilities: as_wei_value, blockhash, empty, len, method_id, _abi_encode |
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