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
Pro
Popular repositories
-
Forked from rust-bitcoin/rust-secp256k1
Rust language bindings for Bitcoin secp256k1 library.
-
-
-
-
-
429 contributions in the last year
Activity overview
Contributed to
paritytech/substrate,
paritytech/parity-db,
paritytech/polkadot
and 5 other
repositories
Contribution activity
June 2020
arkpar has no activity
yet for this period.
May 2020
Created a pull request in paritytech/substrate that received 2 comments
Fix default base path on windows
Default data dir on windows is set to use author field from Cargo.toml, which contains an e-mail and therefore does not really work as a directory …
+6
−49
•
2
comments
- Further optimize network poll
- Handle piping error for commands that output to stdout
- Fixed high CPU usage when dealing with a lot of gossip events
- Bump wasmtime version
- Detect obsolete block responses
- Fix parallel code execution in wasmtime
- Remove on_block_imported
- Bump wasmtime again
- Use header cache for blockchain cache
- Validate block bodies when syncing
- Use header cache when creating state.
- Don't iterate over peers in generic_proto::behaviour::poll
- Peerset cleanup
- Bump to libp2p v0.19.1
- Add Keccak hasher
- Turn a SmallVec into VecDeque for performances
- Fix lots of small nits in sc-network
- offchain storage lock
- Fix potential state mismatch in behaviour.rs
- Handle clap errors manually and don't reset `SIGPIPE`
- Only send last finalized block to telemetry
- Turn an error! into a debug!
- Restore the reputation penalty for timeouts
- Add JSON format to import blocks and set it as default
- Small fix to block response completion reporting
- Properly log when we discard a sync response
- Add database type for import benchmarks
- Disconnect node after sync request cancelled
- Refactor network transactions handling
- Add state trace on append
- Spawn the network worker with spawn_blocking
Created an issue in paritytech/substrate that received 9 comments
Log rotation
Substrate logs to stderr and stdout. It is impossible to organize log rotation without copying previously logged data. E.g. logrotate has to be con…
9
comments