8000 ADR-101: Data Companion Pull API by thanethomson · Pull Request #82 · cometbft/cometbft · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ADR-101: Data Companion Pull API #82

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 30 commits into from
Oct 2, 2023
Merged
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
6f8599b
Start first draft of ADR-084
thanethomson Dec 18, 2022
430d958
Add initial gRPC API
thanethomson Dec 18, 2022
c4ac47a
Expand on pull API service definitions, requirements
thanethomson Jan 5, 2023
b6aabb2
Add metric
thanethomson Jan 5, 2023
a4e7f20
Add positive consequence re: greater leeway for companion
thanethomson Jan 5, 2023
724bc96
Add positive consequence re: simpler implementation
thanethomson Jan 5, 2023
1823f19
Add max_retain_lag config option
thanethomson Jan 9, 2023
5c94e82
Expand on pruning-related behaviour and requirements
thanethomson Jan 9, 2023
f7d3bd5
Renumber ADR from 084 to 101
thanethomson Feb 28, 2023
2e16ab6
Apply suggestions from code review
thanethomson Apr 4, 2023
f012661
Replace Tendermint references with CometBFT
thanethomson Apr 4, 2023 8000
5f4c02a
Compress context, alternatives and requirements
thanethomson Apr 4, 2023
617c270
Address majority of remaining feedback
thanethomson Apr 5, 2023
e4adade
Update ADR from review feedback
thanethomson May 6, 2023
189754f
Update ADR-100 links since it was merged
thanethomson May 6, 2023
7b126b4
Mark ADR as accepted
thanethomson Jul 19, 2023
6b98271
Simplify method and message names
thanethomson Jul 19, 2023
45a8364
Rename "sensitive" gRPC config section to "privileged"
thanethomson Jul 20, 2023
86a9e44
Update metrics to reflect both block and block results independently
thanethomson Jul 20, 2023
4b79adb
Update pruning behaviour and configuration
thanethomson Jul 20, 2023
ec791e2
Fix syntax in ADR 101 Pruning service
mzabaluev Jul 20, 2023
f18fc0d
Merge branch 'main' into thane/adr-084-data-companion-pull-api
thanethomson Aug 10, 2023
afc30a0
Remove config comment that is no longer relevant
thanethomson Aug 10, 2023
913bcc5
Expand metrics based on feedback
thanethomson Aug 10, 2023
d2efb3b
Apply suggestions from @cason
jmalicevic Sep 28, 2023
7ede1d0
Added indexer prunning section
jmalicevic Oct 2, 2023
3c7ad0f
Fixed layout
jmalicevic Oct 2, 2023
cc1206b
Added link to docs of implementation
jmalicevic Oct 2, 2023
2ab15c2
Minor fix
jmalicevic Oct 2, 2023
e295705
Merge branch 'main' into thane/adr-084-data-companion-pull-api
jmalicevic Oct 2, 2023
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 docs/architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ numbering our ADRs from 100 onwards.

### Accepted

- [ADR-101: Data companion pull API](./adr-101-data-companion-pull-api.md)
- [ADR-104: State sync from local snapshot](./adr-104-out-of-band-state-sync.md)
- [ADR-107: Rename protobuf versions of 0.x releases to pre-v1 betas](./adr-107-betaize-proto-versions.md)

Expand Down
Loading
0