Skip to content

Releases: Neptune-Crypto/neptune-core

0.16.0 - 2026-08-07

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:06
28ff10f

Release Notes

✨ Features

  • (proof_upgrader) Try next transaction if one fails (23cef791)
  • (mutator_set) Batch-version of removal record maintanence (1d2181e7)
  • Compose mutator set updates (c8b9f398)
  • (mutator_set) Add batch-version of can_remove (94be04fc)
  • (peer_loop) Prefer authenticated blocks in sync mode (2460e299)
  • (peer_loop) MMR-authenticate future blocks if block MMR allows it (c4c58f9d)
  • (sync_loop) Serve stored sync blocks with MMR authentication paths (873584a8)
  • (archival_mmr) Construct auth paths for future MMRs (bed90eb4)
  • (sync_loop) Extend auth paths when serving other syncing peers (790cbe00)

🐛 Bug Fixes

  • (database) Make persist cancel safe (cf7d6ab2)
  • Don't panic on mispaired authentication structures (e677c44a)
  • (pow) Reject blocks whose parent's difficulty is below minimum value (b7cf05ba)
  • (!) (mempool) Reject transactions with too many inputs/outputs/announcements (7eff93e2)
  • (rpc) Verify block validity, not just PoW (6f8f8d62)
  • (!) (mutator_set) Reject duplicated chunk index values (5571f15b)
  • (mutator_set) Use checked arithmetic in removal records unpacking (f968ae41)
  • (tarpc) Early check network is RegTest on mock-block construction (224b8e42)
  • (archival_mutator_set) Return false on future index (d0f5a687)
  • (peer_loop) Don't panic on negative cum-pow difference (17796ae7)

🚀 Performance

  • (mutator_set) Faster mutator set updates through batching (05772110)
  • (json_rpc) Don't hold read-lock over too many MSMP restorations (da0b31ae)

🔒️ Security

  • (mempool) Reject ProofCollection-backed tx with set merge bit (78aa9790)
  • Reject bad ProofCollection backed txs faster (8754f219)
  • On unix: restrict access to cookie file from other users (c7fb43cd)

♻️ Refactor

  • Upgrade tx before constructing fee gobbler (c050f952)
  • (archival_state) Prefer MS-update composition over AMS scratch pad (051795a8)

