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,324 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 152 commits in 5 repositories
Created a pull request in subspace/subspace that received 10 comments
Build x86-64-v2 and x86-64-v3 rather than default targets
This will result in more optimized (read "faster") builds: https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels The drawback is that CPUs …
Opened 36 other pull requests in 7 repositories
subspace/subspace
2
open
22
merged
- Exit archiver task in case runtime API error happens
- Skip the same slot as in parent block
- Improve archiver performance
- Archived segment refactoring
- Refactor pieces in segment
- Pieces cleanup
- Rename data structures
- Erasure coding commitments
- Polynomial erasure coding archiver (consensus v2.3)
- Fix stack overflow during piece decoding
-
Better unified piece abstractions using a tiny bit of
unsafe
- Some tweaks
- New Scalar
-
Switch KZG implementation to
rust-kzg
- Runtime interface for solution verification
-
Fix
no_std
serde support insubspace-core-primitives
- Refactor solution verification to move KZG into separate parameter
- Update parity-db to 0.4.6
- Primitives refactoring (pieces)
- Basic Proof-of-Space implementation
- Update ParityDB version to avoid database corruption in some cases
- Segment reconstruction tweaks
- Verify block import pieces tweaks
-
Initial
subspace-erasure-coding
implementation
sifraitech/rust-kzg
7
merged
versatica/mediasoup
1
closed
subspace/chiapos
1
open
Snowfork/snowbridge
1
closed
Chia-Network/chiapos
1
open
supranational/blst
1
open
Reviewed 83 pull requests in 10 repositories
subspace/subspace
25 pull requests
- Downgrade the log level in bundle validation process to debug
- Demote failed request warning for DSN.
- Pause piece provider when not connected to DSN.
- Change the default provider storage for subspace-bootstrap-node.
-
Fix
tokio::select!
in domain worker -
Modify
generate-keypair
command output for subspace-bootstrap-node app. - Improve archiver performance
- add gemini-3d raw spec
- fix deserialization error during xdm verification of core domain extrinsics
- Extend an output for the generate-keypair command of the subspace-bootstrap-node.
- Archived segment refactoring
- Refactor pieces in segment
- Add gemini-3d chainspec
- fix plot size check in farmer
- Alternate block relay path (initial changes)
- Polynomial erasure coding archiver (consensus v2.3)
- Add QUIC transport support for DSN.
-
Fix
primary_parent_hash
and adddomain_parent_hash
in invalid state transition proof - Remove obsolete code from the piece providers for DSN.
- change ubuntu version for executable to match docker image version
-
Better unified piece abstractions using a tiny bit of
unsafe
- Add runtime for eth relay domain
- Adjust networking parameters for DSN.
-
Switch KZG implementation to
rust-kzg
- Change established connection limits algorithm for DSN.
- Some pull request reviews not shown.
subspace/infra
12 pull requests
- add gemini-3d resource
- Remove projects with no resources or terraform state
- upgrade to latest snapshot of Gemini-3c
-
Update
docker-compose.yml
for Subsquid Archive - Upgrade to latest Gemini-3c pre-release
- add resources directory into a terraform folder
- Subspace DNS resources
- upgrade gemini-3c nodes to latest snapshot
-
Add Datadog agent for Squid and Archive
docker-compose.yml
- update devnet snapshot
- deploy latest snapshot to devnet
- reformat files and remove old ssh key reference
versatica/mediasoup
5 pull requests
subspace/blockexplorer
4 pull requests
subspace/substrate-telemetry
2 pull requests
supranational/blst
2 pull requests
subspace/subspace-sdk
2 pull requests
subspace/substrate
1 pull request
Snowfork/snowbridge
1 pull request
subspace/chiapos
1 pull request
Created an issue in sifraitech/rust-kzg that received 7 comments
Flaky test
I had a CI run in my fork that failed, while others (including restart) succeeded with blst_from_scratch: https://github.com/subspace/rust-kzg/acti…
Opened 14 other issues in 4 repositories
subspace/subspace
5
closed
3
open
- Error with block built on X: Import failed: Slot number must increase: parent slot: 1680172681, this slot: 1680172681
- Erasure coding we use right now should be replaced with polynomial-based
- Replace KZG implementation with the same primitives used for polynomial erasure coding
- Host functions exposing KZG crypto in a performant way (especially because we'll increase max degee and size of public parameters with it)
- Compile official executables for x86-64-v2
- Remove consensus solving from the block time notion
- DSN causes networking issues for users
- Add warning about hard file descriptor limit below 100k on node and farmer