Vivek Pandya
bc53b9a03a
Remove years from copyright notes. ( #13415 )
...
* Change copyright year to 2023 from 2022
* Fix incorrect update of copyright year
* Remove years from copy right header
* Fix remaining files
* Fix typo in a header and remove update-copyright.sh
2023-02-21 18:46:41 +00:00
Dmitry Markin
34eb463d99
Runtime diagnostics for leaked messages in unbounded channels ( #12971 )
2022-12-23 16:03:08 +03:00
Bastian Köcher
995e530939
sc-transaction-handler: Fix potential crashes on exit ( #12807 )
...
This fixes some potential crashes in the stream handling in `sc-transaction-handler`.
2022-11-30 14:27:12 +01:00
Aaro Altonen
ce9ce49bc6
Move block announcement protocol config out of Protocol ( #12441 )
...
* Move Role(s) to `sc-network-common`
* Introduce `NotificationHandshake` type
* Move block announce protocol config creation to `ChainSync`
* Include block announcement into `notification_protocols`
* Apply review comments
* Remove unneeded include
* Add missing include
* Apply review comments
2022-10-10 07:10:53 +00:00
Aaro Altonen
4c19c13d05
Move transactions protocol to its own crate ( #12264 )
...
* Move transaction protocol to its own crate
* Update Cargo.lock
* Fix binaries
* Update client/network/transactions/src/lib.rs
Co-authored-by: Dmitry Markin <dmitry@markin.tech >
* Update client/service/src/builder.rs
Co-authored-by: Bastian Köcher <info@kchr.de >
* Apply review comments
* Revert one change and apply cargo-fmt
* Remove Transaction from Message
* Add array-bytes
* trigger CI
* Add comment about codec index
Co-authored-by: Dmitry Markin <dmitry@markin.tech >
Co-authored-by: Bastian Köcher <info@kchr.de >
2022-09-26 12:10:09 +00:00