-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use binary search instead of backtracking to find common root (#580)
* Use binary search instead of backtracking to find common root * Add support for EIP-1559 (#600) * Add support for EIP-1559 * Add interface to change bridge address * Update yarn and gitignore * Update eth2near relayer * Remove console.log * Restore getBlock function * Update prover to support EIP 2718 txs (#602) * Update prover to support EIP 2718 txs * Use feature flag and implement 2718 compliance * Compile near client contract * Enable eip1559 by default and compile * Allow deserialize London and PreLondon blocks * Fix without eip1559 feature * London HF fixes (#615) * Add logs * Add more logs * dgb * Don't deserialize on remove * Update ehtereum.js dependency * Prover: enable EIP1599 by default. Compile wasm. Co-authored-by: Marcelo Fornet <[email protected]> Co-authored-by: Kirill <[email protected]> Co-authored-by: Kirill <[email protected]> Co-authored-by: Kirill <[email protected]>
- Loading branch information
Showing
24 changed files
with
1,980 additions
and
926 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,6 @@ rlp = "0.4.2" | |
rlp-derive = "0.1.0" | ||
ethereum-types = "0.9.2" | ||
derive_more = "^0.99.2" | ||
|
||
[features] | ||
eip1559 = [] |
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
Binary file not shown.
Binary file not shown.
Oops, something went wrong.