Skip to content

Releases: 0xMiden/node

v0.13.8

12 Mar 22:22
1874055

Choose a tag to compare

  • Private notes with the network note attachment are no longer incorrectly considered as network notes (##1736).
  • Fixed network monitor looping on stale wallet nonce after node restarts by re-syncing wallet state from RPC after repeated failures (#1748).
  • Added verbose info!-level logging to the network transaction builder for transaction execution, note filtering failures, and transaction outcomes (#1770).

v0.14.0-alpha.5

11 Mar 08:48
1d83d02

Choose a tag to compare

v0.14.0-alpha.5 Pre-release
Pre-release

What's Changed

  • chore(ntx): log check and transaction results by @igamigo in #1770

Full Changelog: v0.14.0-alpha.4...v0.14.0-alpha.5

v0.14.0-alpha.4

06 Mar 12:24
8a09fcd

Choose a tag to compare

v0.14.0-alpha.4 Pre-release
Pre-release

What's Changed

  • fix: lenient pre-release matching in accept header validation by @mmagician in #1755

Full Changelog: v0.14.0-alpha.3...v0.14.0-alpha.4

v0.14.0-alpha.3

05 Mar 12:09
f76566e

Choose a tag to compare

v0.14.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.14.0-alpha.2...v0.14.0-alpha.3

v0.14.0-alpha.2

04 Mar 22:05
7c63432

Choose a tag to compare

v0.14.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.14.0-alpha.1...v0.14.0-alpha.2

v0.14.0-alpha.1

04 Mar 15:28
f6afa69

Choose a tag to compare

v0.14.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.13.7...v0.14.0-alpha.1

v0.13.7

25 Feb 23:17
e44ea2b

Choose a tag to compare

  • Updated SyncAccountStorageMaps and SyncAccountVault to allow all accounts with public state, including network accounts (#1711).

v0.13.6

25 Feb 20:58
0fb05fb

Choose a tag to compare

  • Fixed CORS headers missing from version-rejection responses (#1707).

v0.13.5

19 Feb 16:28
3b10866

Choose a tag to compare

Changes

  • OpenTelemetry traces are now flushed before program termination on panic (#1643).
  • Added support for the note transport layer in the network monitor (#1660).
  • Debian packages now include debug symbols (#1666).
  • Debian packages now have coredumps enabled (#1666).
  • Fixed storage map keys not being hashed before insertion into the store's SMT forest (#1681).

v0.13.4

05 Feb 00:24
e861600

Choose a tag to compare

  • Fixed network monitor displaying explorer URL as a "null" hyperlink when unset (#1617).
  • Fixed empty storage maps not being inserted into storage_entries table when inserting storage delta (#1642).