forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: concurrent checktx * feat: concurrent rechecktx * feat: checkTxAsyncReactor * fix: Use Begin/EndRecheckTxSync for app_conn * chore: revise abci.Client, Async() interfaces * test: Fix TestCacheAfterUpdate * test: Fix TestClientServer * test: Fix tests related with Application * test: Fix TestHangingAsyncCalls * test: Fix clist_mempool_test.go * fix: Add handler for BeginRecheckTx/EndRecheckTx * test: Fix TestExtendVoteCalledWhenEnabled * test: Fix state_test.go * test: Fix TestCallbackInvokedWhenSetEarly * chore: Fix lint * chore: Fix lint * refactor: Use *sync.WaitGroup directly * chore: Use CheckTxSync from mempool.reactor.Receive() * chore: Remove original rechecktx logics already commented out * chore: Sync GetGlobalCallback call with other client types * refactor: Sync with original cometbft about callback * fix: Use own mutex for ResponseCallback * chore: Comment Begin/EndRecheckTx lock * chore: Revert ostracon#226 * test: Un-comment socket_client_test.gochore: Sync some codes with original cometbft * chore: Sync some codes with cometbft original * refactor: Sync with original cometbft * test: Fix kvstore test * chore: Remove useless codes * refactor: Use ResponseCheckTx pointer directly * refactor: Use original cometbft codes for rpc/BroadcastTxSync * refactor: Use original cometbft codes for rpc/BroadcastTxCommit * refactor: Sync with original cometbft for mempool/CheckTxSync * test: Fix test * refactor: Sync with original cometbft * refactor: Simplify CheckTxAsync * refactor: Sync with original cometbft for reqResCb * chore: Fix comments
- Loading branch information
Showing
41 changed files
with
2,417 additions
and
555 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
Oops, something went wrong.