-
Notifications
You must be signed in to change notification settings - Fork 80
Private pool #37
base: main
Are you sure you want to change the base?
Private pool #37
Commits on Nov 26, 2021
-
Barry Lyndon committed
Nov 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 5454f5d - Browse repository at this point
Copy the full SHA 5454f5dView commit details -
(Personal formatting settings)
Barry Lyndon committedNov 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 830e8e0 - Browse repository at this point
Copy the full SHA 830e8e0View commit details
Commits on Dec 1, 2021
-
Add Private Lending pool (WIP, untested)
Kashi pair with the following changes: - Charge protocol fee on liquidations - Charge protocol fee on borrow open - Allow only one lender, and a whitelist of borrowers - Collect fees as soon as feasible; do not "reinvest" - Add option to seize collateral on liquidation. Bonus and fees are taken out in the collateral as well - Add expiration (liquidation-free period)
Barry Lyndon committedDec 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 098e0fa - Browse repository at this point
Copy the full SHA 098e0faView commit details
Commits on Dec 9, 2021
-
(Archive oracles and swappers to silence warnings)
Barry Lyndon committedDec 9, 2021 Configuration menu - View commit details
-
Copy full SHA for ae063b3 - Browse repository at this point
Copy the full SHA ae063b3View commit details -
Enforce limits on init() settings
Barry Lyndon committedDec 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 3048143 - Browse repository at this point
Copy the full SHA 3048143View commit details
Commits on Dec 10, 2021
-
Barry Lyndon committed
Dec 10, 2021 Configuration menu - View commit details
-
Copy full SHA for e868f5b - Browse repository at this point
Copy the full SHA e868f5bView commit details -
Reword some things for symmetry/uniformity
Barry Lyndon committedDec 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 1365a2e - Browse repository at this point
Copy the full SHA 1365a2eView commit details
Commits on Dec 11, 2021
-
Remove some overflow checks with proof
Barry Lyndon committedDec 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 11c9a15 - Browse repository at this point
Copy the full SHA 11c9a15View commit details
Commits on Dec 14, 2021
-
Add deployment script and some tests
Barry Lyndon committedDec 14, 2021 Configuration menu - View commit details
-
Copy full SHA for a2d8530 - Browse repository at this point
Copy the full SHA a2d8530View commit details -
Use full math in isSolvent check
Barry Lyndon committedDec 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 9a2a087 - Browse repository at this point
Copy the full SHA 9a2a087View commit details -
Revert "(Archive oracles and swappers to silence warnings)"
This reverts commit ae063b3.
Barry Lyndon committedDec 14, 2021 Configuration menu - View commit details
-
Copy full SHA for f14bc0e - Browse repository at this point
Copy the full SHA f14bc0eView commit details
Commits on Dec 15, 2021
-
Change expiration logic: if set, everyone insolvent after
Barry Lyndon committedDec 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a9812b - Browse repository at this point
Copy the full SHA 8a9812bView commit details
Commits on Dec 16, 2021
-
Test loan repayment and "fees owed" logic
Barry Lyndon committedDec 16, 2021 Configuration menu - View commit details
-
Copy full SHA for b3461a4 - Browse repository at this point
Copy the full SHA b3461a4View commit details
Commits on Dec 18, 2021
-
Remove some more overflow checks with proof
Barry Lyndon committedDec 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 22b5f65 - Browse repository at this point
Copy the full SHA 22b5f65View commit details -
Fix in-kind liquidation bonus calculation
Barry Lyndon committedDec 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 889d833 - Browse repository at this point
Copy the full SHA 889d833View commit details -
Test regular and in-kind liquidations
Barry Lyndon committedDec 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 643a85a - Browse repository at this point
Copy the full SHA 643a85aView commit details
Commits on Dec 26, 2021
-
Start NFT-collateral contract (draft)
Notable features/differences: - Same lender / borrowers model as PrivatePool - ERC-721 contract as collateral - One loan per contract token - Interest auto-compounds; no accrue() - Repayment can only be in full - Open fee comes out of principal - Lender can update loan parameters. If a loan is currently taken out then the update succeeds as long as it benefits the borrower. - No "flash borrows". (Would probably use a separate borrow function). - Expirations are required, and collateral gets auto-seized by the lender on expiration. Other than that, no liquidations.
Barry Lyndon committedDec 26, 2021 Configuration menu - View commit details
-
Copy full SHA for a7ffbaf - Browse repository at this point
Copy the full SHA a7ffbafView commit details -
Extract old OpenZeppelin code to avoid conflicts
Barry Lyndon committedDec 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 2f2e66c - Browse repository at this point
Copy the full SHA 2f2e66cView commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cdc2af9 - Browse repository at this point
Copy the full SHA cdc2af9View commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c712693 - Browse repository at this point
Copy the full SHA c712693View commit details -
Configuration menu - View commit details
-
Copy full SHA for d040039 - Browse repository at this point
Copy the full SHA d040039View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a2194ab - Browse repository at this point
Copy the full SHA a2194abView commit details -
(Pull in new BoringSolidity with ERC721)
Barry Lyndon committedJan 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 744bf7c - Browse repository at this point
Copy the full SHA 744bf7cView commit details -
(Format all .ts files with "yarn format")
Barry Lyndon committedJan 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 997b59d - Browse repository at this point
Copy the full SHA 997b59dView commit details
Commits on Jan 31, 2022
-
Barry Lyndon committed
Jan 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 3d7a45c - Browse repository at this point
Copy the full SHA 3d7a45cView commit details -
Make "compound interest terms" a per-loan setting
Barry Lyndon committedJan 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 630e3d1 - Browse repository at this point
Copy the full SHA 630e3d1View commit details -
Borrow: Pass loan params as struct
Barry Lyndon committedJan 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 49b7342 - Browse repository at this point
Copy the full SHA 49b7342View commit details -
Emit event on updating loan params
Barry Lyndon committedJan 31, 2022 Configuration menu - View commit details
-
Copy full SHA for a74f96f - Browse repository at this point
Copy the full SHA a74f96fView commit details -
Add some tests for the NFT contract
Barry Lyndon committedJan 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 79e192b - Browse repository at this point
Copy the full SHA 79e192bView commit details
Commits on Feb 1, 2022
-
Always allow liquidation of insolvent positions
Barry Lyndon committedFeb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 3c843d3 - Browse repository at this point
Copy the full SHA 3c843d3View commit details -
Explicitly test PrivatePool contract size limit
Barry Lyndon committedFeb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 17a641d - Browse repository at this point
Copy the full SHA 17a641dView commit details -
Always update exhchange rate in _isSolvent()
Barry Lyndon committedFeb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 8b07fc5 - Browse repository at this point
Copy the full SHA 8b07fc5View commit details -
Split in-kind liquidation bonus between liquidator and lender
Barry Lyndon committedFeb 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 824e179 - Browse repository at this point
Copy the full SHA 824e179View commit details
Commits on Feb 22, 2022
-
NFT pair revisions -- untested draft
Major changes from "PrivatePoolNFT: - Do not restrict borrowers and lenders - Borrowers provide collateral and loan terms, lenders take or leave - Assets are transfered instantly on lend/repay; the contract holds no user balances - Paying off a loan ends it, rather than leaving the borrower with the option to take it out again. This is because loans are now initiated by the lender.
Barry Lyndon committedFeb 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 16524b9 - Browse repository at this point
Copy the full SHA 16524b9View commit details
Commits on Mar 5, 2022
-
Barry Lyndon committed
Mar 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 5ad449e - Browse repository at this point
Copy the full SHA 5ad449eView commit details -
Consistently case event messages
Barry Lyndon committedMar 5, 2022 Configuration menu - View commit details
-
Copy full SHA for e4dac51 - Browse repository at this point
Copy the full SHA e4dac51View commit details -
Reorder requestLoan parameters and add cook action
Barry Lyndon committedMar 5, 2022 Configuration menu - View commit details
-
Copy full SHA for afc1e1a - Browse repository at this point
Copy the full SHA afc1e1aView commit details -
Barry Lyndon committed
Mar 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 0d57880 - Browse repository at this point
Copy the full SHA 0d57880View commit details -
Fix calculateInterest (and improve comments)
Barry Lyndon committedMar 5, 2022 Configuration menu - View commit details
-
Copy full SHA for fdc3d4f - Browse repository at this point
Copy the full SHA fdc3d4fView commit details -
Barry Lyndon committed
Mar 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 6fbf382 - Browse repository at this point
Copy the full SHA 6fbf382View commit details
Commits on Mar 11, 2022
-
Hardcode COMPOUND_INTEREST_TERMS
Barry Lyndon committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 243921f - Browse repository at this point
Copy the full SHA 243921fView commit details
Commits on Mar 12, 2022
-
Barry Lyndon committed
Mar 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 1d43ef3 - Browse repository at this point
Copy the full SHA 1d43ef3View commit details -
Add some tests for recent changes (partial)
Barry Lyndon committedMar 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 40e2a98 - Browse repository at this point
Copy the full SHA 40e2a98View commit details
Commits on Mar 16, 2022
-
Barry Lyndon committed
Mar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for c06426c - Browse repository at this point
Copy the full SHA c06426cView commit details -
Index tokenId in LogRepay event
Barry Lyndon committedMar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 92d1efd - Browse repository at this point
Copy the full SHA 92d1efdView commit details -
Barry Lyndon committed
Mar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for df2b5f3 - Browse repository at this point
Copy the full SHA df2b5f3View commit details -
Barry Lyndon committed
Mar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 12f517b - Browse repository at this point
Copy the full SHA 12f517bView commit details
Commits on Mar 17, 2022
-
Signed lend/borrow: Include all addresses in signature
Barry Lyndon committedMar 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 15e56cc - Browse repository at this point
Copy the full SHA 15e56ccView commit details
Commits on Mar 20, 2022
-
Fix precalculated borrow signature hash
Barry Lyndon committedMar 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 257425f - Browse repository at this point
Copy the full SHA 257425fView commit details -
Add tests for signed lend/borrow
Barry Lyndon committedMar 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 138f82b - Browse repository at this point
Copy the full SHA 138f82bView commit details
Commits on Mar 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 388f48f - Browse repository at this point
Copy the full SHA 388f48fView commit details
Commits on Mar 26, 2022
-
Barry Lyndon committed
Mar 26, 2022 Configuration menu - View commit details
-
Copy full SHA for f71f52a - Browse repository at this point
Copy the full SHA f71f52aView commit details -
Rework lend() tests to account for open fee change
Barry Lyndon committedMar 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 5cce3c7 - Browse repository at this point
Copy the full SHA 5cce3c7View commit details -
Merge branch 'private-pool-additions' into private-pool
Barry Lyndon committedMar 26, 2022 Configuration menu - View commit details
-
Copy full SHA for c6c4f0c - Browse repository at this point
Copy the full SHA c6c4f0cView commit details -
Add cook actions for signed methods
Barry Lyndon committedMar 26, 2022 Configuration menu - View commit details
-
Copy full SHA for ffeb27d - Browse repository at this point
Copy the full SHA ffeb27dView commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a50400c - Browse repository at this point
Copy the full SHA a50400cView commit details
Commits on Apr 10, 2022
-
Improve test coverage to all but cooks; start cook tests
Barry Lyndon committedApr 10, 2022 Configuration menu - View commit details
-
Copy full SHA for abb0ba6 - Browse repository at this point
Copy the full SHA abb0ba6View commit details
Commits on Apr 11, 2022
-
Disallow calls to the collateral contract
Barry Lyndon committedApr 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 5bf6699 - Browse repository at this point
Copy the full SHA 5bf6699View commit details
Commits on Apr 13, 2022
-
Rework lend/borrow signatures; add "any token" option
Barry Lyndon committedApr 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 8474d9a - Browse repository at this point
Copy the full SHA 8474d9aView commit details -
Merge private-pool-lendingclub (some fixes; no tests)
Barry Lyndon committedApr 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 3ba37d7 - Browse repository at this point
Copy the full SHA 3ba37d7View commit details
Commits on Apr 14, 2022
-
Slightly change LendingClub signature and add test case
Barry Lyndon committedApr 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 8828d48 - Browse repository at this point
Copy the full SHA 8828d48View commit details -
(Address warning on mock contract)
Barry Lyndon committedApr 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 208e61f - Browse repository at this point
Copy the full SHA 208e61fView commit details -
Take duration instead of expiration as loan parameter
Barry Lyndon committedApr 14, 2022 Configuration menu - View commit details
-
Copy full SHA for a75094d - Browse repository at this point
Copy the full SHA a75094dView commit details -
(Format LendingClubMock in line with the rest of the repo)
Barry Lyndon committedApr 14, 2022 Configuration menu - View commit details
-
Copy full SHA for bc882ec - Browse repository at this point
Copy the full SHA bc882ecView commit details
Commits on Apr 21, 2022
-
Cooks: Add ACTION_LEND and some tests
Barry Lyndon committedApr 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a8bb75a - Browse repository at this point
Copy the full SHA a8bb75aView commit details
Commits on Apr 23, 2022
-
(Add deployment script for NFTPair master contract)
Barry Lyndon committedApr 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 7783787 - Browse repository at this point
Copy the full SHA 7783787View commit details -
(Format/clean up PrivatePool deploy script)
Barry Lyndon committedApr 23, 2022 Configuration menu - View commit details
-
Copy full SHA for c6801ea - Browse repository at this point
Copy the full SHA c6801eaView commit details -
(Apply standard formatting to some config files)
Barry Lyndon committedApr 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 6eac385 - Browse repository at this point
Copy the full SHA 6eac385View commit details -
Deploy a mock NFTPair ecosystem on Ropsten
Barry Lyndon committedApr 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 8e370fc - Browse repository at this point
Copy the full SHA 8e370fcView commit details -
Add freely mintable ERC20 and use in Ropsten NFTPair mocks
Barry Lyndon committedApr 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 1f7d3a9 - Browse repository at this point
Copy the full SHA 1f7d3a9View commit details -
Deploy "Free Money" mock; redeploy NFT pair master (Ropsten)
Barry Lyndon committedApr 23, 2022 Configuration menu - View commit details
-
Copy full SHA for d808861 - Browse repository at this point
Copy the full SHA d808861View commit details -
(Whitelist master contract in Ropsten mock deployment)
Barry Lyndon committedApr 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 3161f3b - Browse repository at this point
Copy the full SHA 3161f3bView commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dbacda0 - Browse repository at this point
Copy the full SHA dbacda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd5af7 - Browse repository at this point
Copy the full SHA 6bd5af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 750b1ae - Browse repository at this point
Copy the full SHA 750b1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae47d03 - Browse repository at this point
Copy the full SHA ae47d03View commit details -
More thoroughly check for expiration logic
Barry Lyndon committedApr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for a0a802b - Browse repository at this point
Copy the full SHA a0a802bView commit details -
(Comments / auto-formatted line endings)
Barry Lyndon committedApr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 0af7ea3 - Browse repository at this point
Copy the full SHA 0af7ea3View commit details -
Add LTV to relevant checks / parameter lists
Barry Lyndon committedApr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for aa2ff04 - Browse repository at this point
Copy the full SHA aa2ff04View commit details -
Barry Lyndon committed
Apr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 9d59ccf - Browse repository at this point
Copy the full SHA 9d59ccfView commit details -
Barry Lyndon committed
Apr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 741a255 - Browse repository at this point
Copy the full SHA 741a255View commit details -
Barry Lyndon committed
Apr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for 5f6f302 - Browse repository at this point
Copy the full SHA 5f6f302View commit details
Commits on Apr 29, 2022
-
Fix LTV parameter comparison check
Barry Lyndon committedApr 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 7e3a383 - Browse repository at this point
Copy the full SHA 7e3a383View commit details
Commits on Apr 30, 2022
-
Enforce that the oracle cannot be changed
Barry Lyndon committedApr 30, 2022 Configuration menu - View commit details
-
Copy full SHA for ba4b627 - Browse repository at this point
Copy the full SHA ba4b627View commit details
Commits on May 27, 2022
-
Add cook test scenario for BentoBox transfers
Barry Lyndon committedMay 27, 2022 Configuration menu - View commit details
-
Copy full SHA for d15cad3 - Browse repository at this point
Copy the full SHA d15cad3View commit details -
Allow the lender to "liquidate" to a different address
Barry Lyndon committedMay 27, 2022 Configuration menu - View commit details
-
Copy full SHA for d05d931 - Browse repository at this point
Copy the full SHA d05d931View commit details -
Deduplicate names in "WithOracle" contract
Barry Lyndon committedMay 27, 2022 Configuration menu - View commit details
-
Copy full SHA for e179cd4 - Browse repository at this point
Copy the full SHA e179cd4View commit details -
Remove unused import of BoringRebase
Barry Lyndon committedMay 27, 2022 Configuration menu - View commit details
-
Copy full SHA for b364ed1 - Browse repository at this point
Copy the full SHA b364ed1View commit details -
(init and updateLoanParams can be external)
Barry Lyndon committedMay 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 1818676 - Browse repository at this point
Copy the full SHA 1818676View commit details
Commits on Jun 5, 2022
-
Add flash repayments and borrowing - swappers and cook
Barry Lyndon committedJun 5, 2022 Configuration menu - View commit details
-
Copy full SHA for c05979d - Browse repository at this point
Copy the full SHA c05979dView commit details
Commits on Jun 6, 2022
-
Only expire loans AFTER duration has passed
Barry Lyndon committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 60d4e1c - Browse repository at this point
Copy the full SHA 60d4e1cView commit details -
Barry Lyndon committed
Jun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for bf367df - Browse repository at this point
Copy the full SHA bf367dfView commit details -
Barry Lyndon committed
Jun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for a349016 - Browse repository at this point
Copy the full SHA a349016View commit details -
(Add revert message to interest calc)
Barry Lyndon committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for bf38d46 - Browse repository at this point
Copy the full SHA bf38d46View commit details -
(Spelling transfered -> transferred)
Barry Lyndon committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for f6555a1 - Browse repository at this point
Copy the full SHA f6555a1View commit details -
Fix comments; fix
_repayBefore()
accessibilityBarry Lyndon committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for db06bf9 - Browse repository at this point
Copy the full SHA db06bf9View commit details -
Clear loan params whenever loan is cleared
Barry Lyndon committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 394e82a - Browse repository at this point
Copy the full SHA 394e82aView commit details -
BringNFTPairWithOracle up to parity
Barry Lyndon committedJun 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 12f4bf5 - Browse repository at this point
Copy the full SHA 12f4bf5View commit details
Commits on Jun 7, 2022
-
(Cache some BentoBox calculations)
Barry Lyndon committedJun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 635dc51 - Browse repository at this point
Copy the full SHA 635dc51View commit details -
Barry Lyndon committed
Jun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for a71a60f - Browse repository at this point
Copy the full SHA a71a60fView commit details -
Barry Lyndon committed
Jun 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 8e41876 - Browse repository at this point
Copy the full SHA 8e41876View commit details
Commits on Jun 9, 2022
-
Use principal amount for partial repayments instead
Barry Lyndon committedJun 9, 2022 Configuration menu - View commit details
-
Copy full SHA for 05cd528 - Browse repository at this point
Copy the full SHA 05cd528View commit details
Commits on Jun 14, 2022
-
Barry Lyndon committed
Jun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for f51b091 - Browse repository at this point
Copy the full SHA f51b091View commit details -
Round required BentoBox shares up for repayments
Barry Lyndon committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 6a82726 - Browse repository at this point
Copy the full SHA 6a82726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e4088 - Browse repository at this point
Copy the full SHA 05e4088View commit details
Commits on Jun 22, 2022
-
(Put mock BentoBox contracts back)
Barry Lyndon committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for d1bfcb1 - Browse repository at this point
Copy the full SHA d1bfcb1View commit details
Commits on Jul 3, 2022
-
Fix type annotations and format for PrivatePool tests
Barry Lyndon committedJul 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 01609d2 - Browse repository at this point
Copy the full SHA 01609d2View commit details -
Still archive the PrivatePool tests
Barry Lyndon committedJul 3, 2022 Configuration menu - View commit details
-
Copy full SHA for e1cf116 - Browse repository at this point
Copy the full SHA e1cf116View commit details
Commits on Aug 30, 2022
-
Change ILendingClub interface to work with either contract
Barry Lyndon committedAug 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 1a9d166 - Browse repository at this point
Copy the full SHA 1a9d166View commit details -
Barry Lyndon committed
Aug 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ec5a2e - Browse repository at this point
Copy the full SHA 6ec5a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b376874 - Browse repository at this point
Copy the full SHA b376874View commit details
Commits on Sep 21, 2022
-
Barry Lyndon committed
Sep 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 96aa80f - Browse repository at this point
Copy the full SHA 96aa80fView commit details