Commit Graph

7 Commits

Author SHA1 Message Date
a6a80dc224 Crash fixes, reorg handling, and sync performance improvements
Some checks failed
Rust / Build on macOS-latest (push) Has been cancelled
Rust / Build on ubuntu-16.04 (push) Has been cancelled
Rust / Build on windows-latest (push) Has been cancelled
Rust / Linux ARMv7 (push) Has been cancelled
Rust / Linux ARM64 (push) Has been cancelled
Rust / Build on ubuntu-latest (push) Has been cancelled
- Fix FFI panics with catch_unwind and safe CString construction
- Handle poisoned mutex/RwLock after prior panics instead of crashing
- Fix empty block list panics in clear_blocks and invalidate_block
- Reuse Tokio runtime across block fetch batches to reduce overhead
- Add fetch_blocks_with_runtime for caller-managed runtime lifecycle
- Update branding, dependencies, and checkpoints for DragonX
2026-03-21 03:55:18 -05:00
jahway603
2df336c206 addressing Issue #15 about build warnings 2022-12-08 21:12:12 -05:00
Aditya Kulkarni
bec804592a Add Cargo lock 2019-12-02 10:44:06 -08:00
Aditya Kulkarni
e358448e45 RwLock for secret keys 2019-10-03 11:21:02 -07:00
Aditya Kulkarni
631a0a3326 update gitignore 2019-09-23 18:57:47 -07:00
Aditya Kulkarni
2a72b45760 Add non-wallet t address test 2019-09-23 11:04:09 -07:00
Aditya Kulkarni
c0987d2892 Move rust client directory 2019-09-16 14:04:33 -07:00