Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gas mechanics phase 1 implementation. #1471

Merged
merged 53 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
3a7864e
Added a new message topic for auto relaying.
Jul 31, 2023
c1d9618
WIP.
Jul 31, 2023
69aa549
some stuff.
Aug 14, 2023
7e9c9ea
Working deposits and transfers tree.
Aug 14, 2023
2de3811
Adding missing files.
Aug 18, 2023
0ef58e2
Progress dump.
Aug 18, 2023
2ce7d5c
Merged main.
Aug 18, 2023
ecc84bf
removed TransferTree.
Aug 18, 2023
c85dba1
Removed transfer tree from proto.
Aug 18, 2023
e3d063e
Revert "Removed transfer tree from proto."
Aug 19, 2023
09ccd22
Revert "removed TransferTree."
Aug 19, 2023
d987dd5
Adding back removed line.
Aug 19, 2023
ec0d4da
Working state. Gas not payed due to creator differences.
Aug 19, 2023
9b3a3b7
Working version.
Aug 28, 2023
5671869
Testing for gas mechanics in the sim tests.
Aug 29, 2023
29b228b
Merged main that includes geth upgrade.
Aug 31, 2023
1c6e29f
Fix for tests.
Sep 5, 2023
8d328c7
Merged origin/main.
Sep 5, 2023
44abb3c
Fixed linter issues.
Sep 5, 2023
2407529
Ran gofumpt.
Sep 5, 2023
7b4ddd7
Fixed more linter issues.
Sep 5, 2023
b03d1c6
Linter fix.
Sep 5, 2023
8f61db7
Fixed in mem test.
Sep 5, 2023
f04b175
Fixed race condition for gas price oracle.
Sep 5, 2023
f0f19ed
Fix crash.
Sep 5, 2023
144f373
Changes to when no base fee is applied.
Sep 5, 2023
a9b8497
Update for chain validation.
Sep 7, 2023
83d9ea5
Merged origin/main.
Sep 7, 2023
91ea5c2
Fix for build.'
Sep 7, 2023
ea7fa70
Added gas price estimation return.
Sep 12, 2023
182032b
Merged origin/main.
Sep 17, 2023
51b79a0
Seemingly fully working version.
Sep 17, 2023
3e98fe7
Merged origin/main.
Sep 17, 2023
803a40d
Fixed compilation bug.
Sep 17, 2023
2eb18e2
Ran gofumpt.
Sep 18, 2023
6f75ee8
Fix linter issue.'
Sep 18, 2023
d64203e
Resolved PR comments.
Sep 18, 2023
97bb9fb
Ran gofumpt.
Sep 18, 2023
c2d0c64
Added gas limit config.
Sep 18, 2023
cc82caf
Generate abi bindings.
Sep 18, 2023
8db2c56
Version that deploys.
Sep 18, 2023
4500885
Working version with baseFee == 1
Sep 19, 2023
401c0cd
Adding forgotten file.
Sep 19, 2023
7b1d6f2
Fix for toml test.
Sep 19, 2023
0470513
Fixed immediate batch block bug.
Sep 20, 2023
0bf75d2
Added testing contract.
Sep 20, 2023
689ed5f
Added default address for gas payments.
Sep 20, 2023
ed876be
Fixes for PR review.
Sep 20, 2023
b9ec9a1
Ran gofumpt.
Sep 20, 2023
7ea04bf
Stopped test that shouldn't run in GH.
Sep 20, 2023
37923e8
Modified gas limit.
Sep 20, 2023
d8eba3e
Linter fixes.
Sep 20, 2023
3d5a445
Gofumpt.
Sep 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/generated/EthereumBridge/EthereumBridge.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Loading