Jacob Creech
47284f8f0b
v0.31.1 ( #3666 )
...
Co-authored-by: acheron <acheroncrypto@gmail.com>
2025-04-20 00:39:49 +02:00
acheron
0e5285aecd
v0.31.0 ( #3259 )
2025-03-08 17:22:13 +01:00
acheron
aa48efb437
ts: Update `engines.node` to `>= 17` ( #3301 )
2024-10-09 23:58:09 +02:00
acheron
020a304658
Upgrade Solana to v2 and SPL to the latest ( #3219 )
2024-09-17 19:02:09 +02:00
acheron
46f52da34b
lang: Remove `discriminator` method from `Discriminator` trait ( #3163 )
2024-08-10 23:21:31 +02:00
acheron
e6d7dafe12
v0.30.1 ( #3040 )
2024-06-20 17:20:02 +02:00
acheron
efe2e40c12
Remove `rust-version` from crate manifests ( #3000 )
2024-05-31 23:32:40 +02:00
acheron
4540c8253a
Bump minimum Solana crate versions to `1.17.3` ( #2975 )
2024-05-19 16:44:10 +02:00
acheron
852fcc77be
v0.30.0 ( #2909 )
2024-04-15 17:20:01 +02:00
acheron
c66b323293
Upgrade Solana to 1.18.8 ( #2867 )
2024-03-28 05:52:24 +01:00
dongjinlong
c2cd5a99aa
Fix typos in comments ( #2868 )
2024-03-27 23:59:38 +01:00
acheron
d9a9f19394
Fix IDL ( #2824 )
...
* Rewrite IDL type spec
* Rewrite IDL generation
* Partially rewrite the TS package with the new IDL, improved account resolution and types
2024-03-10 14:22:23 +01:00
acheron
ef836852dd
Specify `solana-program` version range to not include 1.18.0 ( #2798 )
2024-01-29 23:18:57 +01:00
acheron
a423f7855b
cli: Require explicit `overflow-checks` flag ( #2716 )
2023-11-30 00:55:12 +01:00
acheron
8f3bb8a556
cli: Make `cargo build-sbf` the default build command ( #2694 )
2023-11-07 00:53:26 +01:00
acheron
150fc3e832
Fix workspace `resolver` warning ( #2676 )
2023-10-30 22:39:07 +01:00
acheron
fc9fd6d24b
v0.29.0 ( #2672 )
2023-10-16 18:35:17 +02:00
acheron
8717364f81
Remove the maximum version constraint from Solana crates ( #2667 )
2023-10-13 23:58:51 +02:00
acheron
5e7fb44518
Upgrade Solana to `1.17.0` ( #2645 )
2023-10-07 23:53:37 +02:00
acheron
e55cd3e646
lang: Add `Lamports` trait ( #2552 )
2023-07-01 22:59:36 +02:00
acheron
e1afcbf71e
v0.28.0 ( #2527 )
2023-06-09 18:00:35 +02:00
acheron
c7c73194d8
Allow wider range of dependency versions to reduce dependency issues ( #2524 )
2023-06-08 18:59:44 +02:00
Jean Marchand (Exotic Markets)
65c9d6e9b9
client: Add async to anchor-client ( #2488 )
...
Co-authored-by: acheron <acheroncrypto@gmail.com>
2023-06-06 09:43:46 +02:00
acheron
1c6f86e5f7
Upgrade Solana to 1.16.0 ( #2512 )
2023-06-04 13:09:39 +02:00
acheron
67eb7520b5
tests: Fix zero-copy tests ( #2498 )
2023-05-20 20:34:38 +02:00
CanardMandarin
2e89b79c51
fix: used identifiers in handler ( #2464 )
2023-04-22 21:26:22 +02:00
Henry-E
3b45144787
v0.27.0 ( #2428 )
2023-03-08 13:28:23 +00:00
Henry-E
45fa9bd3ba
Update Solana-program and rust-version ( #2420 )
2023-03-02 17:23:16 +00:00
Christian Kamm
ed2769ef28
Make zero copy safe by default, add `account(zero_copy(unsafe))` feature. ( #2330 )
2023-01-26 14:46:57 +00:00
Jean Marchand (Exotic Markets)
38bbb21c33
lang: remove the state and interface attributes ( #2285 )
2022-12-22 16:33:44 +00:00
Henry-E
4bef8c40ef
Switch to using @coral-xyz/anchor packages ( #2318 )
2022-12-16 13:21:50 +00:00
Henry-E
347c225a27
v0.26.0 ( #2315 )
...
* v0.26.0
* update packages
* typedocs
Co-authored-by: henrye <henry@notanemail>
2022-12-15 16:12:22 +00:00
Henry-E
66e4295fe0
drop rust version to allow earlier CLIs to compile ( #2289 )
...
* drop back rust version to allow earlier cli to compile
* update solana program to 1.13.5 latest mainnet version
Co-authored-by: henrye <henry@notanemail>
2022-11-29 11:36:48 +00:00
Henry-E
5291a7b6ff
Update rust to v1.62 ( #2272 )
...
* update rust from v1.56 to v1.65
* remove unnecessary borrows to appease clippy
* stop clippy complaining for now
* use 1.64 instead because of CI stuff
* update CHANGLEOG
* just seeing if the cli version is affecting the available rust version
* ok, back to 1.62
Co-authored-by: henrye <henry@notanemail>
2022-11-22 16:13:45 +00:00
Henry-E
afbbbb0330
Trying to stop `zero-copy` test failing ( #2274 )
...
* trying out different solutions to zero copy issue (none work yet)
* using a newer version of the CLI should fix the issue
* re update solana client version
* add cargo.lock for some reason
* comment out broken test, get help later
* clippy doesn't like the new option
Co-authored-by: henrye <henry@notanemail>
2022-11-22 15:40:07 +00:00
Armani Ferrante
6baed77eb5
v0.25.0 ( #2031 )
2022-07-05 16:32:55 -04:00
Armani Ferrante
9b61bbc626
bump solana-program version ( #2027 )
2022-07-04 23:58:31 -04:00
Sohrab
55e0c5d9dd
fix: align links to coral-xyz/anchor github repo ( #1988 )
2022-06-19 22:16:16 -04:00
Armani Ferrante
0b4c7b0c73
v0.24.2 ( #1788 )
2022-04-13 19:44:18 -04:00
Armani Ferrante
d491f0ba1d
v0.24.1 ( #1779 )
2022-04-12 18:50:33 -04:00
Armani Ferrante
b0f263214d
v0.24.0 ( #1769 )
2022-04-12 10:52:06 -04:00
Paul
537d470954
ts: make `Provider` an interface, add `AnchorProvider` class, and update provider functions ( #1707 )
2022-04-11 15:48:58 -04:00
Paul
016a1d3da5
update forgotten solana versions ( #1751 )
2022-04-10 14:26:03 -04:00
Paul
3d0560db2c
Revert "lang: Make Anchor use fallback function instead of panicking if ix data.len() is < `8` ( #1721 )" ( #1748 )
2022-04-08 15:31:07 -04:00
Paul
adb90c33d7
lang: Make Anchor use fallback function instead of panicking if ix data.len() is < `8` ( #1721 )
2022-04-02 22:27:39 -04:00
Kirill Fomichev
40ea715beb
lang, cli, spl: Update solana toolchain to v1.9.13 ( #1653 )
...
Co-authored-by: Paul Schaaf <paulsimonschaaf@gmail.com>
2022-03-26 20:28:55 -04:00
Matthew Callens
23efadf08f
tests: update assertions to use chai and more strict ( #1672 )
2022-03-24 11:44:33 -04:00
Armani Ferrante
77b1afcf2f
v0.23.0 ( #1660 )
2022-03-20 23:30:55 -04:00
SchwarzBier
97a8dfe71d
Bump up rust to 2021 edition ( #1430 )
2022-03-12 17:39:21 -05:00
Paul
c8d8cacd22
lang: remove default space calc ( #1519 )
2022-03-07 11:23:47 -05:00