Commit Graph

554 Commits

Author SHA1 Message Date
ChewingGlass 0a660d26c4
ts, cli: Program clients generic over IDL types (#795) 2021-10-04 23:16:13 -07:00
Alan O'Donnell efb70ea89d
docs: Fix basic-0 tutorial to use ANCHOR_WALLET env var. (#832) 2021-10-04 12:38:40 -05:00
Armani Ferrante 6eead5669e
v0.17.0 (#828) 2021-10-03 16:54:00 -07:00
Armani Ferrante db193d8248
lang: Cpi AccountInfos (#824) 2021-10-03 12:57:14 -07:00
Chris Heaney 15eca29ca8
cli: Add localnet command (#820) 2021-10-02 14:46:57 -07:00
Maximilian Schneider 11064f9048
cli: Add more descriptive error message (#821) 2021-10-02 13:27:08 -07:00
Armani Ferrante a6bac96ac9
ts: Lint fix (#817) 2021-10-01 09:55:59 -07:00
Armani Ferrante 8b7b5aaddd
cli: Fix clippy (#816) 2021-10-01 08:47:57 -07:00
Dana Hanna d325f218dd
ts: Add message for base Error property (#810) 2021-09-28 11:36:59 -07:00
Alan O'Donnell 5ba8252ccc
cli: Kill test validator if it starts too slowly. (#809) 2021-09-28 10:30:19 -07:00
Armani Ferrante 3d21d33cd5
v0.16.2 (#807) 2021-09-27 16:40:44 -07:00
Vladimir Guguiev 48385b4a4f
cli: Support `cargo_args` on `test`, `verify` and `publish` commands (#804) 2021-09-27 08:45:28 -07:00
Armani Ferrante 0de09e71a2
cli: Fix clippy (#803) 2021-09-26 18:37:40 -07:00
Pierre df97fd8d56
cli: Add "slop" when anchor build (#719) 2021-09-26 17:15:31 -07:00
Marcin Żółkiewski 63eabc5b61
cli: Set ANCHOR_WALLET for migrate ts (#802) 2021-09-26 11:26:56 -07:00
Armani Ferrante 08a7cff244
Add CONTRIBUTING.md and CODE_OF_CONDUCT.md (#800) 2021-09-26 10:09:37 -07:00
Nicholas Oxford f9cf3cf47c
docs: Update tutorial 2 account explanation (#796) 2021-09-26 08:56:52 -07:00
Armani Ferrante f4fee46ea5
cli: Build publish tarball for more reliable error checks (#794) 2021-09-25 09:51:56 -07:00
Daniel Marin 73f046e0a5
ts: Extend filters for `all` method (#788) 2021-09-25 07:22:12 -07:00
dependabot[bot] b8ee0ccd14
ts: Bump tmpl from 1.0.4 to 1.0.5 (#791) 2021-09-23 17:51:09 -07:00
Armani Ferrante 2c827bc839
lang, spl, cli: Add associated_token keyword (#790) 2021-09-23 17:06:38 -07:00
Armani Ferrante 6583742c03
readme: Use cropped image (#783) 2021-09-22 13:45:55 -07:00
David 2a5e16357b
cli: Properly build anchor.Wallet for shell template script (#778) 2021-09-22 13:28:45 -07:00
Aadhi Nana Murali b0b9efc30d
clI: Added 'detach' flag to anchor test (#770) 2021-09-22 12:24:27 -07:00
Daniel Marin b71cc6d5e5
ts: Expose accountDiscriminator as static method (#775) 2021-09-22 12:12:13 -07:00
Siong bde45c2985
cli : Use ANCHOR_WALLET for migrate command (#779) 2021-09-22 11:52:53 -07:00
Bryan Zierk cfba251fc4
ts: Fixed typo in docs (#781) 2021-09-22 10:22:53 -07:00
Alan O'Donnell 42ed126163
lang: Allow seeds to have a trailing comma (#777) 2021-09-22 07:42:39 -07:00
Armani Ferrante 22ef0aec42
readme: Add logo (#776) 2021-09-21 14:05:56 -07:00
Dana Hanna d40400fff2
ts: Add fetchMultiple to compliment rpc getMultiple (#761) 2021-09-21 12:15:43 -07:00
Alan O'Donnell 5bd0309f66
lang: Use Expr for init payer. (#772) 2021-09-21 12:14:15 -07:00
Dana Hanna fe355ed159
ts: Batch calls to getMultipleAccounts (#763) 2021-09-20 18:59:52 -07:00
Armani Ferrante 4d6078b1d6
docs, readme: New discord link (#771) 2021-09-20 15:55:04 -07:00
Armani Ferrante 2c0dd22eee
tests: Fix escrow (#767) 2021-09-19 18:38:31 -07:00
hjchan 65db7660ff
docs: Replace ProgramAccount with Account in tutorial-2.md (#760) 2021-09-19 16:13:04 -07:00
Ian Macalinao 296f4b6b2d
ts: Allow adding types for AccountsCoder names (#764) 2021-09-19 16:12:30 -07:00
Ian Macalinao 9426918c4b
ts: Export more TypeScript types (#753) 2021-09-19 16:11:24 -07:00
Kirill Fomichev 0f4142e97c
lang: Fix codegen for Signer (#762) 2021-09-19 16:03:06 -07:00
0xDEADBEEF c208cdefcc
docs: Added Fabric to list of projects (#766) 2021-09-19 15:27:19 -05:00
Vladimir Guguiev d45f9ed408
lang: Add docs for `#[account(address = <pubkey>)]` (#765) 2021-09-19 15:24:10 -05:00
Tristan Edwards 4a91606895
docs: Replace `ProgramAccount` with `Account` (#758) 2021-09-19 10:01:02 -05:00
Vecheslav Druzhbin beace2c000
cli: Run command considers config (#755) 2021-09-18 10:27:01 -05:00
acamill 68a6beb335
examples: Update escrow test (#754) 2021-09-18 10:08:14 -05:00
Armani Ferrante d8f947fc9c
v0.16.1 (#751) 2021-09-17 12:33:32 -05:00
Armani Ferrante bbf79e7d7e
lang: Fix idl for Signer type (#750) 2021-09-17 11:18:50 -05:00
Kirill Fomichev b99f017334
lang: Add Id trait to prelude (#748) 2021-09-17 09:45:50 -05:00
Armani Ferrante ea6e44bb47
docker: Update node path (#747) 2021-09-16 21:40:55 -05:00
Armani Ferrante 780094a648
v0.16.0 (#746) 2021-09-16 19:19:15 -05:00
Armani Ferrante c004b0f99c
lang, examples: UncheckedAccount and Cfo updates (#745) 2021-09-16 17:49:24 -05:00
Ian Macalinao 90df0b1976
ts: Improve TypeScript types (#739) 2021-09-16 15:42:11 -05:00