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

Take high price #1016

Merged
merged 78 commits into from
Dec 13, 2023
Merged
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
eb76ca7
Universal deposit fee (#983)
EdNoepel Nov 20, 2023
ce7b42b
Eliminate reserves bad debt allocation and add margin to TP (#962)
prateek105 Nov 20, 2023
22beca1
Fix invariant setup
prateek105 Nov 20, 2023
ea8c24f
Fix some unit tests
prateek105 Nov 20, 2023
2c5b993
ERC20PoolQuoteTokenTest updated
EdNoepel Nov 20, 2023
86f94bb
Merge branch 'merge-rc9' of github.com:ajna-finance/contracts into me…
EdNoepel Nov 20, 2023
51c6f99
updated ERC20PoolPurchaseQuoteTokenTest
EdNoepel Nov 20, 2023
a9d8fdc
Fixed tests in ERC20PoolReserveAuction.t.sol
Nov 20, 2023
da89b69
updated ERC20PoolBorrowTest and ERC20PoolBorrowFuzzyTest
EdNoepel Nov 20, 2023
cbe4ea1
Fix ERC20PoolCollateral and ERC20PoolInfoUtils tests
prateek105 Nov 21, 2023
af36904
Fixed ERC20 arbtake and depositTake tests
prateek105 Nov 21, 2023
4ffd5e9
Fix ERC20PoolLiquidationsKickTest, ERC20PoolLiquidationKickFuzzyTest …
prateek105 Nov 21, 2023
8172d2c
updated ERC20PoolMulticallTest
EdNoepel Nov 21, 2023
19165c7
cleaned up ERC20PoolDebtExceedsDepositTest
EdNoepel Nov 21, 2023
1252aed
fixed testTakeLoanColConstraintBpfPosNoResidual
Nov 21, 2023
33cc6f7
fixed testTakeCallerColConstraintBpfPosNoResidual
Nov 21, 2023
f4c98a9
fixed testTakeCallerColConstraintBpfPosResidual
Nov 21, 2023
6ff83a9
fixed testTakeCallerColConstraintBpfNegResidual
Nov 21, 2023
73f2dee
fixed testTakeLoanDebtConstraintBpfPosResidual
Nov 21, 2023
5a16b52
fixed testTakeAndSettle
Nov 21, 2023
ec7b001
cleaned up ERC20PoolDebtExceedsDepositTest
EdNoepel Nov 22, 2023
ae9fe01
updated ERC20PoolPrecisionTest
EdNoepel Nov 22, 2023
02f94aa
Update ERC20PoolLiquidationsSettleTest
prateek105 Nov 22, 2023
972e1d2
Update ERC20PoolLiquidationsMisc
prateek105 Nov 22, 2023
15cd4f6
Update ERC20PoolLiquidationSettleFuzzyTest
prateek105 Nov 22, 2023
4be4434
Update ERC20PoolLiquidationTakeFuzzyTest
prateek105 Nov 22, 2023
65b4e0b
fixeed revert tests
Nov 22, 2023
eb757c0
ERC20PoolLiquidationsTake -- fixed rest
Nov 22, 2023
2beeb43
Mh update tests (#985)
MikeHathaway Nov 24, 2023
027484e
Add 1.04 factor in HTP calculations (#987)
prateek105 Nov 27, 2023
ecd6218
Fix some unit tests
prateek105 Nov 27, 2023
973e854
Deployment updates for RC8+ releases (#986)
EdNoepel Nov 27, 2023
e804a29
Fix ERC721PoolLiquidationsTakeTest
prateek105 Nov 27, 2023
1e2eb38
updated ERC721PoolReserveAuctionTest
EdNoepel Nov 27, 2023
4f73bcc
Merge branch 'merge-rc9' of github.com:ajna-finance/contracts into me…
EdNoepel Nov 27, 2023
489c9d1
updated testMergeOrRemoveERC721Collateral (#989)
ith-harvey Nov 27, 2023
7989df7
updated ERC721PoolPurchaseQuoteTest and fixed bug in ERC721 tearDown
EdNoepel Nov 27, 2023
39af978
Merge branch 'merge-rc9' of github.com:ajna-finance/contracts into me…
EdNoepel Nov 27, 2023
a48aaec
cleaned up testLiquidationLenderKickAuction, testLiquidationSingleBor…
Nov 27, 2023
8be52e4
updated testMoveLiquidityToOverwriteBankruptBucket
Nov 27, 2023
3a5586d
updated PoolHelperTest
EdNoepel Nov 27, 2023
b21112f
Merge branch 'merge-rc9' of github.com:ajna-finance/contracts into me…
EdNoepel Nov 27, 2023
9df6b94
cleaned up asserts in addLiquidity
Nov 27, 2023
7939cc0
update testMoveLiquidityInBankruptBucket_LP_report_179_494
Nov 27, 2023
20e470a
updated ERC721PoolEMAsTest
EdNoepel Nov 27, 2023
8ea4b25
Merge branch 'merge-rc9' of github.com:ajna-finance/contracts into me…
EdNoepel Nov 27, 2023
7d710d1
fixed testKickHighThresholdPriceBorrower
Nov 27, 2023
d3d1d49
updated testBorrowerInterestCalculationAfterRepayingAllDebtOnce and t…
Nov 27, 2023
8be4121
updated testMultipleBorrowerInterestAccumulation
Nov 27, 2023
a09d854
Fix regression tests
prateek105 Nov 28, 2023
474860d
updated RE3, fixed _addQuoteToken
EdNoepel Nov 28, 2023
2357b45
addQuoteToken - return amount added (#993)
EdNoepel Nov 29, 2023
0e522f6
Fix up add liquidity (#992)
ith-harvey Nov 29, 2023
1ca6f9d
fixed issue with test_regression_fenwick_index_2 in non-18-decimal env
EdNoepel Nov 29, 2023
18a5cba
Merge branch 'merge-rc9' of github.com:ajna-finance/contracts into me…
EdNoepel Nov 29, 2023
5fdba79
added regression tests for two failing reserves scenarios
EdNoepel Nov 29, 2023
ee5139f
rename tests such that automake runs them with other regression tests
EdNoepel Nov 29, 2023
f354e44
UnboundedLiquidationPoolHandler bucketTake fix (#994)
EdNoepel Nov 30, 2023
9c155bc
settle event now emits actual debt settled rather than t0 amount (#999)
EdNoepel Dec 2, 2023
59e09a4
Updated auctionInfo (#996)
MikeHathaway Dec 2, 2023
1a81ff3
updated brownie tests, removed obsolete invariant tests (#1001)
EdNoepel Dec 4, 2023
5a270be
Block addqt above auction price (#997)
mattcushman Dec 4, 2023
196376b
Invariant testing fixes (#1006)
EdNoepel Dec 5, 2023
904cdf8
RC9 suggested improvements (#1005)
grandizzy Dec 5, 2023
b7c8ef2
Continuation of PR #962: (#1008)
grandizzy Dec 5, 2023
0687cdc
Misc test fixes (#1009)
EdNoepel Dec 6, 2023
83ff433
Invariant fix: round up quote tokens calculated from rewarded LP (bec…
grandizzy Dec 6, 2023
370975d
Merge pull request #1011 from ajna-finance/merge-rc9-fix-invariant-ro…
grandizzy Dec 6, 2023
b6ab289
initial commit
Dec 7, 2023
f7b9f83
cleaned up, its executing
Dec 7, 2023
a28c04b
updated
Dec 7, 2023
b57b42f
rough draft of tests written
Dec 8, 2023
1ac4e84
cleaned up examples added collateral asserts
Dec 9, 2023
b9b44e3
resolved merge conflicts
Dec 9, 2023
beb641f
borrower change not needed in PR
Dec 9, 2023
b71ac88
added new class inside ERC721PoolLiquidationsTake.t.sol
Dec 10, 2023
f693cc8
Merge branch 'develop' into take-high-price
Dec 12, 2023
6f6f551
updated tests to adjust for take event
Dec 13, 2023
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
Loading
Loading