Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: anza-xyz/solana-sdk

[email protected]

23 Oct 23:18

Choose a tag to compare

What's new

  • Publish solana-frozen-abi v3.0.1 by @github-actions[bot]
  • Deprecate the log crate re-export (#402) by @steviez
  • Remove frozen-abi-macro dependency on solana-logger (#400) by @steviez
  • Add [package.metadata.docs.rs] and doc_auto_cfg (#350) by @joncinque

[email protected]

23 Oct 23:08

Choose a tag to compare

What's new

  • Publish solana-frozen-abi-macro v3.0.1 by @github-actions[bot]
  • Remove frozen-abi-macro dependency on solana-logger (#400) by @steviez
  • Make it no-std compatible (#363) by @joncinque
  • Add [package.metadata.docs.rs] and doc_auto_cfg (#350) by @joncinque

[email protected]

23 Oct 11:17

Choose a tag to compare

What's new

  • Publish solana-bn254 v3.1.2 by @github-actions[bot]
  • [bn254] Revert breaking change on alt_bn128_pairing (#399) by @samkim-crypto

[email protected]

17 Oct 02:22

Choose a tag to compare

What's new

  • Publish solana-vote-interface v4.0.4 by @github-actions[bot]
  • Add fast deserialize for VoteStateVersions (#383) by @buffalojoec
  • Only implement Copy on feature (#348) by @joncinque
  • Borsh, serde, and address no_std (#355) by @stegaBOB

[email protected]

14 Oct 10:54

Choose a tag to compare

What's new

  • Publish solana-bls-signatures v1.0.0 by @github-actions[bot]
  • bls-signatures: remove some slices for parallel iterators (#374) by @akhi3030
  • bls-signatures: use ExactSizedIterators to replace more slices with iterators (#373) by @akhi3030
  • bls-signatures: remove one layer of & (#372) by @akhi3030
  • Fix parallel feature on master (#375) by @akhi3030
  • bls_signatures: use iterators instead of slices in various APIs (#371) by @akhi3030
  • Add [package.metadata.docs.rs] and doc_auto_cfg (#350) by @joncinque

[email protected]

13 Oct 04:41

Choose a tag to compare

What's new

  • Publish solana-vote-interface v4.0.3 by @github-actions[bot]
  • Add credits getters to v4 (#365) by @buffalojoec
  • Add constructor for VoteStateV4 (#362) by @buffalojoec

[email protected]

08 Oct 23:04

Choose a tag to compare

What's new

  • Publish solana-bn254 v3.1.1 by @github-actions[bot]
  • Bring msrv back to 1.81 (#360) by @joncinque

[email protected]

08 Oct 07:10

Choose a tag to compare

What's new

  • Publish solana-bn254 v3.1.0 by @github-actions[bot]
  • [bn-254] Change input to a sized array for LE addition, multiplication, and compression (#334) by @LStan
  • [bn254] Add _be suffix to BE functions (#332) by @LStan
  • Add [package.metadata.docs.rs] and doc_auto_cfg (#350) by @joncinque
  • Fix alt_bn128_pairing syscall length check (#324) by @LStan
  • Refactor constants in bn254 (#322) by @LStan
  • [bn254] Refactor addition, multiplication, and pairing functions into validator and prelude modules (#297) by @samkim-crypto
  • [bn254] Refactor out addition, multiplication, and pairing into separate modules (#290) by @samkim-crypto
  • Add Alt-BN128 Little Endian operations for SIMD-0284 (#267) by @LStan

[email protected]

07 Oct 17:32

Choose a tag to compare

What's new

  • Publish solana-file-download v3.1.0 by @github-actions[bot]
  • Improve fn download_file for Gtihub REST API (#351) by @LucasSte
  • Add [package.metadata.docs.rs] and doc_auto_cfg (#350) by @joncinque

[email protected]

07 Oct 15:45

Choose a tag to compare

What's new

  • Publish solana-account v3.1.0 by @github-actions[bot]
  • Allow the creation of AccountSharedData with an existing Arc<Vec<u8>> (#344) by @LucasSte