Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
3,161 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 103 commits in 6 repositories
Created a pull request in paritytech/substrate that received 5 comments
Remove backwards-compatibility networking hack
Fix #7852 After this PR, Polkadot 0.8.26 and below will be unable to open the transactions and GrandPa substreams with clients that have this PR in. …
+9
−10
•
5
comments
Opened 94 other pull requests in 5 repositories
paritytech/smoldot
61
merged
3
open
2
closed
- Fix missing changes regarding multiple chains
- Allow passing a relay chain spec from the JS side
- Allow passing multiple chains to start
- Allow accessing the storage when generating metadata
- Better GrandPa protocol detection
- Disable GrandPa on parachains
- Fix panic when verifying tick blocks
- Add Rococo and Tick chain specs, plus various debugging improvements
- Fix events channel propagation in libp2p.rs
- Remove genesis_storage field from json-rpc service
- Allow serializing finalized storage
- Allow exporting events to an SQLite database
- Some work on all-forks syncing
- [WIP] Extract Substream struct to separate module
- Remove memory copies when reading Wasmi memory
- Update checkpoint
- Implement GrandPa forced changes
- Add a module to allow retrieving events list
- Fix panic in respond_in_request
- Finish the code to allow responding to requests
- Work towards properly handle incoming identify requests
- Update style for rustfmt 1.50.0
- Move trie tests to calculate_root
- Make requests timeout configurable
- Publish v0.1.12
- Some pull requests not shown.
tomaka/redshirt
16
merged
- Test the kernel on CI with qemu
- Simplify installation of clang on CI
- Simplify CPUs handling in kernel.rs
- Minor fixes in interface-disk documentation
- Use published version of rand_jitter crate
- Implement Kernel::run() in a cleaner way
- Switch to published wasmi
- Some small tweaks on x86 executor
- Minor x86_64 timer optimization
- Fix core test and restore CI
- Propagate ReadyToRun system to outer API layers
- Disable dependabot rebase
- Simplify System::run()
- Move to upstream `slab`
- Remove unused extrinsic parameter of SystemBuilder::new
- Fix race condition in ipc.rs
paritytech/substrate
6
merged
1
open
paritytech/polkadot
3
closed
1
merged
paritytech/wasmi
1
merged
Reviewed 25 pull requests in 5 repositories
paritytech/smoldot 11 pull requests
- Add Rococo and Tick chain specs, plus various debugging improvements
- v0.1.11
- Add typescript typings for javascript package
- Add AllSync syncing
- Throw proper JavaScript errors
- Add grandpa_warp_sync_request to the wasm node network service
- Fix `babe_fetch_epoch`
- Issue multiple warp sync requests in grandpa warp sync if needed
- Improve the leb128 buffer length check
- Add `ext_default_child_storage_storage_kill_version_2` to HostFunction
- Add a grandpa warp sync module for syncing
paritytech/substrate 8 pull requests
- Update to libp2p-0.35.1
- Update Grafana dashboards
- Update sc-finality-grandp-warp-sync to 0.9.0 and remove 'publish = false'
- sc-network: switch on default features for libp2p on non-wasm-builds
- Fix some problems with `prove_warp_sync`
- Bump wasmtime from 0.19.0 to 0.22.0
- Export `IfDisconnected` in public module.
- Add a send_request function to NetworkService
paritytech/polkadot 3 pull requests
paritytech/yamux 2 pull requests
libp2p/rust-libp2p 1 pull request
Created an issue in polkadot-js/api that received 5 comments
Trying to use @polkadot/types as a standalone library results in error
I'm trying to use the @polkadot/types library in a stand-alone way.
I added "@polkadot/types": "^3.9.3", to my dependencies. But then, doing this:
i…
5
comments
Opened 24 other issues in 4 repositories
paritytech/smoldot
14
open
5
closed
- Consider support variant of chain specs with genesis storage omitted
- Metadata_metadata might actually access the storage
- Properly implement state_getKeysPaged
- Deadlock in full-node/sync_service.rs
- Figure out the situation with forced GrandPa authorities changes
- Wasm node: implement JSON-RPC requests multiplexing
- Allow adding and removing chains at runtime in the Wasm node
- Don't show storage query errors if they're only about networking
- Figure out when/how to properly switch from optimistic syncing to all-forks syncing
- Querying block 1 on PolkadotJS triggers JS errors
- Finish the implementation of the transactions service
- Add genesis hash to serialized database
- Clean-up GrandPa data structures
- panicked at 'assertion failed: grandpa_authority_set_slice.is_empty()', src/chain_spec/light_sync_state.rs:48:9
- Consider support non-raw chain specs
- Properly handle runtime specs subscriptions in the wasm-node
- Properly handle WebSocket connection errors
- JsonRpcService::known_blocks doesn't contain any block anymore
- Finish the all_forks syncing code