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
Popular repositories
1,273 contributions in the last year
Contribution activity
October 2020
Created a pull request in paritytech/substrate that received 5 comments
build: add nix shell
Adds a nix shell definition with everything required to build substrate. I'm OK with this not getting merged but I think it's a nice-to-have for an…
- grandpa: store the authority id that is used for voting per round
- grandpa: don't send equivocation reports for local identities
- grandpa: remove duplicate function to fetch local authority id
- sync: only restart peers not doing finality related requests
- grandpa: fix early enactment of forced changes
- consensus: prioritize finality work over block import in queue
- client: improve log formatting
- Make consensus `SlotWorker` don't assume a slot is time / duration
- Rewrite fork tree functions using loops.
- New Weight Template + Organization
- Make Substrate compile with latest nightly
- Make `decl_runtime_apis!` fail on methods with default implementation
- Cleaner GRANDPA RPC API for proving finality
- slots: incrementally backoff claiming slots if finality lags behind
- Make `wasm-builder` print the rustc version
- Adds support for inspecting a hex encoded public key
- Add missing fields to the light sync state
- Make `run_node_until_exit` take a future
- Fixes bug in wasm-builder with cargo publish
- Release new version of wasm-builder-runner
- Fixes logging of target names with dashes
- Rework `InspectState`