PackageTrack
Sign in Get early access

solana-zk-token-sdk

Solana Zk Token SDK

3.1.14 8.2M downloads/mo #3460 most downloaded on crates.io anza-xyz/agave

What this package is like to depend on

Last release 4 months ago

24 Apr 2026

Ships fairly regularly

a new release about every 2 weeks

Rarely documented

notes for 6 of 288 stable releases

3 versions withdrawn

withdrawn after publishing

5 years old

292 releases · first in 2022

33 releases in the last 12 months

see the full history below

Release timeline

292 releases · Jan 2022 to Apr 2026
2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 60 of 292
  1. 3.1.14 24 Apr 2026

    Nothing published for this version

  2. 3.1.13 10 Apr 2026

    Nothing published for this version

  3. 3.1.12 03 Apr 2026

    Nothing published for this version

  4. 3.1.11 20 Mar 2026

    Nothing published for this version

  5. 3.1.10 10 Mar 2026

    Nothing published for this version

  6. 3.1.9 19 Feb 2026

    Nothing published for this version

  7. 3.1.8 26 Jan 2026

    Nothing published for this version

  8. 3.1.7 19 Jan 2026

    Nothing published for this version

  9. 3.1.6 10 Jan 2026

    Nothing published for this version

  10. 3.1.5 21 Dec 2025

    Nothing published for this version

  11. 3.1.4 03 Dec 2025

    Nothing published for this version

  12. 3.1.3 29 Nov 2025

    Nothing published for this version

  13. 3.1.2 22 Nov 2025

    Nothing published for this version

  14. 3.1.1 14 Nov 2025

    Nothing published for this version

  15. 3.0.14 10 Jan 2026

    Nothing published for this version

  16. 3.0.13 21 Dec 2025

    Nothing published for this version

  17. 3.0.12 29 Nov 2025

    Nothing published for this version

  18. 3.0.11 22 Nov 2025

    Nothing published for this version

  19. 3.0.10 04 Nov 2025

    Nothing published for this version

  20. 3.0.8 24 Oct 2025

    Nothing published for this version

  21. 3.0.7 17 Oct 2025

    Nothing published for this version

  22. 3.0.6 08 Oct 2025

    Nothing published for this version

  23. 3.0.5 01 Oct 2025

    Nothing published for this version

  24. 3.0.4 26 Sep 2025

    Nothing published for this version

  25. 3.0.3 19 Sep 2025

    Nothing published for this version

  26. 3.0.2 12 Sep 2025

    Nothing published for this version

  27. 3.0.1 05 Sep 2025

    Nothing published for this version

  28. 3.0.0 21 Aug 2025
    Release notes

    RPC

    Breaking

    • Added a slot property to EpochRewardsPeriodActiveErrorData
    • Added error data containing a slot property to RpcCustomError::SlotNotEpochBoundary

    Changes

    • The subscription server now prioritizes processing received messages before sending out responses. This ensures that new subscription requests and time-sensitive messages like PING opcodes take priority over notifications.

    Validator

    Breaking

    • When XDP is enabled, the validator process requires the CAP_NET_RAW, CAP_NET_ADMIN, CAP_BPF, and CAP_PERFMON capabilities. These can be configured in the systemd service file by setting CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN CAP_BPF CAP_PERFMON under the [Service] section or directly on the binary with the command sudo setcap cap_net_raw,cap_net_admin,cap_bpf,cap_perfmon=p <path/to/agave-validator> (this command must be run each time the binary is replaced)
    • Enabling XDP zero copy on systems configured with LACP bond requires manually passing --experimental-retransmit-xdp-interface <real-interface> (e.g.: eno17395np0 not bond0), as zero copy is only available on physical interfaces.
    • Require increased memlock limits - recommended setting is LimitMEMLOCK=2000000000 in systemd service configuration. Lack of sufficient limit (on Linux) will cause startup error.
    • Remove deprecated arguments
      • --accounts-index-memory-limit-mb
      • --accountsdb-repl-bind-address, --accountsdb-repl-port, --accountsdb-repl-threads, --enable-accountsdb-repl
      • --disable-quic-servers, --enable-quic-servers
      • --etcd-cacert-file, --etcd-cert-file, --etcd-domain-name, --etcd-endpoint, --etcd-key-file, --tower-storage
      • --no-check-vote-account
      • --no-rocksdb-compaction, --rocksdb-compaction-interval-slots, --rocksdb-max-compaction-jitter-slots
      • --replay-slots-concurrently
        • Use --replay-forks-threads with a value of 4 to match preexisting behavior
      • --rpc-pubsub-max-connections, --rpc-pubsub-max-fragment-size, --rpc-pubsub-max-in-buffer-capacity, --rpc-pubsub-max-out-buffer-capacity, --enable-cpi-and-log-storage, --minimal-rpc-api
      • --skip-poh-verify
    • Deprecated snapshot archive formats have been removed and are no longer loadable.
    • Using --snapshot-interval-slots 0 to disable generating snapshots has been removed. Use --no-snapshots instead.
    • Validator will now bind all ports within provided --dynamic-port-range, including the client ports. A range of at least 25 ports is recommended to avoid failures to bind during startup.
    • Agave and agave-ledger-tool can no longer operate with legacy shreds. Legacy shreds have not been in circulation since the activation of https://explorer.solana.com/address/GV49KKQdBNaiv2pgqhS2Dy3GWYJGXMTVYbYkdk91orRy. This change may break operations with old ledgers that may still contain legacy shreds.

    Changes

    • --transaction-structure view is now the default.
    • The default full snapshot interval is now 100,000 slots.
    • SOLANA_BANKING_THREADS environment variable is no longer supported. Use --block-prouduction-num-workers instead.
    • By default, agave-validator exit will now wait for the validator process to terminate before returning. The --wait-for-exit flag has been deprecated, but operators can still opt out with the new --no-wait-for-exit flag.
    Open source →
  29. 2.3.13 10 Oct 2025

    Nothing published for this version

  30. 2.3.12 01 Oct 2025

    Nothing published for this version

  31. 2.3.11 26 Sep 2025

    Nothing published for this version

  32. 2.3.10 19 Sep 2025

    Nothing published for this version

  33. 2.3.9 12 Sep 2025

    Nothing published for this version

  34. 2.3.8 05 Sep 2025

    Nothing published for this version

  35. 2.3.7 08 Aug 2025

    Nothing published for this version

  36. 2.3.6 26 Jul 2025

    Nothing published for this version

  37. 2.3.5 18 Jul 2025

    Nothing published for this version

  38. 2.3.4 11 Jul 2025

    Nothing published for this version

  39. 2.3.3 03 Jul 2025

    Nothing published for this version

  40. 2.3.2 27 Jun 2025

    Nothing published for this version

  41. 2.3.1 20 Jun 2025

    Nothing published for this version

  42. 2.2.20 11 Jul 2025

    Nothing published for this version

  43. 2.2.19 03 Jul 2025

    Nothing published for this version

  44. 2.2.18 26 Jun 2025

    Nothing published for this version

  45. 2.2.17 20 Jun 2025

    Nothing published for this version

  46. 2.2.16 13 Jun 2025

    Nothing published for this version

  47. 2.2.15 30 May 2025

    Nothing published for this version

  48. 2.2.14 09 May 2025

    Nothing published for this version

  49. 2.2.13 05 May 2025

    Nothing published for this version

  50. 2.2.12 23 Apr 2025

    Nothing published for this version

  51. 2.2.11 18 Apr 2025

    Nothing published for this version

  52. 2.2.10 15 Apr 2025

    Nothing published for this version

  53. 2.2.9 14 Apr 2025

    Nothing published for this version

  54. 2.2.8 11 Apr 2025

    Nothing published for this version

  55. 2.2.7 06 Apr 2025

    Nothing published for this version

  56. 2.2.6 29 Mar 2025

    Nothing published for this version

  57. 2.2.4 24 Mar 2025

    Nothing published for this version

  58. 2.2.3 15 Mar 2025

    Nothing published for this version

  59. 2.2.2 11 Mar 2025

    Nothing published for this version

  60. 2.2.1 03 Mar 2025

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive