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

Proxy Upgradeability #147

Merged
merged 53 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
50a840e
Pyth deployment integration
diyahir Oct 11, 2024
931deb1
Merge branch 'fixes-recommended-changes-first-pass' into oracle-testn…
diyahir Oct 17, 2024
670c251
refactoring
diyahir Oct 17, 2024
ed62998
Merge branch 'fixes-recommended-changes-first-pass' into oracle-testn…
diyahir Oct 17, 2024
eb76d4b
refactoring for better testing
diyahir Oct 18, 2024
36cb860
Update add_asset.rs
diyahir Oct 19, 2024
fe48ddd
Merge branch 'fixes-recommended-changes-first-pass' into oracle-testn…
diyahir Oct 21, 2024
0396353
merge fixes
diyahir Oct 21, 2024
7bef7da
Merge branch 'main' into oracle-testnet-deployment
diyahir Oct 23, 2024
a1ee526
adding vesting contract config
diyahir Oct 23, 2024
1ed0bf5
Merge branch 'main' into oracle-testnet-deployment
diyahir Oct 24, 2024
9e17352
Merge branch 'main' into oracle-testnet-deployment
diyahir Oct 26, 2024
f83cbd6
Merge branch 'feat-logging-events-and-authorization-updates' into ora…
diyahir Oct 28, 2024
7e60d04
Setting up asset configurations
diyahir Oct 29, 2024
22aed68
transfer ownership cli
diyahir Oct 30, 2024
923e5cb
fixing rust warnings issues
diyahir Oct 30, 2024
fd2210c
Update transfer_ownership.rs
diyahir Oct 31, 2024
78c9d2e
adding testnet assets
diyahir Oct 31, 2024
371dd23
Merge branch 'main' into oracle-testnet-deployment
diyahir Oct 31, 2024
fb4ab65
prepping deployment
diyahir Oct 31, 2024
822e9c3
making network chosen at time of CLI call
diyahir Oct 31, 2024
4ff049c
Update constants.rs
diyahir Oct 31, 2024
64e1783
Update Cargo.toml
diyahir Oct 31, 2024
2929c6c
Update Cargo.toml
diyahir Oct 31, 2024
8a7f69e
update `MIN_NET_DEBT` from 500 USDF to 5 USDF for staging purposes
diyahir Oct 31, 2024
2dc5d7f
enabling proxy flag
diyahir Oct 31, 2024
4b2bea0
Update constants.rs
diyahir Nov 1, 2024
a07b40f
Merge branch 'dev' into staging
diyahir Nov 1, 2024
cab6c50
remove headers assumption
diyahir Nov 4, 2024
afc5291
Merge branch 'dev' into staging
diyahir Nov 4, 2024
4ccfe51
Update constants.rs
diyahir Nov 4, 2024
4eea2db
Initializing proxy contract and tests
diyahir Nov 5, 2024
2fc4b3d
not working yet, vesting does work but cross contract calls are failing
diyahir Nov 7, 2024
fd1d149
all tests pass, sorted-troves, borrow-operations, vesting are all upg…
diyahir Nov 7, 2024
0970906
Merge branch 'staging' into proxy-upgradeable
diyahir Nov 7, 2024
a165c0d
usdf upgradeable
diyahir Nov 7, 2024
8e6c37a
stability pool upgradeable
diyahir Nov 8, 2024
bff9418
protocol manager upgradeable
diyahir Nov 8, 2024
afbd844
fpt staking upgradeability
diyahir Nov 8, 2024
ef3fc04
Coll surplus pool upgradeable
diyahir Nov 8, 2024
f33971c
default pool upgradeable
diyahir Nov 8, 2024
a9987c1
Active pool upgradeability
diyahir Nov 8, 2024
e57ab21
community issuance upgradeability
diyahir Nov 8, 2024
38f48d0
fpt token proxy upgradeable
diyahir Nov 8, 2024
a121dcb
trove manager upgradeable
diyahir Nov 8, 2024
151f171
oracle upgradeable
diyahir Nov 8, 2024
0dc1eb4
deploy script updates for upgradeability
diyahir Nov 8, 2024
e795c24
remove old script
diyahir Nov 8, 2024
6f2543d
Update fluid_math.sw
diyahir Nov 8, 2024
3c24c5e
Update fluid_math.sw
diyahir Nov 8, 2024
a24ddf5
Merge pull request #146 from Hydrogen-Labs/proxy-upgradeable
diyahir Nov 8, 2024
e6391d1
Adding sanity tests to the setup
diyahir Nov 11, 2024
6c99184
Merge pull request #148 from Hydrogen-Labs/proxy-upgradeable
diyahir Nov 11, 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: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ target
*.env
!*/.sample.env
*types/*
*/contracts.json
contracts.json
deploy-scripts/vesting/fluid_vesting_team_and_investors_test.csv
*contracts.json
deploy-scripts/vesting/**/*.csv
Loading
Loading