-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implement evm_try_connect_block and evm_try_finalize_block * Rename to construct block * Revert changes on dst20 ffi * Fixes to use single mutex in txqueue * Fix lint * Better refactor * Fixes to implement cloning txqueuedata in construct block * Revert test runner * remove explicit type declaration * Fix lint * Fixes for mutex lock to be atomic for construct and finalize block * lint fix * Switch atomic ref count onto transactionqueue * Fix lint * Remove unused TransactionQueue methods * Revert default for transactionqueue * Add comments * Add comments on errors * Format imports --------- Co-authored-by: jouzo <[email protected]>
- Loading branch information
Showing
9 changed files
with
182 additions
and
181 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
Oops, something went wrong.