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

Upgrade: Notional v3 [Sherlock Audit] #107

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5156ac4
Renames Asset Cash to Prime Cash
jeffywu Mar 4, 2023
2cf784d
Adds all Mocks and Tests
jeffywu Mar 25, 2023
33dd954
Adds and Updates Interfaces
jeffywu Mar 25, 2023
758e310
Refactor Import and Using Statements
jeffywu Mar 25, 2023
230578b
Updates Pure Math Libraries
jeffywu Mar 25, 2023
28cfbbc
Updates Constants, Types and Storage
jeffywu Mar 25, 2023
a5bad77
Updates fCash AMM Curve
jeffywu Mar 25, 2023
ae55038
Prime Cash Internal Logic
jeffywu Mar 25, 2023
674a33d
Update Balance Storage Handling
jeffywu Mar 25, 2023
ab9be87
Update Token Handling
jeffywu Mar 25, 2023
d6bdf6a
Breaking Change to nToken Calculation
jeffywu Mar 25, 2023
f5b451f
fCash to Prime Cash Settlement
jeffywu Mar 25, 2023
83dafdf
Allow Accounts to Borrow Prime
jeffywu Mar 25, 2023
8b6c7e2
Add Soft Debt Cap via ETH Buffer Scale
jeffywu Mar 25, 2023
4f15892
Add Prime Supply Cap Checks
jeffywu Mar 25, 2023
b149f94
Borrow Collateral During Liquidation
jeffywu Mar 25, 2023
09807f7
Eliminate Liquidity Tokens from Portfolios
jeffywu Mar 25, 2023
4307dfb
Adds Event Emitter Library
jeffywu Mar 25, 2023
bc9b316
Adds Events to nToken Mint and Redeem
jeffywu Mar 25, 2023
a4f7591
Adds Events to Liquidation
jeffywu Mar 25, 2023
ee059fe
Adds Events to Trading Action
jeffywu Mar 25, 2023
31f2eec
Leveraged Vaults v2
jeffywu Mar 25, 2023
50a6910
Bytecode Migration: Store Assets => Settle Assets External
jeffywu Mar 25, 2023
abec641
Bytecode Migration: Update Incentive Emissions => Treasury Action
jeffywu Mar 25, 2023
ae72324
Bytecode Migration: Sweep Cash Into Markets => nToken Mint Action
jeffywu Mar 25, 2023
b88fd13
Bytecode Migration: Transfer Assets => Settle Assets External
jeffywu Mar 25, 2023
fb789dd
Refactor ERC1155 IDs to use Event Emitter
jeffywu Mar 25, 2023
f86a013
Updates to Governance Action
jeffywu Mar 25, 2023
5d91263
Add pCash, pDebt Proxies. Updates nToken proxy.
jeffywu Mar 25, 2023
d6740fc
Adds Money Market Rebalancing
jeffywu Mar 25, 2023
b20a45c
Migrate from Notional V2 to V3
jeffywu Mar 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"cSpell.words": [
"abicoder",
"autouse",
"finalizef",
"liquidatef"
"liquidatef",
"NODEBT",
"Rebalance",
"Rebalancing"
]
}