Skip to content

Move LQT tournament work on top of main #5217

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

Merged
merged 68 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
f298593
Add chain parameters for configuring LQT distributions (#5018)
cronokirby Jan 28, 2025
cd92572
funding: add component parameters for LQT (#5020)
cronokirby Jan 29, 2025
150234c
sct: extend commitment source with LQT variant (#5024)
TalDerei Jan 30, 2025
0a281cf
distributions: LQT pool budget (#5026)
TalDerei Jan 30, 2025
17e3dac
lqt(dex): setup volume trackers (#5016)
erwanor Jan 30, 2025
feeec11
dex: track outflows in position manager (#5030)
erwanor Jan 30, 2025
de9c95a
Implement LQT Voting action, and stateless checks (#5027)
cronokirby Jan 30, 2025
33b2b0c
funding: LQT nullifier set for epoch (#5034)
TalDerei Jan 31, 2025
1f42da8
Implement check and execute for LQT votes (#5033)
cronokirby Jan 31, 2025
789f3b3
Implement "Bank" extension trait for liquidity tournament (#5035)
cronokirby Jan 31, 2025
7fee521
Modify get/put current source to take in just a transaction ID (#5036)
cronokirby Jan 31, 2025
4d6e8a0
Plumb transaction id into LQT vote action handlers (#5038)
cronokirby Feb 1, 2025
fb38f09
distributions: implement rpc services (#5040)
TalDerei Feb 1, 2025
91ccf88
distributions: add distributions events (#5044)
TalDerei Feb 3, 2025
cef421a
Implement LQT reward distribution (#5045)
cronokirby Feb 3, 2025
637ac02
LQT: reimplementation with minimal in-memory state (#5049)
cronokirby Feb 4, 2025
09293de
Add compact block cost to LQT vote action (#5052)
cronokirby Feb 4, 2025
25259d3
dex: relax inner guard for withdrawn LP updates (#5051)
erwanor Feb 5, 2025
8bc0da0
funding: implement rpc services (#5061)
TalDerei Feb 5, 2025
096fcaf
funding: mint delegation token lqt rewards (#5060)
erwanor Feb 6, 2025
32d307d
view service: Implement LQT rpcs (#5062)
TalDerei Feb 6, 2025
97ef605
view service: Implement LQT rpcs (follow-up) (#5064)
TalDerei Feb 6, 2025
a2212d4
lqt: emit events in dex/funding (#5065)
erwanor Feb 6, 2025
24cccd5
lqt: fix start position <=> epoch comparison (#5071)
cronokirby Feb 7, 2025
ea7f32c
chore: bump app version 9̵ ̵-̵>̵ ̵1̵0̵ 10 -> 11 (#5073)
conorsch Feb 7, 2025
603e7b6
pd: add no-op migration for APP_VERSION 1̵0̵ 11 (#5074)
conorsch Feb 7, 2025
acff07e
lqt: fix effect hash calculation (#5075)
cronokirby Feb 7, 2025
3cce9ef
lqt: wire action handlers for vote action (#5077)
cronokirby Feb 8, 2025
8cbc317
lqt: implement voting in pcli (#5079)
cronokirby Feb 8, 2025
8d2e30a
chore: bump lqt version to 2.0.0-alpha.2 (#5082)
conorsch Feb 10, 2025
7f032e4
tpr: extend to lqt actions (#5080)
TalDerei Feb 10, 2025
c0dc0f6
Add some more tracing to LQT code paths (#5083)
cronokirby Feb 10, 2025
3fec313
LQT: adjust budget every block (#5085)
cronokirby Feb 12, 2025
b733354
lqt: correct field name for LQT vote plans (#5087)
cronokirby Feb 13, 2025
09b4459
lqt: make transaction planner request take only a single denom (#5091)
cronokirby Feb 14, 2025
ac62abd
lqt: implement basic indexing for testing purposes (#5096)
cronokirby Feb 18, 2025
8dd61d9
pcli: simplify tx lqt-vote (#5094)
cronokirby Feb 18, 2025
d03b513
pcli: support multiple lp withdrawals (#5070)
erwanor Feb 21, 2025
7d799fa
chore: release version 2.0.0-alpha.3
conorsch Feb 21, 2025
94651de
lqt: roll over unused incentives to the next epoch (#5114)
cronokirby Mar 4, 2025
4a44272
chore: release version 2.0.0-alpha.4
conorsch Mar 18, 2025
bb39009
LQT: Indexing V2 (#5113)
cronokirby Mar 18, 2025
b329d2a
chore: release version 2.0.0-alpha.5
conorsch Mar 24, 2025
de6deef
pd: add funding service (#5143)
TalDerei Mar 30, 2025
f4a9e16
chore: release version 2.0.0-alpha.6
conorsch Mar 31, 2025
cd985d9
UGLY: turn position execution crash into warning
cronokirby Apr 1, 2025
188d1bb
Revert "UGLY: turn position execution crash into warning"
conorsch Apr 4, 2025
69051e4
LQT: view service response (#5158)
TalDerei Apr 9, 2025
2940ec3
chore: release version 2.0.0-alpha.7
conorsch Apr 14, 2025
fb1557d
chore: release version 2.0.0-alpha.8
conorsch Apr 14, 2025
4f48645
view service: streaming support for tournament votes (#5168)
TalDerei Apr 17, 2025
35c222c
chore: release version 2.0.0-alpha.9
conorsch Apr 17, 2025
6ab566c
pindexer: lqt: fix issues with delegator summary (#5177)
cronokirby Apr 23, 2025
b5c1b6a
Add LQT activity tool (#5175)
cronokirby Apr 25, 2025
768e2cd
LQT: Implement fixed duration (#5181)
cronokirby Apr 29, 2025
f7c7ea1
pindexer: lqt: augment lqt.summary with epoch prediction (#5184)
cronokirby May 1, 2025
d19c5de
chore: release version 2.0.0-alpha.10
conorsch May 1, 2025
8b1a00b
pindexer: lqt: fix integer size issues
cronokirby May 1, 2025
d2c74e4
pindexer: lqt: exclude lps with 0 points
cronokirby May 1, 2025
3fec887
pindexer: lqt: bump schema version to 3
cronokirby May 1, 2025
5e79cfe
pindexer: lqt: delegator history bugs
cronokirby May 5, 2025
59325fa
pindexer: lqt: correct calculation of projected rewards
cronokirby May 6, 2025
7e8f008
pindexer: lqt: add missing `um_fees` column (#5196)
cronokirby May 12, 2025
bb5cf31
pindexer: lqt: handle an edge case in streak calculation properly (#5…
cronokirby May 12, 2025
6e71d57
chore: release version 2.0.0-alpha.11
conorsch May 21, 2025
19b1858
fix: handle lqt event modifying liquidity (#5207)
cronokirby Jun 2, 2025
5bb1df6
Implement UIP 9 (#5212)
cronokirby Jun 12, 2025
ab93b98
chore: release version 2.0.0-alpha.12
conorsch Jun 12, 2025
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 COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
| 8 (Mainnet) | v0.80.x | v0.37.x | v1 |
| 9 (Mainnet) | v0.81.x -> v1.3.x | v0.37.x | v1 |
| 10 (Mainnet) | v1.4.x | v0.37.x | v1 |
| 11 (Mainnet) | v2.0.x | v0.37.x | v1 |
Loading
Loading