Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
3,169 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2021
Created 27 commits in 2 repositories
Created a pull request in paritytech/smoldot that received 3 comments
Allow getting storage root in read-only runtime call
cc #221 #301
Allows obtaining the storage trie root from within the runtime during a read-only call.
Adds a RuntimeHostVm::StorageRoot variant that…
+138
−73
•
3
comments
Opened 22 other pull requests in 2 repositories
paritytech/smoldot
21
merged
- Remove some bad networking debug_assert!s
- Fix infinite loop in yamux
- Remove bad debug_assert in optimistic.rs
- Don't run wasm-opt in debug mode
- Remove traces of JSON-RPC from runtime service module
- Don't unwrap if runtime call fails because block is pruned
- Add runtime_service::subscribe_best
- Fix persisted validation data decoding and tweak nom_option_decode
- Remove unused code in JSON-RPC service
- Runtime service cleanups
- Fix bad decoding/encoding of Babe next config digest
- Update generic-array
- Properly return the prototype in case of error
- Add a `sync::para` module
- Move sync module out of chain
- Restore the periodic call to yield_now() when syncing
- Properly return an error if a proof fails
- Add a runtime_service that fetches the best block runtime
- Publish v0.1.13
- Partially fix requests cancellation assertion failure
- Track best block of sources during a GrandPa warp sync
paritytech/substrate
1
merged
Created an issue in paritytech/smoldot that received 2 comments
ed25519-zebra tracking issue
#570 has changed the ed25519 library from ed25519-dalek to ed25519-zebra.
Substrate, however, hasn't updated.
This means that a bad validator could…
2
comments