-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert buggy miner code and fix segfault (#2221)
* Revert "Fix miner crash and refactor transaction removal (#2215)" This reverts commit 01fb687. * Fix segfault bug * Isolate EVM miner processing * fix lint * Revert test runner * Fixes to total fees and gas used * Remove logging * Fix merge errors * Fixes to match rust build triplet and target triplet * Fix lint * Fix comments * Fix merge bug * Refactor remove txs from sender * Use multimap for replace by fee * Fix flaky test --------- Co-authored-by: Niven <[email protected]> Co-authored-by: Prasanna Loganathar <[email protected]> Co-authored-by: Jouzo <[email protected]>
- v4.2.5
- v4.2.4
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.12
- v4.1.11
- v4.1.10
- v4.1.9
- v4.1.8
- v4.1.7
- v4.1.6
- v4.1.5
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.1.0-rc1
- v4.1.0-beta4
- v4.1.0-beta3
- v4.1.0-beta2
- v4.1.0-beta
- v4.1.0-alpha2
- v4.1.0-alpha
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v4.0.0-rc2
- v4.0.0-rc1
- v4.0.0-beta15
- v4.0.0-beta14
- v4.0.0-beta11
- v4.0.0-beta10
- v4.0.0-beta9
- v4.0.0-beta8
- v4.0.0-beta7
- v4.0.0-beta6
1 parent
9a6e2fb
commit aaa4c71
Showing
6 changed files
with
161 additions
and
143 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.