|
15acdcc19a
|
Bump version to v1.10.9 (#24253)
|
2022-04-11 13:30:11 -06:00 |
|
|
a628034eb5
|
Bump version to v1.10.8
|
2022-04-09 00:06:32 -06:00 |
|
|
1b6de0f08d
|
Bump version to v1.10.7 (#24105)
|
2022-04-04 11:20:53 -05:00 |
|
|
a639282c0f
|
Bump version to 1.10.6 (#23969)
|
2022-03-28 10:56:01 -05:00 |
|
|
fd49ed1959
|
Bump version to 1.10.5 (#23955)
|
2022-03-26 11:34:12 -05:00 |
|
|
2f58c9e501
|
Bump version to 1.10.4 (#23743)
|
2022-03-17 14:02:13 -05:00 |
|
|
63bf0f66af
|
Bump version to 1.10.3 (#23648)
|
2022-03-14 11:18:45 -05:00 |
|
|
b444836a97
|
Bump version to 1.10.2 (#23597)
|
2022-03-10 16:41:06 -06:00 |
|
|
1a99251498
|
Bump version to 1.10.1 (#23453)
|
2022-03-02 13:47:01 -06:00 |
|
|
da00d29de0
|
chore: bump bytemuck from 1.7.3 to 1.8.0 (#23437)
* chore: bump bytemuck from 1.7.3 to 1.8.0
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/Lokathor/bytemuck/releases)
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.7.3...v1.8.0)
---
updated-dependencies:
- dependency-name: bytemuck
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* [auto-commit] Update all Cargo lock files
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
|
2022-03-02 19:04:54 +00:00 |
|
|
b4100a9b5d
|
Add additional zkp for fee (#23112)
* zk-token-sdk: add equality proof for fee
* zk-token-sdk: tweak some naming conventions for readability
* zk-token-sdk: add verify withdraw withheld instruction
* zk-token-sdk: add test for withdraw withheld verification
* zk-token-sdk: more renaming of variables for readability
* zk-token-sdk: cargo fmt
* zk-token-sdk: minor
* zk-token-sdk: resolve bpf compilation warnings
* zk-token-sdk: minor update to doc
|
2022-02-17 12:45:07 -05:00 |
|
|
a47b76afcc
|
zk-token-sdk: add verify transfer with fee instruction (#22924)
|
2022-02-04 08:52:49 -05:00 |
|
|
ab02dba96f
|
Add get_processed_sibling_instruction syscall (#22859)
|
2022-02-02 16:45:57 -08:00 |
|
|
551c24da57
|
nit: consistent name (#22857)
|
2022-02-01 07:46:04 +00:00 |
|
|
69e632a337
|
Adapt zk-token-{sdk,proof-program} for use in the monorepo
|
2022-01-05 08:51:18 -08:00 |
|
|
a9b0309c1f
|
Update to Rust 2021 edition
|
2022-01-05 08:51:18 -08:00 |
|
|
a08e3760d8
|
Update to Solana 1.9.1
|
2022-01-05 08:51:18 -08:00 |
|
|
f2e7f0c32b
|
Adapt to changes to native program entrypoint
|
2022-01-05 08:51:18 -08:00 |
|
|
9c88f8205b
|
Update to Solana 1.9.0
|
2022-01-05 08:51:18 -08:00 |
|
|
d5196046dd
|
remove UpdateAccountPk instruction
|
2022-01-05 08:51:18 -08:00 |
|
|
39e0c19b4b
|
Update to Solana 1.7.15
|
2022-01-05 08:51:18 -08:00 |
|
|
11cac460aa
|
Consume compute units since proof verification is an expensive operation
|
2022-01-05 08:51:18 -08:00 |
|
|
62b6eafd7c
|
Prevent proof program from being invoked as an inner instruction
|
2022-01-05 08:51:18 -08:00 |
|
|
af80203522
|
Merge transfer instructions
|
2022-01-05 08:51:18 -08:00 |
|
|
6cdb94ccc5
|
Rename crypto crate to sdk
|
2022-01-05 08:51:18 -08:00 |
|
|
c38309791b
|
Update to Solana 1.7.13
|
2022-01-05 08:51:18 -08:00 |
|
|
f1345c7bb3
|
Merge sdk/ back into crypto/
|
2022-01-05 08:51:18 -08:00 |
|
|
d5472faa96
|
Add demo cli
|
2022-01-05 08:51:18 -08:00 |
|
|
b902ee6ad5
|
Adjust crate names
|
2022-01-05 08:51:18 -08:00 |
|
|
b1be9a7907
|
Move solana-specific parts of crypto/ into sdk/
|
2022-01-05 08:51:18 -08:00 |
|
|
b96e07d161
|
Drop 'With' from TransferRangeProof/TransferValidityProof
|
2022-01-05 08:51:18 -08:00 |
|
|
0e8aa331ad
|
Add transfer proof-program instructions
|
2022-01-05 08:51:18 -08:00 |
|
|
dc52817408
|
Rework bytemuck dependencies for monorepo compatibility
|
2022-01-05 08:51:18 -08:00 |
|
|
6ba3f4dc6d
|
Add WithdrawData proof program plumbing
|
2022-01-05 08:51:18 -08:00 |
|
|
8b15d7bc28
|
Add CloseAccountData proof program plumbing
|
2022-01-05 08:51:18 -08:00 |
|
|
00fa5a93b8
|
Rename some files
|
2022-01-05 08:51:18 -08:00 |
|