-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2270 support new rpc endpoint ticket balance and all ticket balance (#…
…2313) * feat: support new rpc endpoint ticket_balance re #2270 * feat: support new rpc endpoint all_ticket_balances re #2270 * fix: changed http method of all_ticket_balances to get re #2270 * fix: type definition mistake re #2270 * docs: updated docs for getTicketBalance rpc endpoint #2270 * fix: remove // in formatCacheKey when passed rpcMethodData and updated doc re #2270 * test: added rpc endpoint ticketBalance and allTicketBalances unit test re #2270 * test: added rpc endpoint ticketBalance and allTicketBalances integration test re #2270 * fix: added mumbai protocol to have empty txRollupAddress in known-contracts file * fix: correct misused of rpcMethodParams in RpcClientCache * style: address comment to keep type names uppercase re #2270 * test: removed not needed contract code and use code_with_ticket.ts instead re #2270 * test: removed console.log re #2270 * test: added try catch when originating contract and removed non-null assertion re #2270 * test: removed all tx_rollup references out of integration-tests * test: removed more tx rollup references in integration tests and some styles and doc update re #2270 * style: addressed comments regard style and docs * style: fixed ci run error * test: added more assertion to integration test * test: added array assertion for getAllTicketBalances result re #2270 * ci: added flextesa mumbaibox to ci run * fix: fix ci run * revert: revert ci changes and update integration test to target correct testnet
- Loading branch information
1 parent
82921b8
commit 009c7ef
Showing
22 changed files
with
297 additions
and
502 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
73 changes: 0 additions & 73 deletions
73
integration-tests/contract-tx-rollup-batch-operation.spec.ts
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
integration-tests/contract-tx-rollup-origination-operation.spec.ts
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
integration-tests/contract-tx-wait-2-confirmations.spec.ts
This file was deleted.
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.