Commit Graph

612 Commits

Author SHA1 Message Date
Paul 54f24e5596
spl: Feature gate modules and only enable token, mint, and associated token by default (#973) 2021-11-06 13:49:06 +00:00
Drew Nutter 2758e8d6c4
client: Allow extraction of instructions from RequestBuilder (#952) 2021-11-05 13:09:41 +00:00
Kirill Fomichev a22b94921e
cli: Add fields os/cpu to npm cli package (#976) 2021-11-04 16:38:04 +00:00
milk-duds-pro b35471919b
readme: Add npm package anchor-cli (#974) 2021-11-04 16:37:19 +00:00
Kirill Fomichev 13eadea2d5
cli: Output ts in idl parse (#941) 2021-11-02 17:00:13 -07:00
Tom Linton f66eee7c6d
tests: 2d array test (#966) 2021-11-02 11:32:24 -07:00
Matthew Callens 20726d06bd
lang: Add `SystemAccount<'info>` Account Type (#954) 2021-10-30 11:45:06 -05:00
harkl f682164add
docs: Add sosol to projects list (#947) 2021-10-28 09:36:28 -07:00
Blockchain Man 9567eeabd9
readme: Fixed broken Discord link. (#951) 2021-10-28 09:25:25 -07:00
Matthew Callens ec26966340
ts: Capitalize account discriminator in `AccountCoder` (#931) 2021-10-27 11:09:40 -07:00
Johanna Johansson 5fa263ff17
lang: Preserve attrs in access control (#936) 2021-10-26 14:57:27 -07:00
Luke Mahan 4ef928dd02
docs: Typos and grammar fix (#933) 2021-10-25 18:30:08 -07:00
Luke Mahan 983100807a
docs: Grammar fix (#934) 2021-10-25 18:29:49 -07:00
Luke Mahan 2f05903c75
cli: Typo fix (#932) 2021-10-25 16:28:04 -07:00
Kirill Fomichev d10413fc70
cli: Fix dns in NODE_OPTIONS (#928) 2021-10-25 09:47:59 -07:00
Armani Ferrante 0f86dc8dd5
cli, docker: Update docker build (#923) 2021-10-24 22:43:36 -07:00
Armani Ferrante 229e335da8
v0.18.0 (#921) 2021-10-24 19:18:32 -07:00
Armani Ferrante 6ab714a5a5
Bump solana-program v1.8.0 (#886) 2021-10-24 17:42:52 -07:00
Pierre eb65787a9e
tests: Add EscrowAccount type extraction and make package.json sufficient (#861) 2021-10-23 16:42:20 -07:00
Kirill Fomichev 58c00770cb
lang: Add custom error for `signer`, `mut`, `has_one`, `owner` and `address` constraints (#913) 2021-10-23 16:40:51 -07:00
Camden Clark 1ba6db0afe
docs: Update tutorial 2 with Signer changes (#917) 2021-10-23 16:40:36 -07:00
Kirill Fomichev 95d46976d4
cli: Add NODE_OPTIONS env variable with DNS fix (#915) 2021-10-23 13:50:47 -07:00
Kirill Fomichev 6a19cc48ef
lang: Remove not required `to_account_info()` call (#914) 2021-10-23 09:16:40 -07:00
Armani Ferrante f68cc50e5b
ts: Add package.json metadata (#911) 2021-10-21 19:37:18 -07:00
Armani Ferrante 95bb9b3183
lang: Add init_with_needed keyword (#906) 2021-10-21 16:05:16 -07:00
Kirill Fomichev d41fb4feb5
lang: Add custom error for raw constraint (#905) 2021-10-21 15:51:20 -07:00
Sandra 2a4fa8c94b
lang: Remove deprecated account (#907) 2021-10-20 19:28:36 -07:00
yuhaoyasuo 5608436d68
tests: Fix #699 ido-pool seeds constraint was violated (#902) 2021-10-20 10:40:38 -07:00
Kevin Heavey 27de2a6ab4
docs: Set the docs favicon to (#895) 2021-10-18 19:07:11 -07:00
Jason Chitla b9635fbd4b
docs: Add PsyOptions (#894) 2021-10-18 18:36:36 -07:00
Armani Ferrante c7d165fc12
client: Fix clap dep (#893) 2021-10-17 20:06:48 -07:00
Haroon Isse d99eca60ec
cli: Make typescript the default for anchor init (#889) 2021-10-17 17:53:32 -07:00
Tom Linton 1d148785ed
cli: Fix for npm globals unknown command (#892) 2021-10-17 17:52:32 -07:00
Maximilian Schneider 0aeaac7c23
ts: Improve error message (#891) 2021-10-17 17:51:55 -07:00
Larry Jarry 688e354e04
docs: Update projects.md (#890) 2021-10-16 08:43:33 -07:00
Alan O'Donnell d3f78bb735
cli: Make sure program_paths only includes directories. (#887) 2021-10-15 13:01:05 -07:00
kalch d9c643c499
docs: Fix spelling error in installation docs (#881) 2021-10-13 22:20:12 -07:00
Pierre 39791dc4af
ts: Fix empty instructions array (#877) 2021-10-13 09:47:16 -07:00
Matthew Callens 48a72e7018
docs: Add jet protocol to projects list (#879) 2021-10-13 09:46:40 -07:00
patrick 850fe80500
docs: Update tutorial 3 (#875) 2021-10-12 09:20:09 -07:00
jpbogle 8e52242b8c
spl: Add thaw_account token utility (#867) 2021-10-10 17:18:17 -07:00
jpbogle 5e9cede699
spl: Add freeze_account token utility (#865) 2021-10-10 14:14:38 -07:00
Pierre ee190595ac
ts: Update types to work for vec and array (#862) 2021-10-10 09:04:46 -07:00
Susmitha Kodamarthi a845af21af
fix: Remove TypesCoder (#859) 2021-10-09 21:55:08 -07:00
Armani Ferrante 635a18c7ff
cli: Generate ts idl in addition to type (#860) 2021-10-09 18:19:33 -07:00
NorbertBodziony 24d07aa41b
ts: Types fixes (#850) 2021-10-09 14:14:14 -07:00
Matthew Callens 39576de39c
lang: Add Box<T> implementation for the AccountsClose trait (#856) 2021-10-09 14:11:47 -07:00
Alan O'Donnell d774b456bf
lang: Support empty seeds constraint token (#853) 2021-10-09 12:21:15 -07:00
Henry-E d5fe9281a7
tests: Change ido pool to use PDAs (#699) 2021-10-09 10:08:19 -07:00
NorbertBodziony 1c5c6a8aba
lang: Support for AccountLoader (#792) 2021-10-08 09:24:25 -07:00