-
Notifications
You must be signed in to change notification settings - Fork 70
Alt fee oracle #809
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
Merged
Merged
Alt fee oracle #809
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
5e7bdaa
add erc20 price oracle contract
Kukoomomo 67b87e7
update
Kukoomomo 0442e0f
update calculate func
Kukoomomo c27f954
fix erc20 price oracle
Kukoomomo 82c7531
add erc20 token price oracle bindings
Kukoomomo f434129
rm FeeDiscountPercent
Kukoomomo b5c76c4
Merge remote-tracking branch 'origin/main' into erc20_price
Kukoomomo 341a619
bump bindings and deploy at ops
Kukoomomo 50202fe
fix test
Kukoomomo 7079332
change contract name
Kukoomomo 62c55a9
clean unused code
Kukoomomo 58f31c2
update bindings
Kukoomomo a146531
rm unused file
Kukoomomo 01c611e
fix test
Kukoomomo 65b39d4
Merge branch 'main' into erc20_price
Kukoomomo d851ad4
add token register task and token slot check test
Kukoomomo 71c9dd7
Add emeraldTime (#805)
curryxbo b23f2f3
update event
Kukoomomo d04f23b
bump bindings
Kukoomomo 243a049
Merge branch 'erc20_price' of github.com:morph-l2/morph into erc20_price
Kukoomomo ae75a92
update
Kukoomomo f6f8796
Merge branch 'main' into erc20_price
Kukoomomo 4d693f7
add set for token info query
Kukoomomo 4f7d6d4
init alt fee oracle
curryxbo a311e5b
new price oracle
curryxbo d157322
Stash price oracle (#813)
curryxbo a0d2279
merge
86ab0ad
fix metrics
104e059
rename
080eb36
fix dockerfile
bbd5286
revert changes
7af2ce0
add token-price-oracle for ec2
1c38f7c
add token-price-oracle for eks
757b265
clean token register flag
17ae894
fix privKey flag
a568cc5
clean default url
bbf4ba1
Merge branch 'main' into altFeeOracle
curryxbo 45ff9f5
go work sync
15d02ed
fix
3d0c701
fix lint
5af35e9
fix test
c6a747d
fix
19d0457
fix eks
747fbff
update eks
dd9f668
update eks s3
202ca22
add eks log
0cb162e
ls data
b52eea4
add /data
80d8ea3
add sleep
4a1a8e5
revert
ffa5091
Merge branch 'main' into altFeeOracle
curryxbo 64f7696
fix makefile and upgrade geth version
9daceac
clean dist
d1289bb
clean
8df4978
fix price-threshold
aebb969
fix price-threshold
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -7,5 +7,6 @@ use ( | |
| ./ops/l2-genesis | ||
| ./ops/tools | ||
| ./oracle | ||
| ./token-price-oracle | ||
| ./tx-submitter | ||
| ) | ||
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.