This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add SendTransaction2Args, send_transaction2 rpc method, calls send_transaction2 unit test * add text-encoding dev dependency to run unit tests * update api.transact * minor * update GetInfoResult * add transactWithRetry unit test * add useOldRPC and useOldSendRPC options * minor * rm retryTrx, make like cleos, use retry block num and retry irreversible, add assertion, pass retry blocks if not irreversible, make num blocks optional param * update json rpc unit tests with blocking 10 blocks and blocking irreversible * update node test, add irreversible check, update to 10 blocks * update README.md, add '?' for optional params * use 30 blocks versus 180 for irreversible * use send_transaction2 rpc by default without retry trx feature * enable failure trace default, make default send_transaction2 rpc Co-authored-by: NatPDeveloper <you@example.com>
- Loading branch information
1 parent
0255c3c
commit 251beab
Showing
8 changed files
with
294 additions
and
7 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
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.