These 38 commits are when the Protocol Buffers files have changed:
Commit: | cd1eab4 | |
---|---|---|
Author: | musitdev |
start state propagation and update docs
Commit: | bd13b2e | |
---|---|---|
Author: | Mikhail Zabaluev | |
Committer: | GitHub |
fix(da-sequencer): style improvements for sequencer proto (#1190)
Commit: | f1bc63c | |
---|---|---|
Author: | Mikhail Zabaluev |
refactor!: rename Blockv1 to BlockV1 in da proto
Commit: | 3352910 | |
---|---|---|
Author: | Mikhail Zabaluev |
Revert "refactor!: no inner v1 suffixes in proto" This reverts commit ec790bdf6cf151a3f2ddf09626d0dbe5300a601e.
Commit: | ec790bd | |
---|---|---|
Author: | Mikhail Zabaluev |
refactor!: no inner v1 suffixes in proto
Commit: | 98ea157 | |
---|---|---|
Author: | Mikhail Zabaluev | |
Committer: | Mikhail Zabaluev |
fix(da-sequencer): style for sequencer proto Bring the sequencer proto file in conformance with common proto evolution conventions. No minor and patch versioning in package name is necessary: v1 will evolve backward-compatibly until there's time for a v2. Style nit: no da-da repetition in the package name and paths.
Commit: | f557cbd | |
---|---|---|
Author: | Philippe Delrieu | |
Committer: | GitHub |
feat (da-sequencer): update fullnode client call (#1186) Co-authored-by: Richard Melkonian <35300528+0xmovses@users.noreply.github.com> Co-authored-by: Andy Golay <andygolay@gmail.com>
Commit: | b88b93e | |
---|---|---|
Author: | Mikhail Zabaluev | |
Committer: | GitHub |
feat(da-sequencer): accumulate blobs while submit is pending (#1163) Implement `send_block` in the Celestia client of the new DA sequencer. Accumulate block digests while the client is (asynchronously) busy submitting the previous batch of digests. Change the format of Celestia blob to encode block IDs and heights.
Commit: | 9f5beb0 | |
---|---|---|
Author: | Philippe Delrieu | |
Committer: | GitHub |
Apply suggestions from code review Co-authored-by: Richard Melkonian <35300528+0xmovses@users.noreply.github.com> Co-authored-by: Andy Golay <andygolay@gmail.com>
Commit: | 7bd5c2e | |
---|---|---|
Author: | musitdev |
da sequencer client integration
Commit: | 8ba75eb | |
---|---|---|
Author: | Philippe Delrieu | |
Committer: | GitHub |
feat: Add grpc call to Da sequencer node (server and client) (#1151)
Commit: | a866d58 | |
---|---|---|
Author: | musitdev |
add client and server grpc calls
Commit: | 0f8841b | |
---|---|---|
Author: | musitdev |
initial code
Commit: | 69b2e6c | |
---|---|---|
Author: | Philippe Delrieu | |
Committer: | Nicholas McMillen |
fix: Update light client protocol and heartbeat. (#1064)
The documentation is generated from this commit.
Commit: | fc5109e | |
---|---|---|
Author: | Philippe Delrieu | |
Committer: | GitHub |
[DA] Update light client protocol and heartbeat. (#1064)
The documentation is generated from this commit.
Commit: | 0a839d3 | |
---|---|---|
Author: | Philippe Delrieu | |
Committer: | GitHub |
[Node] Correct DA stream timeout error. (#1049)
Commit: | acfd786 | |
---|---|---|
Author: | musitdev |
create v1beta2.proto and set heatbeat with a bool
Commit: | 69f4d9a | |
---|---|---|
Author: | musitdev |
add heartbeat blob on grpc connection
Commit: | 320d74b | |
---|---|---|
Author: | Mikhail Zabaluev |
chore!: Rename other m1_da occurrences
Commit: | 97e5bf2 | |
---|---|---|
Author: | Mikhail Zabaluev |
chore!(proto): remove .m1 from package name The gRPC service is meant to be abstract from a specific DA layer, so the package name should not mention any either.
Commit: | 8ba4ed6 | |
---|---|---|
Author: | Liam Monninger |
fix: naming.
Commit: | 6c44536 | |
---|---|---|
Author: | Liam Monninger |
fix: sign.
Commit: | 0e12239 | |
---|---|---|
Author: | Richard Melkonian |
update: main to server HealthService
Commit: | 937d4e5 | |
---|---|---|
Author: | Richard Melkonian |
feat: add health on gRPC, remove unwraps in tests
Commit: | 821f7a2 | |
---|---|---|
Author: | Richard Melkonian |
update: configs
Commit: | a68bf35 | |
---|---|---|
Author: | Richard Melkonian |
fix: add missing Request
Commit: | 0d5f81f | |
---|---|---|
Author: | Richard Melkonian |
feat: grpc health for bridge
Commit: | 41edd99 | |
---|---|---|
Author: | Liam Monninger |
fix: ignore broadcast.
Commit: | 0c6f115 | |
---|---|---|
Author: | Liam Monninger |
fix: ignore broadcast.
This commit does not contain any .proto
files.
Commit: | 47423a4 | |
---|---|---|
Author: | Liam Monninger |
fix: quieter logging.
Commit: | 28841f6 | |
---|---|---|
Author: | Liam Monninger |
fix: remove unignored .movement.
Commit: | 388a347 | |
---|---|---|
Author: | Liam Monninger |
docs: link to license.
Commit: | dc91de9 | |
---|---|---|
Author: | Liam Monninger |
cleaup: removing mempool.
Commit: | cfa4e0a | |
---|---|---|
Author: | Liam Monninger |
fix: cleanup services.
Commit: | 1ff12eb | |
---|---|---|
Author: | Liam Monninger |
fix: protobuf request name.
Commit: | 8bc2de9 | |
---|---|---|
Author: | Liam Monninger |
fix: protobuf naming.
Commit: | c98bb03 | |
---|---|---|
Author: | Liam Monninger |
fix: merge.
Commit: | 0d1a6f4 | |
---|---|---|
Author: | Liam Monninger |
feat: m1-da-light-node client and server.