✅ Testing

  • Fix flakiness of rapid-block-download tests (#960) (bad0de8a)
  • Integration test of proof upgrading (dd61c16e)
  • Integration test of syncing from syncing peer (7df305b0)

🪢 Merge

  • Merge(#958): Neptune-Crypto/mempool-improvements (c90d05d3)
  • Merge(#961): Neptune-Crypto/ams-scratch-pad-robustness (aa7168ac)
  • Merge(#962): Neptune-Crypto/mmr-authenticate-sync-received-blocks (07a3450f)
  • Merge(#963): Neptune-Crypto/many-small-fixes (7ac03bc4)

neptune-core-cli 0.16.0

Install neptune-core-cli 0.16.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.16.0/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.16.0/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.16.0

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.16.0

Install neptune-dashboard 0.16.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.16.0/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.16.0/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.16.0

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.16.0

Install neptune-cash 0.16.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.16.0/neptune-cash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.16.0/neptune-cash-installer.ps1 | iex"

Download neptune-cash 0.16.0

File Platform Checksum
[neptune-cash-aarch64-apple-darwin.tar.xz](https://github.com/Neptune-Crypto/neptune...
Read more

0.15.1 - 2026-07-31

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:48
9869b5e

Release Notes

✨ Features

  • (neptune-cli) Add command for checking addition record status (ab4bd866)
  • (neptune-cli) Two new commands for addition records checks (e9f8f9fb)

🐛 Bug Fixes

  • (mutator_set) Off-by-one error in activity split (8da518cf)

📚 Documentation

  • Fix comment saying claim's cache is only test code (12df1dfc)

🔒️ Security

  • (sync_loop) Terminate sync loop on block validation error (67d94e5f)
  • (sync_loop) Free the height slot of a rejected block (2142d4dd)

✅ Testing

  • Fix MMRA/height discrepancy in tests (#957) (030a1bcf)
  • Negative tests for transactions and block validity (21202a1f)

neptune-core-cli 0.15.1

Install neptune-core-cli 0.15.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.1/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.1/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.15.1

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.15.1

Install neptune-dashboard 0.15.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.1/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.1/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.15.1

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.15.1

Install neptune-cash 0.15.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.1/neptune-cash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.1/neptune-cash-installer.ps1 | iex"

Download neptune-cash 0.15.1

File Platform Checksum
neptune-cash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-cash-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-cash-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-cash-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-cash-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.15.0 - 2026-07-30

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:55
e06d676

Release Notes

🐛 Bug Fixes

  • (mine_loop) Cap num inputs/outputs/announcements in block-tx (ea1e45ae)
  • (mempool) Account for packing of inputs when calculating tx size (b5784f4e)
  • (wallet) Verify lockscript is satisfiable (898e24c0)
  • (wallet) Verify owned lock script hash in scanning mode (35ba2aeb)
  • (wallet) Verify matching lock script when handling off-chain notifications (29dae2d6)
  • (peer_loop) Drop message handling on too long peer list response (72cab4f6)

🚀 Performance

  • (peer_loop) Don't hold write lock during proof validation (0d9b31b8)

🔒️ Security

  • (composer) Reject transactions carrying superfluous proof items (7e7acebb)
  • (pow) Pre-check that difficulty is not below minimum (044f02ab)
  • (peer_loop) Short-circuit on cheap pow check before expensive check (a69f46f8)
  • (!) (sync_loop) Validate peer-supplied synchronization bit mask (a05e48d1)
  • (!) (tx_validation) Use checked add when accumulating lustrated amount (f695c58d)
  • (peer_loop) Add more checks to early block validation (e7177782)

♻️ Refactor

  • Cap block-tx-kernel using encoding len, not byte size (6512e6b3)
  • (wallet) Tighten type-script validation on UTXO imports (116ed4dc)
  • Reorder mempool-admission checks (940126b2)
  • Lower mining block batch size from 2 to 1 (7b10d994)
  • (block) Check block without reference to parent (e592f8b3)

🪢 Merge

  • Merge(#955): Neptune-Crypto/cap-block-txkernel-size (6d2e10f7)

neptune-core-cli 0.15.0

Install neptune-core-cli 0.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.0/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.0/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.15.0

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.15.0

Install neptune-dashboard 0.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.0/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.0/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.15.0

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.15.0

Install neptune-cash 0.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.0/neptune-cash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.15.0/neptune-cash-installer.ps1 | iex"

Download neptune-cash 0.15.0

File Platform Checksum
neptune-cash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-cash-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-cash-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-cash-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-cash-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.14.3 - 2026-07-23

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:34
d101858

Release Notes

✨ Features

  • (wallet) Viewing keys for generation addresses (#954) (435ca9db)

🐛 Bug Fixes

  • (wallet) Recover guesser rewards to all known keys (7f0c78c5)
  • (tx_proof_upgrade) Always register gobbler reward (9e9e7ae2)

🚀 Performance

  • (wallet) Don't build address when only guesser receiver data is needed (563dd76b)
  • (wallet) Faster scan of announced UTXOs (0c953301)
  • (wallet) Cache all lock script hashes on keys (5604b42a)

♻️ Refactor

  • (mempool) Keep and upgrade unsynced ProofCollection transactions (8e457ca1)

⏳ Benchmark

  • (wallet) Set new tip with keys (55f75528)

neptune-core-cli 0.14.3

Install neptune-core-cli 0.14.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.3/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.3/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.14.3

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.14.3

Install neptune-dashboard 0.14.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.3/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.3/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.14.3

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.14.3

Install neptune-cash 0.14.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.3/neptune-cash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.3/neptune-cash-installer.ps1 | iex"

Download neptune-cash 0.14.3

File Platform Checksum
neptune-cash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-cash-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-cash-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-cash-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-cash-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.14.2 - 2026-07-14

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:16
8ebf1ac

Release Notes

✨ Features

  • (wallet) Export viewing keys for EC-hybrid and viewing addresses (132546dc)
  • (cli) Print all key types (c15f97e1)

🐛 Bug Fixes

  • (mine_loop) Avoid race condition when sharing own block proposal (9809aa74)
  • (difficulty_control) Account for own-difficulty comparison in heuristic (22af9fbf)
  • (cli) Repair bash completions and add --shell flag (a4a94d32)

♻️ Refactor

  • (mine_loop) Restart guesser every 20 seconds (0f35312f)
  • Split archival mutator set into its own crate (72a5b46e)

neptune-core-cli 0.14.2

Install neptune-core-cli 0.14.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.2/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.2/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.14.2

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.14.2

Install neptune-dashboard 0.14.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.2/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.2/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.14.2

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.14.2

Install neptune-cash 0.14.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.2/neptune-cash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.2/neptune-cash-installer.ps1 | iex"

Download neptune-cash 0.14.2

File Platform Checksum
neptune-cash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-cash-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-cash-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-cash-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-cash-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.14.0 - 2026-07-09

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:46
165e759

Release Notes

✨ Features

  • (composer) Check mempool again after building nop (2903c595)
  • (json_rpc) Recover UTXO history without revealing addition record (c0c3bade)

🐛 Bug Fixes

  • Don't allow job queue to grow indefinitely (e222af32)
  • Return job with highest upgrade incentive (05f899a7)
  • Keep upgrade-priority when receiving merged transaction (425fe410)

📚 Documentation

  • Update release checklist for multi-crate workspace (691f4e0a)

♻️ Refactor

  • Create crates neptune-locks and neptune-database (e3be3167)
  • Extract job queue into neptune-job-queue crate (4ff6634d)
  • Extract archival MMR into neptune-archival-mmr crate (32f416e6)
  • Extract mutator set into neptune-mutator-set crate (7e2601db)
  • (!) Delete unused set_block function (0c7d4c50)
  • Move premine logic from block::mod into block::premine (071afb02)
  • Untangle state-related transaction from consensus-related transactions (f4e17660)
  • Extract neptune-consensus crate (4ca631e2)
  • Remove test/production divergence from Block and proving (2f5c42d5)
  • Create neptune-wallet crate; move two leaf wallet types (9878437a)
  • Drop support for memory-hard pow guessing (db8d677b)
  • Remove neptune-crate re-export facades; consumers import from real crates (5a71e12b)
  • Extract the mempool into the neptune-mempool crate (6e6c10e5)
  • Extract peer-to-peer types into the neptune-p2p crate (cd33d14d)
  • Extract archival state into the neptune-archive crate (73152606)
  • Don't auto-consolidate fewer than specified UTXOs (197e8dff)

✅ Testing

  • Very basic test of utxo_origin_blocks_from_absolute_index_sets (992c8d18)
  • Add two tests related to premine/claim amounts (5edbe388)
  • Move consensus integration tests out of the consensus subtree (dcafddfb)
  • Route consensus test overrides through the test-helpers feature (9acc5361)
  • (!) Migrate PoW/proof tests to Testnet(42) after Block divergence removal (4d3e5c6f)
  • Add main-net hardfork consensus-transition validity tests (2c1f5906)
  • Fix pow-solving test to avoid memory hardness (314343c0)
  • Verify that tx-proof upgrader wants to update (994e3df5)
  • Verify that a tx update leaves outputs unchanged (5c54ff13)

🏗️ Build

  • Run workspace doctests in make happy/make test (b1b999c2)

⚙️ Miscellaneous

  • Allow clippy::result_large_err (8631f88e)
  • Drop local Merkle tree validation implementation (0f7d384a)
  • Cargo update (f8588fe1)
  • Make future linter happy (488f1d55)

🪵 Log

  • Show progress on expensive UTXO indexing (78d3520e)
  • Log warning if job queue big (88280e2f)

🪢 Merge

  • Merge(#940): Neptune-Crypto/proof-upgrading-fixes (c374f2dd)
  • Merge(#941): Neptune-Crypto/thv/crate-separation (f1d6fb9b)

neptune-core-cli 0.14.0

Install neptune-core-cli 0.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.0/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.0/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.14.0

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.14.0

Install neptune-dashboard 0.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.0/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.14.0/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.14.0

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.14.0

Install neptune-cash 0.14.0

Install prebuilt binaries via shell scr...

Read more

neptune-rpc-client-v0.14.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 15:38
8cc0ac7
chore: Release neptune-rpc-client v0.14.1

Patch release of only neptune-rpc-client, whose neptune-cash dependency
was demoted to a dev-dependency in d7f7d19b. All other workspace crates
remain at v0.14.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

0.12.0 - 2026-06-18

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:49
136f58a

Release Notes

🔱 Fork

✨ Features

  • (json_rpc) Add archival batch_are_bloom_indices_set endpoint (d465eb5d)
  • (job_queue) Surface panic message in JobHandleError output (1d7b5384)
  • Add binary to inspect blk files (8bbfe1a4)

🐛 Bug Fixes

  • (proof_collection.rs) Check zip operands' lengths (#936) (4ca090dc)
  • Prepare for beta->gamma transition (e55bcf68)
  • Fix proof version in main net checkpoint (576ba355)
  • Version in BlockProgram (15110f46)
  • (RemovalRecordsList) Don't panic on incorrectly sorted tree heights (e1e20625)
  • (RemovalRecordList) Ensure no crash on unpacking (bc3c507d)
  • Limit length of decoded message (551d855e)
  • (wallet) Check spends for canonicity (852425b6)
  • Allow simultaneous syncing on different networks (b0c7b962)
  • Disallow excessive transaction back-dating (7b78a84f)
  • (sync_loop) Check PoW of each downloaded block (b8d95930)
  • (sync_loop) Check block validity and pow in shortcut (92d61272)
  • (address) Ensure that decoding cannot crash (a3e8636b)
  • (address) Use entire payload when generating encryption seed and nonce (c608a955)

📚 Documentation

  • Fix some deprecated comments concerning network types (9e7fdcec)
  • Remove deprecated note about ConsensusRuleSet (3109783c)

♻️ Refactor

  • Move nth_spending_key from WalletState to WalletEntropy (53e0141d)
  • (SingleProof) Disallow big time updates on merge (d4c1b207)
  • (network) Prevent HF-gamma incompatible nodes from connecting (e2534fdc)
  • Roll back to 40,300 (91c51a29)
  • Reduce severity of invalid block prop violation (29070540)

✅ Testing

  • Fix flaky two_new_blocks_from_peer; fix block-wait error string (ce34053f)
  • Panic with file path on empty cached proof files (3a48051e)
  • Verify that future blocks are not canonical (be2160a7)
  • Change PoW test to use gamma consensus rules (ebfce2b6)
  • Verify validity of testnet-0 HF-gamma activation blocks (6893596e)
  • Verify that BlockProgram claims haven't changed (7a60c6fc)
  • Fix tests after restricting timestamp diff for coinbase (8daa089a)
  • Fix snapshot tests after consensus upgrades (a5d2448d)
  • Improved assert string on test failure (da3fa849)

🎨 Styling

  • Remove unecessary declaration in genesis block (f0fb02a4)
  • (wallet) Generalize interface of seed phrase functions (e0337958)

⚙️ Miscellaneous

🪵 Log

  • Display self-mined block's difficulty threshold with hex (5fb9940d)

🚥 Developer Experience

  • Increase flexibity of block claims printer (c5e15f6c)

🪢 Merge

  • Merge(#931): zeokin/test/harden-flaky-update-mutator-set-tests (15cbce41)

neptune-core-cli 0.12.0

Install neptune-core-cli 0.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.12.0/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.12.0/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.12.0

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.12.0

Install neptune-dashboard 0.12.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.12.0/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.12.0/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.12.0

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows [checksum](https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.12.0/neptune-dashboar...
Read more

0.11.0 - 2026-05-29

Choose a tag to compare

@github-actions github-actions released this 29 May 11:32
dd17232

Release Notes

✨ Features

  • (BlockBody) Get number of AOCL leafs prior to block (49c4f213)
  • Recover inconsistent ArchivalState on startup (346953c3)
  • Add viewing address (77b0dd5c)
  • Add elliptic curve hybrid address

🐛 Bug Fixes

  • Restore use of outgoing_randomness.dat (85f16944)
  • (json_rpc) Ensure address type as str matches key type (0c55b52a)
  • Ensure no crash in address decoding (278cce60)

📚 Documentation

  • Encourage regression tests (1613198d)
  • PR feedback on documentation of new address formats (080e3bb6)

♻️ Refactor

  • Add lustration status to BlockInfo (8a730f3b)
  • Use viewing addresses for change and consolidation outputs (d7098b33)

✅ Testing

  • Expand on idempotency-related tests for set_new_tip (79195a97)
  • Integration test of sync mode (c8ecf552)
  • Expand on integration test for sync mode (1909da79)
  • Verify that bech32 encoding of address doesn't change (b9fc17d9)
  • Verify spends from all address types (50b1f8ae)
  • Verify encryption and address derivation doesn't change (46455a63)
  • Verify generate_address adds key to known keys (8d1841a4)
  • Verify all keys/addresses are unique across key types (dd8edd19)
  • Speed up some slow tests (76647f0a)

⚙️ Miscellaneous

🪢 Merge

  • Merge(#916): Neptune-Crypto/thv/private-addresses (e265920c)
  • Merge(#930): Neptune-Crypto/thv/deprecate-symmetric-addresses (deb6e68e)

neptune-core-cli 0.11.0

Install neptune-core-cli 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.11.0/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.11.0/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.11.0

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.11.0

Install neptune-dashboard 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.11.0/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.11.0/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.11.0

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.11.0

Install neptune-cash 0.11.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.11.0/neptune-cash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.11.0/neptune-cash-installer.ps1 | iex"

Download neptune-cash 0.11.0

File Platform Checksum
neptune-cash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-cash-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-cash-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-cash-x86_64-pc-windows-msvc.msi x64 Windows [checksu...
Read more

0.10.2 - 2026-05-05

Choose a tag to compare

@github-actions github-actions released this 05 May 16:33

Release Notes

✨ Features

  • Mine without knowing mining keys (629bdd0d)
  • Allow fee gobbling without knowing secret key (4bbc5283)

⚙️ Miscellaneous

🪢 Merge

neptune-core-cli 0.10.2

Install neptune-core-cli 0.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.10.2/neptune-core-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.10.2/neptune-core-cli-installer.ps1 | iex"

Download neptune-core-cli 0.10.2

File Platform Checksum
neptune-core-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-core-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-core-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-core-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-core-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-dashboard 0.10.2

Install neptune-dashboard 0.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.10.2/neptune-dashboard-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.10.2/neptune-dashboard-installer.ps1 | iex"

Download neptune-dashboard 0.10.2

File Platform Checksum
neptune-dashboard-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-dashboard-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-dashboard-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-dashboard-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-dashboard-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

neptune-cash 0.10.2

Install neptune-cash 0.10.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.10.2/neptune-cash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Neptune-Crypto/neptune-core/releases/download/v0.10.2/neptune-cash-installer.ps1 | iex"

Download neptune-cash 0.10.2

File Platform Checksum
neptune-cash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
neptune-cash-x86_64-apple-darwin.tar.xz Intel macOS checksum
neptune-cash-x86_64-pc-windows-msvc.zip x64 Windows checksum
neptune-cash-x86_64-pc-windows-msvc.msi x64 Windows checksum
neptune-cash-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum