aleph-node
aleph-node copied to clipboard
Node implementation for aleph blockchain built with Substrate framework
I have read your original alephBFT API documentation but I noticed that you also have a subtrate compatible version here. I wanted to know how to integrate that component instead...
Implementation of the select-chain that follows favourite block tracked by forest. Only best_chain function is important to implement - as others are actually never used but introduces quite a complexity...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description Lets slim down runtime a little bit :) This will need to have migration included before the next release. The migration is quite simple with the newly implement...
# Description We add a new workflow running `cargo-audit`. This required bumping some dependencies (see diff) Vulnerabilities found: - https://rustsec.org/advisories/RUSTSEC-2021-0130 - https://rustsec.org/advisories/RUSTSEC-2020-0071 The second one is hard to fix, since...
Increase the timeouts again, this time to significantly larger values to prevent not meaningful test failures.
# Description Implementation of the rate-limiter algorithm for the substrate-based part of our network code. It limits only the `read` side of connections. ~~Additionally, now both rate-limit parameters for alephbft...
Bumps the all-rust-deps group with 3 updates in the / directory: [async-trait](https://github.com/dtolnay/async-trait), [thiserror](https://github.com/dtolnay/thiserror) and [wat](https://github.com/bytecodealliance/wasm-tools). Updates `async-trait` from 0.1.82 to 0.1.83 Release notes Sourced from async-trait's releases. 0.1.83 Prevent needless_arbitrary_self_type...