synor/crates/synor-dag/src
Gulshan Yadav 5ff415deb8 docs: add README with installation instructions and fix Docker builds
- Add comprehensive README with installation guides for:
  - Desktop wallet (macOS DMG, Windows MSI/EXE, Linux AppImage)
  - Node daemon (pre-built binaries and Docker)
  - Build from source instructions
  - CLI usage and RPC API examples
  - Configuration reference
- Fix Dockerfiles: simplify build context, use -p package flag
- Fix unstable Rust feature: replace is_multiple_of with modulo operator
2026-02-02 01:26:44 +05:30
..
dag.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
dagknight.rs docs: add README with installation instructions and fix Docker builds 2026-02-02 01:26:44 +05:30
ghostdag.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
latency.rs feat(dag): implement DAGKnight adaptive consensus protocol 2026-01-19 09:46:50 +05:30
lib.rs feat(dag): add Phase 13 M1 - DAGKnight 32/100 BPS support 2026-01-19 20:10:05 +05:30
ordering.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
pruning.rs Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
reachability.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30