Commit Graph

599 Commits

Author SHA1 Message Date
armaniferrante 32ffede2ec
cli: Fix IDL json generation 2021-10-25 12:38:52 -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
Alan O'Donnell 9d33e13465
lang: Remove mandatory init when using associated_token constraints (#843) 2021-10-07 13:57:47 -07:00
Tom Linton bc3033f2c1
lang: Handle IDL parsing for multidimensional arrays (#844) 2021-10-07 13:17:33 -07:00
Tom Linton de8cb49dd1
cli: Error if program in genesis configuration doesn't exist (#841) 2021-10-07 13:11:26 -07:00
Armani Ferrante e7d16d3ec8
lang: Remove cpi feature flag for account signer check (#849) 2021-10-07 12:21:55 -07:00
bonedaddy 6a9e6a2b20
cli: Enable configurable startup wait (#842) 2021-10-06 09:14:19 -07:00
Tom Linton 54a6e9cf37
cli: Add solana-test-validator control to Anchor.toml (#834) 2021-10-05 13:12:55 -07:00
Alan O'Donnell dbb5f48b24
lang: Add mint::freeze_authority attribute for init mint (#835) 2021-10-05 11:36:17 -07:00
Armani Ferrante 8566b909cf
cli: Fix ts filepath for verifiable build (#836) 2021-10-05 10:30:38 -07:00
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