Maciej Hirsz
|
05b0afefd3
|
Bucket nodes by genesis hash (#335)
* Send unwrapped Payload to Chain + cargo fmt
* Read genesis_hash when connecting
* Group chains by genesis hashes
* Fix typo
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
* Fix grumbles
* Link up `Hash` for docs
* `hashes` -> `genesis_hashes`
* Typo :)
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
* Added a doc comment link
* Add comment about why H256 is not used
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
|
2021-04-27 13:05:58 +02:00 |
|
Cecile Tonglet
|
88bf301735
|
Wrap message's content into node's message (#306)
|
2021-01-20 12:32:20 +01:00 |
|
Maciej Hirsz
|
81cd70cf7d
|
Parachain multiplexing (#295)
* Handle continuation frames
* Parachain multiplexing MVP
* Better multiplexing
* Rename NodeMultiplex -> ConnMultiplex
* Cleaner `handle_message`
|
2020-12-16 21:24:02 +01:00 |
|
Maciej Hirsz
|
262dbd6f14
|
Use startup_time from system.connected (#300)
* Handle startup time
* Remove dead code
* Bump protocol version + FE changes
|
2020-11-30 12:05:49 +01:00 |
|
Maciej Hirsz
|
4a5bafcd41
|
WIP
|
2020-09-25 14:03:35 +02:00 |
|
Roman S. Borschel
|
d8ae36dc34
|
Further decouple SystemInterval values.
|
2020-09-14 11:19:43 +02:00 |
|
Maciej Hirsz
|
a721cc4e42
|
Cut metrics (#280)
|
2020-08-21 17:01:39 +02:00 |
|
Maciej Hirsz
|
d492b85091
|
Aggregate chains by network_id (#234)
* Aggregate chains by network_id
* Fix network_id handling
|
2020-03-19 16:29:24 +01:00 |
|
Maciej Hirsz
|
19f57d71be
|
I/O metrics (#224)
* feat: Proxy Node IO stats to the FE
* chore: Sync up FE
* feat: Charts for cache sizes
* feat: All graphs are in
* chore: Remove browserlist
|
2020-01-30 15:03:19 +01:00 |
|
Simon Littlejohns
|
b9d658e2e6
|
Fixed warnings by handlings absent voter fields in afg messages (#214)
|
2019-12-19 22:32:55 +01:00 |
|
Maciej Hirsz
|
0a89382127
|
AFG messaging (#210)
* First draft of afg messaging
* AfgReceivedPrevote, AfgReceivedPrecommit and AfgFinalized added to rust backend
* Tidy up
|
2019-12-06 18:21:25 +01:00 |
|
Maciej Hirsz
|
adbd7cb592
|
Fix network ID and validator icons (#189)
* fix: Validator icons
* fix: Propagation time for blocks < highest
* fix: Reintroduce network_id to Rust backend
|
2019-11-08 13:36:19 +01:00 |
|
Maciej Hirsz
|
a3b6f6a5a1
|
Rust backend (#185)
|
2019-11-07 10:52:38 +01:00 |
|