Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alphanet-v5 - Updated upstream triton-vm to 0.36, which has new instruction set - Updated upstream twenty-first to 0.36 which has a new storage schema using rs-leveldb instead of rusty-leveldb. This uses the C++ implementation of leveldb instead of the ported Rust one. The C++ implementation is thread safe and the Rust version is not. See: Neptune-Crypto/twenty-first@cf0a204 for more information about the new database. - Default to mine throttling to prevent unintentional difficulty spikes: 246b813 - Update tarpc dependency - Add more log output to startup process to show why startup is slow - Fix slow wallet-related methods by batch fetching/storing entries in database. - Presumably fix deadlock issue by batch fetching/setting entries in DB. - Add support for tokio-console: f1c75fe - Add Linux script to restart alphanet blockchain data - Add support for seed phrases (BIP-39): c241ff9 - Speedup initial block syncing by reducing sync interval from 10s to 3s. Anyone running the integration tests should run `make reset` before running them again, as the old database data is invalid for this version. Since this changes programs, this version is a hardfork and not backwards- compatible with any previous version of neptune-core.
- Loading branch information