Dev Update 15 July 2025

Last week by the numbers

proof-server

neptune-types

neptune-proton

tasm-lib

Neptune Happenings

Work Continues on the Network Reset

@aszepieniec and @sword-smith have been working on a more compact representation of inputs that aims to improve transaction sizes.

Work has also begun on the already announced redemption process which will enable current NPT token holders to claim tokens on the new neptune blockchain once it is active.

The network reset offers a unique opportunity to roll out software without concerns for backward compatibility and thereby cleanup some existing technical debt.

neptune-types and neptune-proton repos published to github

The neptune-types iibrary crate contains a subset of the types from neptune-core.

The neptune-proton binary crate contains a very early stage prototype gui wallet built with dioxus framework. It is not recommended for usage at this time.

Contributor Updates

@aszepieniec:

  • fix and improve consensus programs
  • fix and improve RemovalRecordList packing and unpacking, for smaller tx-inputs
  • start development on redemption process

@danda:

  • published neptune-types and neptune-proton repos.