-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: change endpoint structure in order to improve readability * fix: adapt to new urls * fix: move simulateTransactionCall to transaction-client.ts * fix: add transaction client to merge * fix: add missing exports * fix: remove redundant * fix: remove unuseful * fix: change standard accounts names (group by tests) and create accounts for transaction tests * feat: transaction client * feat: tests. Missing simulate transaction call * fix: yarn.lock update and format better errorTypes.ts * fix: simulate transaction call in a separated task * fix: add check on result of transaction send * feat: test sending of delegated transactions and multiclauses * refactor: linting * refactor: restored linting due to prettier update * fix: typo * fix: typo 2 * fix: typo for block_ref * feat: transaction utils for check transaction data * fix: typo * fix: types * fix: import * fix: check transaction * fix: change approach with using isThorId * fix: 100% coverage * fix: last version * fix: tsdoc and handle null * fix: handle null for block * fix: missing types inference * fix: tests * fix: add data into errors --------- Co-authored-by: Piero Bassa <[email protected]>
- Loading branch information
1 parent
dcfbc60
commit dd88b92
Showing
27 changed files
with
1,252 additions
and
387 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './data'; | ||
export * from './types.d'; |
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.
dd88b92
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Coverage
Summary