-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enabled fast return on eth_sendRawTransaction (#3273)
* chore: added USE_ASYNC_TX_PROCESSING feature flag Signed-off-by: Logan Nguyen <[email protected]> * dep: installed keccak package Signed-off-by: Logan Nguyen <[email protected]> * chore: added computeTransactionHash utils method Signed-off-by: Logan Nguyen <[email protected]> * feat: enabled fast return on eth_sendRawTransaction Signed-off-by: Logan Nguyen <[email protected]> * test: fixed eth_sendRawTransaction UTs Signed-off-by: Logan Nguyen <[email protected]> * chore: added USE_ASYNC_TX_PROCESSING to test.env and localAcceptance.env Signed-off-by: Logan Nguyen <[email protected]> * feat: added pollForValidTransactionReceipt Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed batch2 Signed-off-by: Logan Nguyen <[email protected]> * chore: skipped some tests when useAsyncTxProcessing is on (TBD) Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed batch2 Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed batch3 Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed hbarLimiter Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed ws_batch2 Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed conformity Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed getLogs test in batch1 Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed typo Signed-off-by: Logan Nguyen <[email protected]> * fix: fixed typo for sendRawTransactionProcessor method Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: Logan Nguyen <[email protected]>
- Loading branch information
1 parent
7accf1f
commit 56903ba
Showing
18 changed files
with
647 additions
and
373 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
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
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.