Skip to content

Releases: 0xMiden/node

v0.14.10

30 Apr 04:07
b927515

Choose a tag to compare

  • Optimize GetAccount implementation to serve vault assets from AccountStateForest (#1981).
  • Added accept, origin, user-agent, forwarded, x-forwarded-for and x-real-ip headers to telemetry for gRPC requests (#1982).
  • Trace additional RPC request properties e.g. account.id in GetAccount (#1983).
  • Fixed occasional mempool panic during transaction submission, causing the lock to be held for longer than expected (#1984).

v0.14.9

21 Apr 19:24
9378ccc

Choose a tag to compare

  • Simplified network monitor counter script loading by linking the counter module directly via with_linked_module instead of assembling a standalone library (#1957).

v0.14.8

20 Apr 06:47
cf0a333

Choose a tag to compare

  • Fixed a startup race in the network transaction builder that could panic the chain MMR when a block committed between subscribing to the mempool and fetching the chain tip from the store (#1953).
  • Enabled miden-tx/concurrent feature across all crates (#1956).

v0.14.7

15 Apr 21:11
6e46a80

Choose a tag to compare

  • [BREAKING] Aligned proto TransactionHeader with domain type and exposed erased notes in SyncTransactions (#1941).

v0.13.13

13 Apr 08:49
69fc8ea

Choose a tag to compare

What's Changed

  • fix(store): bump SQLite connection pool size to 128 by @kkovaacs in #1926

Full Changelog: v0.13.12...v0.13.13

v0.14.6

10 Apr 21:01
5e864d1

Choose a tag to compare

  • Fixed network monitor explorer health check failing to parse string-encoded numeric fields from the Explorer GraphQL API (#1922).

v0.14.5

10 Apr 07:11
cc14f05

Choose a tag to compare

  • Removed issuance field from the network monitor's faucet GetMetadataResponse (#1918).
  • Updated to miden-protocol v0.14.4.

v0.13.12

09 Apr 23:29
3b943a8

Choose a tag to compare

What's Changed

Full Changelog: v0.13.11...v0.13.12

v0.13.11

09 Apr 08:30
fd3b284

Choose a tag to compare

What's Changed

Full Changelog: v0.13.10...v0.13.11

v0.14.4

08 Apr 20:21
4811e0d

Choose a tag to compare

  • Added missing AuthControlled::allow_all() mint policy component to genesis faucet accounts (#1903).