Nomos blockchain node
Go to file
Giacomo Pasini 7cc9181574
Consensus backbone (#16)
* tmp

* add peers implem

* update return values

* Backport network consensus adapter (#26)

* Pipe network adapter with proper types over original implementation

* Hold relay on CarnotConsensus

* Scratch Network adapter methods

* Fix tests blocking CI

* Fix waku feature on network crate

* Fix waku_bindings refs

* Restructure consensus network

* Stream block chunk

* Pipe adapter creation with subscription

* Add placeholder proposal chunk and approval messages

* Implement waku backend

* Clippy happy

* Use full path for tokio oneshot and error types in message_subscriber_channel method

* Clean imports

* small fixes

Co-authored-by: Daniel Sanchez Quiros <sanchez.quiros.daniel@gmail.com>

Co-authored-by: Daniel Sanchez Quiros <sanchez.quiros.daniel@gmail.com>
2022-12-13 11:15:54 +01:00
.github/workflows ci: add Jenkins and Docker file for PR and doc builds (#23) 2022-12-12 21:29:23 +02:00
ci ci: add Jenkins and Docker file for PR and doc builds (#23) 2022-12-12 21:29:23 +02:00
nomos-services Consensus backbone (#16) 2022-12-13 11:15:54 +01:00
.gitignore Initial commit 2022-10-25 13:40:24 +02:00
Cargo.toml Consensus backbone (#16) 2022-12-13 11:15:54 +01:00
README.md Initial commit 2022-10-25 13:40:24 +02:00
shell.nix ci: add Jenkins and Docker file for PR and doc builds (#23) 2022-12-12 21:29:23 +02:00

README.md

nomos-research

Nomos blockchain node mvp