Skip to content

Releases: nimiq/core-rs-albatross

Mainnet 1.6.0

04 Jun 21:13
v1.6.0
901fed9

Choose a tag to compare

What's Changed

What's changed

Dependencies

  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 7 updates by @dependabot[bot] in #3774
  • build(deps): bump openssl from 0.10.79 to 0.10.80 by @dependabot[bot] in #3775
  • build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 in the minor-and-patch-actions-updates group across 1 directory by @dependabot[bot] in #3770
  • build(deps-dev): bump vitest from 2.1.9 to 4.1.0 in /web-client/extras by @dependabot[bot] in #3781

Full Changelog: v1.5.1...v1.6.0

Mainnet 1.5.1

21 May 22:41
v1.5.1
b661fcf

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

Dependencies

  • build(deps): bump tokio-metrics from 0.4.9 to 0.5.0 by @dependabot[bot] in #3697

Full Changelog: v1.5.0...v1.5.1

Mainnet 1.5.0

07 May 03:34
v1.5.0
a3df273

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

Dependencies

Full Changelog: v1.4.0...v1.5.0

Mainnet 1.4.0

22 Apr 02:10
v1.4.0
e156ecc

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

Dependencies

  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 11 updates by @dependabot[bot] in #3671
  • build(deps): bump toml from 0.9.11+spec-1.1.0 to 1.1.0+spec-1.1.0 by @dependabot[bot] in #3673
  • build(deps): bump gloo-timers from 0.3.0 to 0.4.0 by @dependabot[bot] in #3674
  • build(deps): bump quinn-proto from 0.11.13 to 0.11.14 by @dependabot[bot] in #3635
  • build(deps): bump rollup from 4.22.4 to 4.59.0 in /web-client/extras by @dependabot[bot] in #3620
  • build(deps): bump picomatch from 2.3.1 to 2.3.2 in /web-client/extras by @dependabot[bot] in #3650
  • build(deps): bump minimatch from 3.1.2 to 3.1.5 in /web-client/extras by @dependabot[bot] in #3624
  • build(deps): bump tokio from 1.50.0 to 1.51.0 in the minor-and-patch-cargo-updates group by @dependabot[bot] in #3675
  • Update wasm-bindgen dependencies by @jsdanielh in #3686
  • build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 in the minor-and-patch-actions-updates group across 1 directory by @dependabot[bot] in #3683
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 8 updates by @dependabot[bot] in #3696
  • build(deps): bump rustls-webpki from 0.103.10 to 0.103.12 by @dependabot[bot] in #3704
  • build(deps): bump afl from 0.17.1 to 0.18.1 by @dependabot[bot] in #3699
  • Update yamux from version 0.13.8 to 0.13.10 by @jsdanielh in #3712

New Contributors

Full Changelog: v1.3.0...v1.4.0

Mainnet 1.3.0

27 Mar 23:25
v1.3.0
5bd15d9

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

  • web-client: Fix function name typo in StakingDataBuilder by @sisou in #3627
  • Fix missing proof-of-knowledge validation on voting key update by @jsdanielh in #3654
  • Fix peer contact book poisoning via future timestamps by @jsdanielh in #3655
  • Fix peer-triggerable panic during history sync by @jsdanielh in #3656
  • Fix quorum bypass via out-of-range BitSet signer indices by @jsdanielh in #3657
  • Fix underflow panic in vesting and HTLC insufficient funds error path by @jsdanielh in #3658
  • Fix panic on HistoryTreeProof length mismatch by @jsdanielh in #3659
  • Fix panic in RequestMacroChain with micro block locator by @jsdanielh in #3660
  • Fix off-by-one in proposal buffer signer bounds check by @jsdanielh in #3661
  • Fix crash via invalid election macro block validators voting key by @jsdanielh in #3662
  • Fix request/response codec reading entire stream before size validation by @jsdanielh in #3663
  • Fix discovery handler underflow when peer sends limit=0 by @jsdanielh in #3664
  • Fix stale response_channels on request/response inbound failure by @jsdanielh in #3665
  • Fix crash on duplicate discovery substream by @jsdanielh in #3666
  • Fix panic in history index request handlers on nodes without index by @jsdanielh in #3667
  • Fix election macro block interlink verification bypass by @jsdanielh in #3668
  • Fix validator and prover guide links by @AirMate in #3644

