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

refactor: ksync #87

Merged
merged 54 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
894540b
chore: continue debugging
troykessler Nov 22, 2024
50ad47d
chore: first working poc
troykessler Nov 22, 2024
d14fe11
chore: finished implementation of block-sync
troykessler Nov 22, 2024
d960ec5
chore: finished implementation of block-sync
troykessler Nov 22, 2024
bfd7693
chore: implemented upgrade logic to every block-sync type
troykessler Nov 22, 2024
d6bf90a
fix: block collector thread
troykessler Nov 22, 2024
30b365e
fix: various upgrade issues
troykessler Nov 22, 2024
8be5be2
chore: added todo
troykessler Nov 22, 2024
b40be62
chore: added todo
troykessler Nov 22, 2024
708e788
chore: upgraded all engines
troykessler Nov 25, 2024
d358fdf
fix: p2p with cometbft-v0.34
troykessler Nov 25, 2024
43f10f7
fix: properly exit binary processes
troykessler Nov 25, 2024
a6a1442
feat: finished auto-upgrade
troykessler Nov 25, 2024
61395c1
refactore: started big refactoring of entire app
troykessler Nov 26, 2024
82952ee
refactor: more refactorings
troykessler Nov 26, 2024
81968ac
refactor: more refactorings
troykessler Nov 27, 2024
7d25380
refactor: improved block execution
troykessler Nov 27, 2024
5077df2
refactor: started with state-sync
troykessler Nov 28, 2024
9ee583d
refactor: continued with state-sync
troykessler Nov 28, 2024
68caf54
refactor: height-sync
troykessler Nov 28, 2024
5252a90
refactor: continued with serve-snapshots
troykessler Nov 29, 2024
475856c
fix: build
troykessler Nov 29, 2024
9c88df8
fix: state-sync
troykessler Nov 29, 2024
0fef0c7
refactor: various fixes
troykessler Nov 29, 2024
d639e76
refactor: remove unused types
troykessler Nov 29, 2024
e018ea4
refactor: remove unused flags
troykessler Nov 29, 2024
900107f
refactor: resolved todos
troykessler Nov 29, 2024
95ead5d
refactor: improved shutdown process
troykessler Nov 29, 2024
ba84f9e
refactor: enabled serve-snapshots
troykessler Nov 29, 2024
b0ad4eb
refactor: improved snapshot search
troykessler Nov 29, 2024
cc64ea9
refactor: block collector
troykessler Dec 2, 2024
294f7d6
refactor: improved folder structure
troykessler Dec 2, 2024
86c301e
refactor: improved snapshot interface
troykessler Dec 2, 2024
cf2fc4a
refactor: logging
troykessler Dec 2, 2024
7cb35a2
refactor: improved debug logging
troykessler Dec 3, 2024
0cb3a82
refactor: improved logs
troykessler Dec 3, 2024
e149ec6
refactor: added execution duration
troykessler Dec 3, 2024
d8723e7
refactor: new metric collection
troykessler Dec 3, 2024
f4c3547
refactor: implemented new metrics
troykessler Dec 4, 2024
51d00ca
fix: cmd can be nil
troykessler Dec 4, 2024
d11b2bd
fix: return on error
troykessler Dec 4, 2024
4846d00
refactor: resolved last todos
troykessler Dec 4, 2024
09164e6
fix: interrupt handling
troykessler Dec 4, 2024
87ab2ab
refactor: added new status metrics
troykessler Dec 4, 2024
2190f97
refactor: finished refactoring
troykessler Dec 4, 2024
836b24c
refactor: various fixes
troykessler Dec 4, 2024
c74c66e
fix: wait until binary has properly booted
troykessler Dec 4, 2024
33e4987
fix: various tests and other stuff
troykessler Dec 5, 2024
78cd939
test: added upgrade test with cosmovisor
troykessler Dec 5, 2024
4a5b2d9
fix: test
troykessler Dec 5, 2024
5bf09f2
fix: restart in serve-snapshots
troykessler Dec 5, 2024
2629bd6
fix: block and snapshot pool id
troykessler Dec 9, 2024
e064c64
fix: snapshot collector
troykessler Dec 9, 2024
bccd81e
fix: chunk format
troykessler Dec 9, 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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN go mod download
COPY . .

RUN make build
RUN bats -T --print-output-on-failure --verbose-run tests
RUN bats -T --print-output-on-failure tests
Empty file removed Dockerfile.kyve
Empty file.
Loading
Loading