-
Notifications
You must be signed in to change notification settings - Fork 601
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
SIP-165 Debt Orcale #1694
SIP-165 Debt Orcale #1694
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6522f12 - Browse repository at this point
Copy the full SHA 6522f12View commit details
Commits on Nov 13, 2021
-
* debt shares class is mostly done * issuer changes mostly done * feepool changes mostly done * tests cleaned up a little bit biggest thing still needing finalization is function to "transfer" debt to layer 2
Configuration menu - View commit details
-
Copy full SHA for 510823f - Browse repository at this point
Copy the full SHA 510823fView commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8ed2fff - Browse repository at this point
Copy the full SHA 8ed2fffView commit details
Commits on Nov 16, 2021
-
add synthetix debt share tests
Removed some functions it turns out we don't need found one bug during testing in `sharePercentOnPeriod` function
Configuration menu - View commit details
-
Copy full SHA for 834ec9d - Browse repository at this point
Copy the full SHA 834ec9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bff2fb6 - Browse repository at this point
Copy the full SHA bff2fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9043de1 - Browse repository at this point
Copy the full SHA 9043de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5c111 - Browse repository at this point
Copy the full SHA ae5c111View commit details -
Configuration menu - View commit details
-
Copy full SHA for d532380 - Browse repository at this point
Copy the full SHA d532380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b53405 - Browse repository at this point
Copy the full SHA 3b53405View commit details
Commits on Nov 28, 2021
-
use
hardhat-interact
instead of builtinthe `interact` hardhat task has been refactored and moved into its own package, `hardhat-interact`. This PR removes the old code from the repository and uses the new package. `synthetix` uses a custom system for managing deployments of its contracts. To account for this, the `interact` command has been extended to first regenerate the deployment manifests into a compliant format. Since `hardhat-interact` relies on hardhat configuration for network and signer configuration, the `hardhat.config.js` file has been updated to include our networks. notes: * package-lock.json verification may fail because of new NPM 8 format. how do we work around this?
Configuration menu - View commit details
-
Copy full SHA for 5076ab1 - Browse repository at this point
Copy the full SHA 5076ab1View commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e351a65 - Browse repository at this point
Copy the full SHA e351a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1280ab - Browse repository at this point
Copy the full SHA f1280abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fea5c91 - Browse repository at this point
Copy the full SHA fea5c91View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10ea7bd - Browse repository at this point
Copy the full SHA 10ea7bdView commit details -
* debt shares class is mostly done * issuer changes mostly done * feepool changes mostly done * tests cleaned up a little bit biggest thing still needing finalization is function to "transfer" debt to layer 2
Configuration menu - View commit details
-
Copy full SHA for 7cf745b - Browse repository at this point
Copy the full SHA 7cf745bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 113ada3 - Browse repository at this point
Copy the full SHA 113ada3View commit details -
add synthetix debt share tests
Removed some functions it turns out we don't need found one bug during testing in `sharePercentOnPeriod` function
Configuration menu - View commit details
-
Copy full SHA for f267e6e - Browse repository at this point
Copy the full SHA f267e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 667fcc8 - Browse repository at this point
Copy the full SHA 667fcc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2265bf6 - Browse repository at this point
Copy the full SHA 2265bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1530a - Browse repository at this point
Copy the full SHA fb1530aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdf3e69 - Browse repository at this point
Copy the full SHA bdf3e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87cd0da - Browse repository at this point
Copy the full SHA 87cd0daView commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8171cb3 - Browse repository at this point
Copy the full SHA 8171cb3View commit details
Commits on Dec 12, 2021
-
Merge branch 'sip-185-debt-shares' of https://github.com/Synthetixio/…
…synthetix into sip-185-debt-shares
Configuration menu - View commit details
-
Copy full SHA for 1deac59 - Browse repository at this point
Copy the full SHA 1deac59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e961d51 - Browse repository at this point
Copy the full SHA e961d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c501e - Browse repository at this point
Copy the full SHA 09c501eView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d380b8 - Browse repository at this point
Copy the full SHA 6d380b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00cb270 - Browse repository at this point
Copy the full SHA 00cb270View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2cc452 - Browse repository at this point
Copy the full SHA f2cc452View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6aefa - Browse repository at this point
Copy the full SHA dc6aefaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7ffe7 - Browse repository at this point
Copy the full SHA 3f7ffe7View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 122e37e - Browse repository at this point
Copy the full SHA 122e37eView commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0107563 - Browse repository at this point
Copy the full SHA 0107563View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c42d3 - Browse repository at this point
Copy the full SHA a2c42d3View commit details
Commits on Jan 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ea3e68 - Browse repository at this point
Copy the full SHA 1ea3e68View commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb4fad0 - Browse repository at this point
Copy the full SHA eb4fad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5afa691 - Browse repository at this point
Copy the full SHA 5afa691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68269c4 - Browse repository at this point
Copy the full SHA 68269c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e287b37 - Browse repository at this point
Copy the full SHA e287b37View commit details -
move staking test to dual since optimism realy doesn't have propertie…
…s to rebuildCache
Configuration menu - View commit details
-
Copy full SHA for cb5a604 - Browse repository at this point
Copy the full SHA cb5a604View commit details -
move staking test to dual since optimism realy doesn't have propertie…
…s to rebuildCache
Configuration menu - View commit details
-
Copy full SHA for 6b3f157 - Browse repository at this point
Copy the full SHA 6b3f157View commit details -
Merge branch 'sip-165-oracles' of https://github.com/Synthetixio/synt…
…hetix into sip-165-oracles
Configuration menu - View commit details
-
Copy full SHA for a5f47ba - Browse repository at this point
Copy the full SHA a5f47baView commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed6f858 - Browse repository at this point
Copy the full SHA ed6f858View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5e5fe - Browse repository at this point
Copy the full SHA 4d5e5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b81ef - Browse repository at this point
Copy the full SHA b5b81efView commit details
Commits on Feb 11, 2022
-
SIP-165 was recently updated to use an additional oracle, and replacing the original oracle so it only this has created a bit of wierd indirection in the Issuer (which likely only needs to query the DebtRatio oracle), so might need to do a little more cleanup on this, but its mostly what we want
Configuration menu - View commit details
-
Copy full SHA for 79c33f7 - Browse repository at this point
Copy the full SHA 79c33f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bed7d - Browse repository at this point
Copy the full SHA c3bed7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d94e4 - Browse repository at this point
Copy the full SHA 45d94e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5229444 - Browse repository at this point
Copy the full SHA 5229444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1676f1f - Browse repository at this point
Copy the full SHA 1676f1fView commit details
Commits on Feb 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4180c14 - Browse repository at this point
Copy the full SHA 4180c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb44cf - Browse repository at this point
Copy the full SHA 9bb44cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05005cf - Browse repository at this point
Copy the full SHA 05005cfView commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 86b41d8 - Browse repository at this point
Copy the full SHA 86b41d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for db35a57 - Browse repository at this point
Copy the full SHA db35a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 657443e - Browse repository at this point
Copy the full SHA 657443eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9450a5 - Browse repository at this point
Copy the full SHA e9450a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74803d - Browse repository at this point
Copy the full SHA f74803dView commit details
Commits on Mar 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 20bb800 - Browse repository at this point
Copy the full SHA 20bb800View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0eba7e - Browse repository at this point
Copy the full SHA a0eba7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e45b6d9 - Browse repository at this point
Copy the full SHA e45b6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for edcce22 - Browse repository at this point
Copy the full SHA edcce22View commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c375a93 - Browse repository at this point
Copy the full SHA c375a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad3d288 - Browse repository at this point
Copy the full SHA ad3d288View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64d771 - Browse repository at this point
Copy the full SHA e64d771View commit details -
Merge branch 'sip-165-oracles' of https://github.com/Synthetixio/synt…
…hetix into sip-165-oracles
Configuration menu - View commit details
-
Copy full SHA for 27293b5 - Browse repository at this point
Copy the full SHA 27293b5View commit details -
add needed
setLastDebtRatio()
functionwill allow for owner to override to prevent circuit breaker re-trigger after resuming the system
Configuration menu - View commit details
-
Copy full SHA for f81aae7 - Browse repository at this point
Copy the full SHA f81aae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770b3c1 - Browse repository at this point
Copy the full SHA 770b3c1View commit details