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

WIP: Gauntlet MIP-B15 and MIP-M25 #164

Merged
merged 27 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7ad43ef
Add mip-b15.
reem Mar 28, 2024
d20dfac
Add mip-m25 description.
reem Mar 28, 2024
2c8a4c6
mip-m25
ElliotFriedman Mar 29, 2024
f45d689
remove incorrect comments
ElliotFriedman Mar 29, 2024
81a6581
targets set to UNITROLLER
ElliotFriedman Mar 29, 2024
10b27ec
Fill out the rest of the proposal, simulation still failing.
reem Mar 29, 2024
80e9925
etch onto moonbeam precompiles
ElliotFriedman Mar 30, 2024
6cbe917
add moonbeam precompile erc20 token addresses
ElliotFriedman Mar 30, 2024
68824b2
mock erc20
ElliotFriedman Mar 30, 2024
ed1e551
mip-25 run
ElliotFriedman Mar 30, 2024
aad6d6d
Merge branch 'main' into gauntlet-mips-march
reem Apr 1, 2024
a73a099
Update for merge issues.
reem Apr 1, 2024
6bc9c88
refund excess GLMR
ElliotFriedman Apr 1, 2024
b14c213
GLMR refund tests
ElliotFriedman Apr 1, 2024
e382f1a
fix governance folder import
ElliotFriedman Apr 1, 2024
190aa22
update xwell router address
ElliotFriedman Apr 1, 2024
b7d4184
remove testValidate
ElliotFriedman Apr 1, 2024
56ea024
router balance 0 check
ElliotFriedman Apr 1, 2024
f76fd30
remove select fork in run function
ElliotFriedman Apr 1, 2024
4f65b4e
moonbase xwell router with refund
ElliotFriedman Apr 2, 2024
cf32dcb
Merge pull request #167 from moonwell-fi/feat/xwell-router-refund
ElliotFriedman Apr 8, 2024
e15832e
fix merge conflicts
ElliotFriedman Apr 8, 2024
92993ce
fix merge conflicts, remove mip-m25
ElliotFriedman Apr 8, 2024
cc53f49
remove cache
ElliotFriedman Apr 8, 2024
5ec9dbd
buildCalldata
ElliotFriedman Apr 8, 2024
57f83de
remove unused imports
ElliotFriedman Apr 8, 2024
284bd2b
remove unused variable
ElliotFriedman Apr 8, 2024
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,7 @@ typescript/yarn.lock
lcov.info

# mutation testing
gambit_out*
gambit_out*

# fuzz and invariant testing
cache/
Loading
Loading