Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b6fc5fa
wip - combined rewards tables
seanmcgary Mar 5, 2025
d48e51e
rename migrations, add missing tables
seanmcgary May 8, 2025
d362ebc
pass rewardSnapshotStatus.id to each rewards generator function
seanmcgary May 8, 2025
330b13f
add snapshotId to rewardsTable and delete by ID
serichoi65 May 30, 2025
7eeb365
update DeleteCorruptedRewardsFromBlockHeight
serichoi65 May 30, 2025
96a2e5b
fix column names to match table definition
serichoi65 May 30, 2025
9ddeea5
refactor all rewards tables
seanmcgary May 8, 2025
91fa806
process the migration in chunks
serichoi65 Jul 17, 2025
35521b7
update on conflict in query
serichoi65 Jul 17, 2025
2ba3522
remove staging table
serichoi65 Aug 22, 2025
2104627
update stakerOperators table with new rewards tables
serichoi65 Aug 27, 2025
11aa165
fix rewards functions
serichoi65 Sep 15, 2025
da8f05e
use delta strategy to use less data during rewards generation
serichoi65 Sep 17, 2025
710e8de
use delta strategy on stakerOperators tables
serichoi65 Sep 22, 2025
e4ce547
fix typo
serichoi65 Sep 23, 2025
9ae56f1
fix typo
serichoi65 Sep 24, 2025
5257c98
don't remove temp tables
serichoi65 Sep 24, 2025
67420ec
table 9 Conservative Matching
serichoi65 Sep 24, 2025
b170b89
fix table 9
serichoi65 Sep 24, 2025
117a395
fix table 9
serichoi65 Sep 24, 2025
10b9bc5
table 5 Conservative Delegation Matching Applied
serichoi65 Sep 24, 2025
9734dd9
fix
serichoi65 Sep 25, 2025
39a95b9
remove cross join
serichoi65 Sep 25, 2025
803decb
one off date issue
serichoi65 Sep 26, 2025
d1a24fb
fix table 4
serichoi65 Oct 1, 2025
29476a9
revert
serichoi65 Oct 4, 2025
66bb0cf
optimize table 2
serichoi65 Oct 4, 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
5 changes: 4 additions & 1 deletion .testdataVersion
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
da8f00be49d1447f22934629d9d6819e3d763af9
{
"mainnet-reduced": "d67ef5d895bdc0ccd6a006a1683ac3e58f820ad0",
"preprod-rewardsv2": "da8f00be49d1447f22934629d9d6819e3d763af9"
}
Loading