Commit Graph

1418 Commits

Author SHA1 Message Date
Jimii b6e94dacf0
Make `anchor-spl` and `anchor-client` badges links to creates.io (#2684) 2023-10-26 23:58:36 +02:00
Pierre 9331908aee
tests: Add remaining accounts test (#2683) 2023-10-26 01:14:38 +02:00
vadorovsky 85a5a9bdfc
syn: Add missing `new_from_array` method to `Hash` (#2682) 2023-10-25 00:15:12 +02:00
Sean Young 749c45a2d9
Fixes for Solidity/Solang (#2677) 2023-10-24 15:59:34 +02:00
acheron e0d0df4ab5
Fix 1.73.0 clippy warnings (#2674) 2023-10-20 15:48:01 +02:00
acheron fc3905a099
ci: Re-enable `anchor init` test (#2673) 2023-10-18 11:22:54 +02:00
acheron fc9fd6d24b
v0.29.0 (#2672) 2023-10-16 18:35:17 +02:00
acheron 88a75aff13
avm: Install from version-commit and refactor (#2671) 2023-10-15 11:36:50 +02:00
acheron 4f996d0a58
cli: Add ability to override toolchain from `Anchor.toml` (#2649) 2023-10-14 21:40:26 +02:00
Pierre 5900c93310
avm: Allow install, list and use from commit (#2659) 2023-10-14 17:41:46 +02:00
acheron 8717364f81
Remove the maximum version constraint from Solana crates (#2667) 2023-10-13 23:58:51 +02:00
0xWoo 23eeb1ec2d
spl: add feature memo to support cpi to spl-memo (#2661) 2023-10-13 01:23:35 +02:00
Jean Marchand (Exotic Markets) 0fef819e4b
chore: Remove abusive cloning (#2663) 2023-10-12 23:59:21 +02:00
acheron 6cf200493a
spl: Update dependencies to their latest versions (#2657) 2023-10-12 11:13:30 +02:00
Jean Marchand (Exotic Markets) dcafb789e1
lang: Add accounts by reference (#2656) 2023-10-11 16:46:48 +02:00
Jean Marchand (Exotic Markets) 243ab75738
lang: Type safe bumps (#2542) 2023-10-10 23:48:23 +02:00
acheron 721eb7a3be
bench: Fix number formatting due to locale difference (#2655) 2023-10-10 13:16:09 +02:00
acheron 267c4ceab7
tests: Remove `auction-house` submodule and host it natively (#2654) 2023-10-09 13:50:40 +02:00
acheron 5e7fb44518
Upgrade Solana to `1.17.0` (#2645) 2023-10-07 23:53:37 +02:00
Fernando Otero b0e725b5ac
spl: Update `mpl-token-metadata` to `3.1.0` and fix `create_metadata_accounts_v3` (#2651) 2023-10-07 11:01:19 +02:00
acheron 25b24a1fd3
syn: Fix having access to `idl` module by default (#2650) 2023-10-06 14:52:50 +02:00
acheron 51578bcbc5
spl: Fix compilation error and warnings (#2647) 2023-10-05 19:19:07 +02:00
Nick Guo 5602244e1a
cli: Support upgradeable program in anchor test (#2642)
Resolves #2641
2023-10-03 22:46:40 +02:00
acheron f18fd971fb
Update Node to `18.18.0` LTS (#2643) 2023-10-03 11:49:03 +02:00
acheron e1d5e785b8
syn: Fix generic type aliases (#2644) 2023-10-01 22:53:02 +02:00
acheron d1e32674d5
Add type alias support (#2637) 2023-09-27 22:59:29 +02:00
Sean Young 3e8bc76d72
Update to solang v0.3.2 and add simple test (#2636) 2023-09-26 22:55:41 +02:00
acheron 28adaf2343
ts: Remove `base64-js` dependency (#2635) 2023-09-25 23:36:58 +02:00
Fernando Otero 99b75a905b
spl: Update to token metadata client sdk (#2632) 2023-09-25 16:19:23 +02:00
acheron 3c6fc2ba2d
syn: Fix IDL named enum variant field being snake_case (#2633) 2023-09-21 18:45:22 +02:00
acheron fa9f960a0b
docs: Add tuple enum JS client documentation (#2631) 2023-09-18 23:07:15 +02:00
acheron b5f4796156
Add `IdlBuild` trait (#2629) 2023-09-15 23:59:18 +02:00
acheron fdda604d41
ts: Add strong type support for `addEventListener` (#2627) 2023-09-13 00:12:41 +02:00
Jesserc cec9946111
docs: Fix typo and grammar in error documentation 2023-09-10 21:32:34 +02:00
acheron 4955a92593
Add byte slice(`&[u8]`) support for `idl-build` (#2622) 2023-09-08 10:01:51 +02:00
acheron a1e4453a0b
cli: Make conflicting account names a compile-time error (#2621) 2023-09-05 17:30:53 +02:00
acheron b9fa898384
cli: Fix `anchor account` command panicking outside of workspace (#2620) 2023-09-01 22:42:06 +02:00
Will dcf5928f3f
lang: `Box` the inner enums of `anchor_lang::error::Error` (#2600)
Co-authored-by: acheron <acheroncrypto@gmail.com>
2023-08-30 19:28:51 +02:00
acheron 115679e675
bench: Add benchmarking for stack memory usage (#2617) 2023-08-28 14:13:12 +02:00
acheron a5e4c02de0
ts: Bump packages to `0.28.1-beta.2` (#2616) 2023-08-27 10:21:17 +02:00
Will a7205af5df
lang: `associated_token` constraints don't work when setting `token_program` (#2603)
Co-authored-by: acheron <acheroncrypto@gmail.com>
2023-08-23 22:10:08 +02:00
acheron 6f9f7d9369
tests: Move IDL related tests in `misc` to `idl` (#2606) 2023-08-19 13:09:09 +02:00
acheron 6eacad4b11
cli: Add program template with multiple files (#2602) 2023-08-15 23:58:17 +02:00
acheron 454f1dd044
ts: Add support for unnamed(tuple) enum in accounts (#2601) 2023-08-13 16:50:28 +02:00
Jimii b5cf67f13b
spl: Add `TokenRecordAccount` for pNFTs (#2597) 2023-08-12 22:02:37 +02:00
Proph3t 58428f858d
Add `setup_tests.sh` for setting up your local machine for tests (#2594) 2023-08-11 21:48:28 +02:00
acheron 4cf447a1c4
bench: Add benchmarking for program binary size (#2591) 2023-08-08 22:03:31 +02:00
acheron abfdc4e88f
chore: Remove duplicate dependency and and alphabetize features (#2590) 2023-08-05 23:47:06 +02:00
acheron 2af9cc669b
cli: Improve converting non-conflicting paths to names in IDL (#2588) 2023-08-02 23:01:05 +02:00
Proph3t be8764b8a8
Fix typo in account.rs docs (#2587) 2023-08-01 22:23:48 +02:00