-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new tests for HIP-1010 (#911)
* Exposes new update fees methods through HTS and wrapper contract Signed-off-by: Konstantina Blazhukova <[email protected]> * Allows passing of custom fee arrays in TokenCreateCustom contract Signed-off-by: Konstantina Blazhukova <[email protected]> * Adds necessary methods for tests and adds fee key to creation methods Signed-off-by: Konstantina Blazhukova <[email protected]> * Adds artifacts and abis for new and updated contracts Signed-off-by: Konstantina Blazhukova <[email protected]> * Adds util functions Signed-off-by: Konstantina Blazhukova <[email protected]> * Removes console logs, makes code more modular and readable Signed-off-by: Konstantina Blazhukova <[email protected]> * Fixes failing update fees tests Signed-off-by: Konstantina Blazhukova <[email protected]> * Fixes some tests and adds new ones Signed-off-by: Konstantina Blazhukova <[email protected]> * Fixes tests Signed-off-by: Konstantina Blazhukova <[email protected]> * Fixes multiple fracitonal fees test Signed-off-by: Konstantina Blazhukova <[email protected]> * bumps local node version Signed-off-by: Konstantina Blazhukova <[email protected]> * Fixes updating of token keys in hip583 test Signed-off-by: Konstantina Blazhukova <[email protected]> * Fixes failing erc20 tests Signed-off-by: Konstantina Blazhukova <[email protected]> * Removes leftover console log Signed-off-by: Konstantina Blazhukova <[email protected]> * Adds solidity doc to IHederaTokenService for new methods Signed-off-by: Konstantina Blazhukova <[email protected]> --------- Signed-off-by: Konstantina Blazhukova <[email protected]>
- Loading branch information
1 parent
40d2824
commit 485c6a7
Showing
23 changed files
with
2,730 additions
and
86 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...dera-token-service/examples/token-create/TokenCreateContract.sol/TokenCreateContract.json
Large diffs are not rendered by default.
Oops, something went wrong.
231 changes: 213 additions & 18 deletions
231
...-token-service/examples/token-create/TokenCreateCustom.sol/TokenCreateCustomContract.json
Large diffs are not rendered by default.
Oops, something went wrong.
180 changes: 178 additions & 2 deletions
180
...en-service/examples/token-manage/TokenManagementContract.sol/TokenManagementContract.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
.../hedera-token-service/examples/token-query/TokenQueryContract.sol/TokenQueryContract.json
Large diffs are not rendered by default.
Oops, something went wrong.
52 changes: 50 additions & 2 deletions
52
...oken-service/examples/token-transfer/TokenTransferContract.sol/TokenTransferContract.json
Large diffs are not rendered by default.
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
Oops, something went wrong.