Dependencies

  • build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #3621
  • build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #3622
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 8 updates by @dependabot[bot] in #3626
  • build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #3628
  • build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 by @dependabot[bot] in #3634
  • build(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #3633
  • build(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #3631
  • build(deps): bump libp2p-gossipsub from 0.49.2 to 0.49.3 by @dependabot[bot] in #3645
  • build(deps): bump rustls-webpki from 0.103.8 to 0.103.10 by @dependabot[bot] in #3647
  • build(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #3651

Full Changelog: v1.2.2...v1.3.0

Mainnet 1.2.2

27 Feb 16:04
v1.2.2
119adae

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

  • Fix some clippy warnings by @jsdanielh in #3537
  • Fix KeyPair.fromHex rejecting output from toHex by @onmax in #3551
  • Fix multiple OpenRPC schema issues by @onmax in #3502
  • Add producer to web-client PlainMicroBlock by @onmax in #3550
  • Add pkg.pr.new preview for web-client by @onmax in #3548
  • Remaining multisig methods for web-client by @sisou in #3573
  • web-client: Allow signing staking transactions with a different inner KeyPair by @sisou in #3585
  • blockchain: Add proposal body root verification by @jsdanielh in #3623

Dependencies

  • Update dependencies that were not populated by GH dependabot by @jsdanielh in #3536
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 6 updates by @dependabot[bot] in #3543
  • build(deps): bump convert_case from 0.9.0 to 0.10.0 by @dependabot[bot] in #3545
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 9 updates by @dependabot[bot] in #3554
  • build(deps): bump darling from 0.21.3 to 0.23.0 by @dependabot[bot] in #3556
  • build(deps): bump vite from 5.4.20 to 5.4.21 in /web-client/extras by @dependabot[bot] in #3515
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 5 updates by @dependabot[bot] in #3562
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 10 updates by @dependabot[bot] in #3568
  • build(deps): bump signal-hook from 0.3.18 to 0.4.1 by @dependabot[bot] in #3570
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 10 updates by @dependabot[bot] in #3578
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 6 updates by @dependabot[bot] in #3586
  • build(deps): bump the minor-and-patch-cargo-updates group with 6 updates by @dependabot[bot] in #3591
  • build(deps): bump convert_case from 0.10.0 to 0.11.0 by @dependabot[bot] in #3593
  • build(deps): bump time from 0.3.46 to 0.3.47 by @dependabot[bot] in #3596
  • build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #3605
  • build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #3606
  • build(deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #3604
  • build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #3603
  • build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #3602
  • build(deps): bump docker/build-push-action from 6.10.0 to 6.19.2 in the minor-and-patch-actions-updates group by @dependabot[bot] in #3601
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 6 updates by @dependabot[bot] in #3607
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 5 updates by @dependabot[bot] in #3614

Full Changelog: v1.2.1...v1.2.2

Mainnet 1.2.1

12 Nov 22:03
v1.2.1
3bd91ae

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

  • OpenRPC schema: add support for unwrapping lists of tuples like Vec<(Blake2bHash, u32)>). by @Eligioo in #3519
  • ci: Decrease frequency cron scheduled jobs run by @jsdanielh in #3521
  • fix: Fix the network buffer size for webclient by @viquezclaudio in #3530

Dependencies

  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 6 updates by @dependabot[bot] in #3518
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 9 updates by @dependabot[bot] in #3529

Full Changelog: v1.2.0...v1.2.1

Mainnet 1.2.0

23 Oct 01:28
v1.2.0
ceb72eb

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

Dependencies

  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 5 updates by @dependabot[bot] in #3430
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 6 updates by @dependabot[bot] in #3435
  • build(deps): bump schemars from 0.8.22 to 1.0.3 by @dependabot[bot] in #3426
  • build(deps): bump rust-argon2 from 2.1.0 to 3.0.0 by @dependabot[bot] in #3438
  • build(deps): bump the minor-and-patch-cargo-updates group with 2 updates by @dependabot[bot] in #3437
  • build(deps): bump the minor-and-patch-cargo-updates group with 2 updates by @dependabot[bot] in #3441
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 3 updates by @dependabot[bot] in #3446
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot[bot] in #3448
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 2 updates by @dependabot[bot] in #3451
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 5 updates by @dependabot[bot] in #3456
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 5 updates by @dependabot[bot] in #3459
  • build(deps): bump the minor-and-patch-cargo-updates group with 6 updates by @dependabot[bot] in #3462
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot[bot] in #3465
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot[bot] in #3468
  • build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in #3469
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 3 updates by @dependabot[bot] in #3475
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot[bot] in #3482
  • build(deps): bump the minor-and-patch-cargo-updates group with 7 updates by @dependabot[bot] in #3483
  • build(deps): bump vite from 5.4.19 to 5.4.20 in /web-client/extras by @dependabot[bot] in #3481
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 10 updates by @dependabot[bot] in #3488
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 3 updates by @dependabot[bot] in #3490
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 6 updates by @dependabot[bot] in #3493
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 5 updates by @dependabot[bot] in #3507

Full Changelog: v1.1.1...v1.2.0

Mainnet 1.1.1

03 Jul 07:38
v1.1.1
cee63a9

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.

What's Changed

What's changed

  • Update dependency labels for release notes by @jsdanielh in #3386
  • Fix clippy warnings by @hrxi in #3377
  • policy: Initialize the default policy to the mainnet values by @jsdanielh in #3392
  • Update to Rust Edition 2024 by @sisou in #3313
  • Add a fuzzer for user friendly addresses by @hrxi in #3395
  • Validate and fix web-client type declarations by @sisou in #3387
  • Move listening for SIGINT to dedicated thread, don't block tokio worker thread by @fiaxh in #3407
  • Fix panic in Address::from_user_friendly_address by @hrxi in #3399
  • Update libmdbx Rust wrapper by @hrxi in #3408
  • Fix clippy warnings by @jsdanielh in #3423

Dependencies

  • build(deps): bump vite from 5.4.18 to 5.4.19 in /web-client/extras by @dependabot in #3385
  • Update some dependencies by @jsdanielh in #3388
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 18 updates by @dependabot in #3401
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 14 updates by @dependabot in #3422
  • build(deps): bump the minor-and-patch-cargo-updates group with 2 updates by @dependabot in #3424

Full Changelog: v1.1.0...v1.1.1

Mainnet 1.1.0

07 May 17:56
v1.1.0
0df8a77

Choose a tag to compare

This release targets the mainnet network.
This release is backwards compatible with the previous v1.0.X releases.

What's Changed

What's changed

Dependencies

  • Upgrade to rand 0.9 by @hrxi in #3335
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 12 updates by @dependabot in #3348
  • build(deps): bump vite from 5.4.14 to 5.4.16 in /web-client/extras by @dependabot in #3346
  • build(deps): bump openssl from 0.10.70 to 0.10.72 by @dependabot in #3352
  • build(deps): bump vite from 5.4.16 to 5.4.17 in /web-client/extras by @dependabot in #3353
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 2 updates by @dependabot in #3356
  • build(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 by @dependabot in #3361
  • build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot in #3363
  • build(deps): bump vite from 5.4.17 to 5.4.18 in /web-client/extras by @dependabot in #3364
  • Switch back to upstream tsify by @jsdanielh in #3366

Full Changelog: v1.0.9...v1.1.0