-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcv06 implement v3 transactions (#462)
* rpcv06 implement v3 transactions * update v3-txs to rpc1 * invokeV3 transaction hash * Add transaction hash functions for deploy, declare v3 * Add DeclareTxHash test - wip * wip * wip - test deployAccount * test - integration wip * test - declareTxnHashV3 works * test - invokeTxnHashV3 works * test - deployAcntTxnHashV3 works * Add erroneous test - no test data for v3 testnet * fix v3 type fields * Fix minor test * Update rpc/types_transaction.go Co-authored-by: Josh Klopfenstein <git@joshklop.com> * address comments * use mocks to test TxHash instead of requiring integration endpoint * update transactionHash test to use mocks and not testnet --------- Co-authored-by: Josh Klopfenstein <git@joshklop.com>
- Loading branch information
1 parent
6c244ac
commit a94ff83
Showing
11 changed files
with
652 additions
and
228 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
Oops, something went wrong.