-
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: Resolve IHRC632 and IHRC904 definitions (#1103)
* Resolve IHRC632 and IHRC904 definitons Signed-off-by: Nana Essilfie-Conduah <[email protected]> * Add abi files Signed-off-by: Nana Essilfie-Conduah <[email protected]> * fix: fixed Foundry build Signed-off-by: Logan Nguyen <[email protected]> * Fix test refs Signed-off-by: Nana Essilfie-Conduah <[email protected]> * tweak wallet address name Signed-off-by: Nana Essilfie-Conduah <[email protected]> * fix: fixed IHRC906 Signed-off-by: Logan Nguyen <[email protected]> * Revert "fix: fixed IHRC906" This reverts commit 54bb0e6. Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed cryptoOwner to use IHRC906Facade Signed-off-by: Logan Nguyen <[email protected]> * fix: renamed IHRC906.js to IHRC906Facade.js Signed-off-by: Logan Nguyen <[email protected]> * Add facade specifictions and add exapand README tables Signed-off-by: Nana Essilfie-Conduah <[email protected]> * Fix readme versions Signed-off-by: Nana Essilfie-Conduah <[email protected]> --------- Signed-off-by: Nana Essilfie-Conduah <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: Logan Nguyen <[email protected]>
- Loading branch information
1 parent
364927f
commit c59a96d
Showing
27 changed files
with
1,693 additions
and
46 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
21 changes: 21 additions & 0 deletions
21
...ystem-contracts/hedera-account-service/IHRC904AccountFacade.sol/IHRC904AccountFacade.json
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,21 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "bool", | ||
"name": "enableAutoAssociations", | ||
"type": "bool" | ||
} | ||
], | ||
"name": "setUnlimitedAutomaticAssociations", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] |
60 changes: 60 additions & 0 deletions
60
contracts-abi/contracts/system-contracts/hedera-account-service/IHRC906.sol/IHRC906.json
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,60 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "owner", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
} | ||
], | ||
"name": "hbarAllowance", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "owner", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"name": "hbarApprove", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] |
50 changes: 50 additions & 0 deletions
50
...ystem-contracts/hedera-account-service/IHRC906AccountFacade.sol/IHRC906AccountFacade.json
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,50 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
} | ||
], | ||
"name": "hbarAllowance", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"name": "hbarApprove", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] |
50 changes: 50 additions & 0 deletions
50
...acts-abi/contracts/system-contracts/hedera-account-service/IHRC906Facade.sol/IHRC906.json
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,50 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
} | ||
], | ||
"name": "hbarAllowance", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"name": "hbarApprove", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] |
50 changes: 50 additions & 0 deletions
50
...bi/contracts/system-contracts/hedera-account-service/IHRC906Facade.sol/IHRC906Facade.json
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,50 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
} | ||
], | ||
"name": "hbarAllowance", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "spender", | ||
"type": "address" | ||
}, | ||
{ | ||
"internalType": "int256", | ||
"name": "amount", | ||
"type": "int256" | ||
} | ||
], | ||
"name": "hbarApprove", | ||
"outputs": [ | ||
{ | ||
"internalType": "int64", | ||
"name": "responseCode", | ||
"type": "int64" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] |
Oops, something went wrong.