solana-with-rpc-optimizations/sdk
dependabot[bot] 15acb7239d
chore: bump sha3 from 0.10.1 to 0.10.2 (#27002)
* chore: bump sha3 from 0.10.1 to 0.10.2

Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha3-v0.10.1...sha3-v0.10.2)

---
updated-dependencies:
- dependency-name: sha3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

* Revert sha3 bump in zk-token-sdk

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
2022-08-08 21:19:34 -06:00
..
benches Refactor: move instructions sysvar serialization out of Message (#22544) 2022-01-20 17:33:49 +08:00
bpf Bump sbf-tools version to v1.29 2022-08-07 22:11:57 +00:00
cargo-build-bpf Bump version to v1.12 (#26967) 2022-08-06 13:20:30 -05:00
cargo-build-sbf Refactor cargo-build-sbf integration tests using assert_cmd crate 2022-08-09 00:34:04 +00:00
cargo-test-bpf Bump version to v1.12 (#26967) 2022-08-06 13:20:30 -05:00
cargo-test-sbf Bump version to v1.12 (#26967) 2022-08-06 13:20:30 -05:00
docker-solana
gen-headers Bump version to v1.12 (#26967) 2022-08-06 13:20:30 -05:00
macro Bump version to v1.12 (#26967) 2022-08-06 13:20:30 -05:00
program Add API docs for secp256k1_instruction and secp256k1_recover (#26065) 2022-08-08 16:22:10 -06:00
src Add API docs for secp256k1_instruction and secp256k1_recover (#26065) 2022-08-08 16:22:10 -06:00
tests fix: renamed the internal wasm_bindgen init function to avoid collision 2022-03-10 11:33:24 -08:00
.gitignore Add wasm bindings for `Pubkey` and `Keypair` 2021-12-09 15:53:58 -08:00
Cargo.toml chore: bump sha3 from 0.10.1 to 0.10.2 (#27002) 2022-08-08 21:19:34 -06:00
README.md
build.rs
package.json Add wasm bindings for `Pubkey` and `Keypair` 2021-12-09 15:53:58 -08:00

README.md

Solana

Solana SDK

Use the Solana SDK Crate to write client side applications in Rust. If writing on-chain programs, use the Solana Program Crate instead.

More information about Solana is available in the Solana documentation.

The Solana Program Library provides examples of how to use this crate.

Still have questions? Ask us on Discord