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,999 contributions in the last year
Activity overview

Contribution activity
November 2020
Created 38 commits in 6 repositories
Created 2 repositories
- tomaka/test-browser-node JavaScript
- tomaka/mick-jaeger Rust
Created a pull request in paritytech/substrate that received 11 comments
Exclude basic-authorship-proposer from the continuous tasks alert
#7328 introduced a new task named basic-authorship-proposer
.
This task is spawned whenever a slot is ready for the node to create a slot, and ends …
Opened 27 other pull requests in 4 repositories
paritytech/substrate-lite
23
merged
1
open
- Use ES6 modules in the JS code
- prepare.sh -> prepare.js
- Remove accidentally-added bootnode in test
- Use the light sync state in the light client
- Fix a very slow function
- Fix memory leak with wasmtime
- Fix panic in ext_crypto_ed25519_verify_version_1
- Implement ext_crypto_secp256k1_ecdsa_recover_compressed_version_1
- Fix disconnects not being detected by network service
- Setup logging in the full node using tracing
- Add manual Wasm bindings for the browser node
- Remove async-tls and webpki
- Remove two TODOs in ci.yml
- Refactor Babe verification to no longer require block1_slot_number
- Add test for metadata decoding
- Make sure that no transaction is active at the end
- Wrap around virtual machines and add ExecHint
- Use strings and vecs for network protocols
- Change BabeGenesisConfiguration to have public fields instead of getters
- Enable no_std for num-rational
- Pass configuration options to wasmtime
- Implement block building
- Move code from execute_block to runtime_externals
- Add draft for storage transactions
paritytech/substrate
1
open
libp2p/rust-libp2p
1
merged
paritytech/polkadot
1
open
Reviewed 9 pull requests in 4 repositories
paritytech/substrate 3 pull requests
libp2p/rust-libp2p 3 pull requests
paritytech/polkadot 2 pull requests
paritytech/substrate-lite 1 pull request
Created an issue in paritytech/substrate that received 1 comment
Addresses passed with `--public-addr` get purged after a while
The --public-addr
CLI option gives the possibility for the user to pass to the node its external IP addresses.
The way it's implemented is that at …