-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
starknet_subscribeTransactionStatus
Co-authored-by: IronGauntlets <[email protected]>
- Loading branch information
1 parent
c43ebbc
commit 6b4d132
Showing
17 changed files
with
601 additions
and
76 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
11 changes: 11 additions & 0 deletions
11
clients/feeder/testdata/sepolia-integration/transaction/0x1001.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,11 @@ | ||
{ | ||
"finality_status": "RECEIVED", | ||
"status": "this is deprecated", | ||
"block_hash": "0x01010101", | ||
"block_number": 304740, | ||
"transaction_index": 1, | ||
"transaction_hash": "0x1001", | ||
"l2_to_l1_messages": [], | ||
"events": [], | ||
"actual_fee": "0x247aff6e224" | ||
} |
12 changes: 12 additions & 0 deletions
12
clients/feeder/testdata/sepolia-integration/transaction/0x1010.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,12 @@ | ||
{ | ||
"execution_status": "SUCCEEDED", | ||
"finality_status": "ACCEPTED_ON_L1", | ||
"status": "this is deprecated", | ||
"block_hash": "0x01010101", | ||
"block_number": 304740, | ||
"transaction_index": 1, | ||
"transaction_hash": "0x1010", | ||
"l2_to_l1_messages": [], | ||
"events": [], | ||
"actual_fee": "0x247aff6e224" | ||
} |
13 changes: 13 additions & 0 deletions
13
clients/feeder/testdata/sepolia-integration/transaction/0x1111.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,13 @@ | ||
{ | ||
"revert_error": "some error", | ||
"execution_status": "REJECTED", | ||
"finality_status": "RECEIVED", | ||
"status": "this is deprecated", | ||
"block_hash": "0x01010101", | ||
"block_number": 304740, | ||
"transaction_index": 1, | ||
"transaction_hash": "0x1111", | ||
"l2_to_l1_messages": [], | ||
"events": [], | ||
"actual_fee": "0x247aff6e224" | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.