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

CCIP-016 calculation script #19

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
299e117
fix: add file for ccip016 calculation script
whoabuddy May 8, 2024
4c40635
fix: add script to download all CCD007 tx for analysis
whoabuddy May 8, 2024
3a7f675
fix: update output and save to file
whoabuddy May 8, 2024
8949846
fix: change first loop type, add retries
whoabuddy May 8, 2024
645e435
fix: add fn to get block heights
whoabuddy May 8, 2024
eaddf11
fix: add downloaded txns from contract
whoabuddy May 8, 2024
a882c8b
fix: refactor structure, simplify and comment
whoabuddy May 10, 2024
4fefaa9
fix: implement btc/stx height lookups
whoabuddy May 10, 2024
c7f8dfa
fix: cleanup files, include data as example
whoabuddy May 10, 2024
1602bda
fix: adjust for edge cases, add helper for orphans
whoabuddy May 10, 2024
974a16c
fix: add results to gitignore
whoabuddy May 10, 2024
27eefa4
fix: move results files to examples folder
whoabuddy May 10, 2024
a70cd77
fix: fill in cycle data with payout data
whoabuddy May 10, 2024
03c8223
fix: ever evolving logic
whoabuddy May 11, 2024
a7153f2
fix: add examples from latest iteration
whoabuddy May 11, 2024
e732626
fix: use columns in table not dashes
whoabuddy May 12, 2024
c4f7ee0
fix: adjust block height calculation loop
whoabuddy May 12, 2024
1c9dcfa
fix: add loop to analyze tx for missed payouts
whoabuddy May 12, 2024
15eefcd
chore: update comments for troubleshooting
whoabuddy May 13, 2024
2750084
fix: correctly filter based on city name for missed payout txs
whoabuddy May 13, 2024
1217d38
refactor: standardize file reads and responses with getFile()
whoabuddy May 13, 2024
8250a2e
fix: clean up code, add fn comments, reorganize
whoabuddy May 13, 2024
1f27ca3
chore: update examples with latest results
whoabuddy May 13, 2024
c1202e3
fix: add tools to display info in md for ccip-016
whoabuddy May 13, 2024
0700760
fix: update examples with latest saved data
whoabuddy May 13, 2024
9532432
fix: remove old analysis markdown file
whoabuddy May 13, 2024
63c28a1
fix: create results folder and check if exists
whoabuddy May 13, 2024
0252194
fix: remove payouts from earlier cycles
friedger May 14, 2024
0a0490a
feat: add 016-summary
friedger May 14, 2024
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,6 @@ dist

# TS build
build

# Results from running scripts
results
Loading