Skip to content

Commit

Permalink
Version 0.0.5
Browse files Browse the repository at this point in the history
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.
- Improve installation instructions

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
Sword-Smith authored and aszepieniec committed Jan 11, 2024
1 parent 449c63b commit 4b61dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Triton Software"]
edition = "2021"
name = "neptune-core"
version = "0.0.4"
version = "0.0.5"
default-run = "neptune-core"
publish = false

Expand Down

0 comments on commit 4b61dff

Please sign in to comment.