Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,998 contributions in the last year
Activity overview
Contribution activity
October 2020
- tomaka/substrate-lite-1 Rust
-
tomaka/corooteen
Rust
•
Built by
Created a pull request in paritytech/polkadot that received 7 comments
Tweak Cargo.tomls to make burnin easier
The entire repo uses git = "...", branch = "master", which makes it easy to search and replace Substrate with a different branch, except for these …
- Add the dev chain spec
- Add support for Aura
- Add an example hardcoded syncing chain_spec to the repo
- Quickfix for Kusama syncing malfunction
- Properly report execution errors
- Fix chain specs parsing and remove impl_serde
- Use the correct protocol ID for block requests
- Use atty instead of isatty
- Rename `os-networking` feature to `std` and move dependencies around
- Add missing metadata to Cargo.toml
- Remove primitive-types dependency
- Add custom SCALE-compact encoding
- Disable the Nagle algorithm
- Add more imports to make no_std work
- full-node: extract the sync service and CLI to separate modules
- Add a cargo-deny step on CI
- Add back dependabot
- Make parameters to node value calculation more explicit
- Fix Kusama syncing
- Move BabeGenesisConfiguration to chain_information module
- Move BabeGenesisConfiguration to chain_information module
- Implement signature checks for the runtime
- Improve non-tty output
- Implement signature checks for the runtime
- Improve non-tty output
- Some pull requests not shown.
- Reduce the rate of dependabot pull requests
- Change Kubernetes cluster to a different one and use a namespace
- Fix image URL for deployment
- Add a cargo-deny CI check
- Don't run CI checks after a PR is merged
- Use docker package registry for the passive node again
- Don't put labels on your PRs, baka dependabot
- Update mbrman to crates.io version
- Pin wasi to the GitHub repository to fix dependabot
- Remove dependency overrides in modules
- Setup mergify
- Mergify: configuration update
- Fix typo in toml
- client/authority-discovery: Remove sentry node logic
- Update to libp2p-0.29.
- client/network: Make NetworkService::set_priority_group async
- *: Bump async-std to v1.6.5
- Add an system_syncState RPC method
- sc-network: expose `add_to_priority_group` and `remove_from_priority_…
- Fixes logging of target names with dashes
- .maintain/monitoring: Add alert when continuous task ends
- Make sure validator discovery works with a delayed peer to validator mapping
- Prep for v0.8.26: bump version & substrate
- Revert "revert enabling authority discovery by default (#1532)"
- Companion PR for 'Add missing fields to the light sync state #7225'
- Companion PR for #7247 (incremental priority group updates)
Created an issue in libp2p/rust-libp2p that received 4 comments
Response to `ls` message of multistream-select looks invalid
It seems that in rust-libp2p the response to ls messages starts with the number of protocols.
rust-libp2p/misc/multistream-select/src/protocol.rs
- Get rid of ChainInformationConfig and BabeGenesisConfiguration
- Use the allocator to allocate the input data in the VM
- Make the library compile for no_std
- Setup logging
- Add support for offchain workers
- Full node sync stall around Polkadot block #200000
- Add support for Aura consensus algorithm
- Add #![forbid(unsafe_code)]
- Don't use batched ed25519 signatures verification

