Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
de23dbc
feat(spoke): fork Comptroller into SpokeComptroller
Debugger022 Aug 17, 2026
3dfa39e
refactor(spoke): remove Prime integration
Debugger022 Aug 17, 2026
6f8a7de
feat(spoke): add allowlists and per-market liquidation incentive
Debugger022 Aug 17, 2026
4e08dde
refactor(spoke): replace revert strings with custom errors
Debugger022 Aug 17, 2026
ffb5ca1
refactor(spoke): move events and errors to interface
Debugger022 Aug 17, 2026
a17ff13
feat(spoke): bound collateral pricing on the borrow capacity paths
Debugger022 Aug 17, 2026
0cfc21b
chore: ignore the scratch and editor directories
Debugger022 Aug 17, 2026
cfe7364
feat(deploy): add spoke pool deployment script
Debugger022 Aug 18, 2026
759505a
docs(spoke): correct spoke comptroller doc comments
Debugger022 Aug 18, 2026
333a548
fix(spoke): resolve liquidation incentive per market
Debugger022 Aug 19, 2026
f45d072
test(spoke): add comptroller unit tests
Debugger022 Aug 19, 2026
1d20e88
feat(spoke): expand the comptroller error and getter surface
Debugger022 Aug 20, 2026
a5f3fac
test(spoke): add hub funded pool fork suite
Debugger022 Aug 20, 2026
fd91634
fix(deploy): update address comparison to use checksummed format
Debugger022 Aug 20, 2026
b527b13
fix(spoke): check ACM before validating the pool liquidation incentive
Debugger022 Aug 21, 2026
358f34b
fix(spoke): raise the pool-wide liquidation incentive floor
Debugger022 Aug 21, 2026
cbf92ac
chore(spoke): relicense adapter files to BSD-3-Clause
Debugger022 Aug 25, 2026
03baa75
test(spoke): cover the adapter guards a live market cannot trip
Debugger022 Aug 25, 2026
2300cc5
chore(spoke): drop the redundant liquidation allowlist check
Debugger022 Sep 2, 2026
ce9aa07
refactor(spoke): clarify names of the comptroller internals
Debugger022 Sep 2, 2026
395e6a6
fix(spoke): refresh markets before the liquidateAccount snapshot
Debugger022 Sep 2, 2026
89cb3b7
feat(spoke): give the spoke pool its own pool registry
Debugger022 Sep 2, 2026
b261a7b
feat(lens): report spoke-only pool and market state
Debugger022 Sep 2, 2026
e67dd5c
feat(spoke): let an approved router enter markets for a supplier
Debugger022 Sep 4, 2026
3058dbf
feat(lens): add a dedicated lens for spoke pools
Debugger022 Sep 8, 2026
6989643
feat(spoke): add a deploy script for the spoke vToken beacon
Debugger022 Sep 8, 2026
dd114d2
feat(spoke): add a deploy script for spoke pool markets
Debugger022 Sep 8, 2026
82d5cec
fix(spoke): harden the deploy scripts for a live network
Debugger022 Sep 8, 2026
cab9306
feat: deploy the spoke pool stack on bsctestnet
Debugger022 Sep 8, 2026
7b02a60
feat: updating deployment files
Debugger022 Sep 8, 2026
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
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dist
# ignoring scenario dir because it contains deprecated saddle code and will be removed
scenario
typechain
tmp
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ deployments/localhost

# OSX
.DS_Store

tmp/*
.vscode
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ scenario
typechain
contracts/oracle
CHANGELOG.md
tmp
Loading
Loading