Highlights
- 2 discussions answered
Block or Report
Block or report nazar-pc
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
docker-webserver Public archive
WebServer (MariaDB, PHP-FPM, Nginx) composed from several separate containers linked together
-
CleverStyle-Framework Public archive
CleverStyle Framework is simple, scalable, fast and secure full-stack PHP framework
-
noise-c.wasm Public
rweather/noise-c compiled to WebAssembly using Emscripten and optimized for small size
-
docker-phpmyadmin Public archive
phpMyAdmin as Docker container, based on official image, always latest version
3,375 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 245 commits in 10 repositories
Created 1 repository
- nazar-pc/install-llvm-action TypeScript
Created a pull request in paritytech/substrate that received 12 comments
Network sync refactoring (part 3)
This is the third step towards #8686.
As #8686 (comment) suggests, this moves light.v1
proto scheme and a bunch of data structures related to sync …
Opened 61 other pull requests in 9 repositories
subspace/subspace
3
open
43
merged
1
closed
- Force usage of ParityDB on the node
- Disable pallet executor on transaction pool level
- Replace non-canonical signatures with canonical for local challenge and PoR
- Decrease storage fee percentage that goes into escrow and taken out of it each block
- Control non-root storage access
- Fix voting equivocation persistence
- Fix typo in runtime Dockerfile
- Solution range and rewards enablement changes
- Remove testnet, add support for removing its data when purging chain
- Support additional naming conventions for Gemini snapshots
- Fix for vote built on top of the previous block incorrectly rejected in some cases
- Minor refactoring for better readability
- General improvements
- Update documentation to Gemini 1
- Improve farmer CLI
- Farmer voting
- Fix incorrect plot sizes estimation
- Build aarch64
- Gemini (part 1)
- Fix overflow in solution range verification
- Snapshot build improvements
- Fix subscription leakage on the farmer
- Fix farming with one plot
- Add llvm installation to rustdoc too
- Fix farmer signatures warning in case multiple farmer plots had a solution
- Some pull requests not shown.
paritytech/substrate
2
open
2
merged
1
closed
subspace/sloth256-189
3
merged
polkadot-js/apps
1
open
subspace/terraform-do-droplets
1
merged
KyleMayes/install-llvm-action
1
merged
sitano/merkle_light
1
merged
paritytech/polkadot
1
merged
versatica/mediasoup
1
merged
Reviewed 85 pull requests in 10 repositories
subspace/subspace
25 pull requests
- Set import granularity for rustfmt
- Farmer mock dsn sync
- Start networking for each plot
- Farmer voting
- Update farmer's README.md
- Prune the receipts relative to the best execution chain number
- Minor refactoring for better readability
- Disable calls in pallet-executor
- Ensure the receipt for best block can be included in the next block
- Fix the primary block existence check in pallet-executor
- Batch writing piece indexes to file db for sequential piece writing
- Update bench throughput to represent actual disk speed
- Recommitment benchmark
- Reserve only 8% of space instead of 20% for farmer needs
- Build aarch64
- Clean up secondary runtime
- Snapshot build improvements
- Fix subscription leakage on the farmer
- Remove the unfriendly printing while executor is enabled
- Prepare gemini
- Add throughput printing for farmer benchmarking
- Skip plot if it is too small
- Fix cirrus-executor test for Substrate upgrade 2022-05-17
- deprecate SubspaceAPI object mapping
- Assert specific error for submitting the execution receipt to txpool
- Some pull request reviews not shown.
subspace/subspace-desktop
17 pull requests
- plot card render bug fixed
- Allow unsafe RPC methods
- Edit node name
- version update
- node connection fixes for production
- Monorepo dependencies update
- Conventional log folders
- 182 receive peers and block information from node
- Turn default eslint rules ON
- Persistent node name
- provide custom types
- Fix cannot read private member #isReadyPromise and dependencies update
- contributing and code_of_conduct
- Logging and small fixes
- upgraded tauri, and removed the round icon from mainlayout
- windows cors issue fix
- Readme os specs
subspace/subspace-relayer
7 pull requests
subspace/terraform-do-droplets
5 pull requests
paritytech/substrate
2 pull requests
RustCrypto/hashes
1 pull request
libp2p/rust-libp2p
1 pull request
rust-rse/reed-solomon-erasure
1 pull request
subspace/subspace-docs
1 pull request
cisco/libsrtp
1 pull request
Created an issue in libp2p/specs that received 12 comments
Sr25519 support
Description I'm not 100% confident this should be scoped to Rust implementation, but I need Sr25519 in Rust in addition to Ed25519 support to play …