Logo
Explore Help
Sign In
absolutebi/serai
1
0
Fork 0
You've already forked serai
mirror of https://github.com/serai-dex/serai.git synced 2025-12-08 12:19:24 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
091d485fd88eaf04732d901f65880eb6aa301b1b
serai/coordinator/src/main.rs

11 lines
143 B
Rust
Raw Normal View History

Initial Tributary handling
2023-04-20 05:05:17 -04:00
mod tributary;
Make the coordinator's P2P modules their own crates
2025-01-09 01:26:25 -05:00
mod p2p {
Slash upon Tendermint evidence Decoding slash evidence requires specifying the instantiated generic `TendermintNetwork`. While irrelevant, that generic includes a type satisfying `tributary::P2p`. It was only possible to route now that we've redone the P2P API.
2025-01-09 06:58:00 -05:00
pub use serai_coordinator_p2p::*;
Make the coordinator's P2P modules their own crates
2025-01-09 01:26:25 -05:00
pub use serai_coordinator_libp2p_p2p::Libp2p;
}
Add a processor API to the coordinator
2023-04-17 02:10:33 -04:00
Start work on cleaning up the coordinator's tributary handling
2025-01-02 09:11:04 -05:00
fn main() {
todo!("TODO")
Start defining the coordinator
2023-04-15 17:38:47 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 94ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API