Commit Graph

118 Commits

Author SHA1 Message Date
Paul 3321a3f9c9
lang: Add ProgramData account (#1095) 2021-12-05 14:14:16 -05:00
Paul 517838e494
ts: Better public key error msgs (#1098) 2021-12-04 15:01:50 -05:00
Tom Linton 6bc59350de
lang: Add constant attribute (#956) 2021-12-03 18:49:38 -05:00
Vladimir Guguiev 5e8d335599
ts: Improve native ESM compatibility (#1053) 2021-11-28 08:02:58 -08:00
Armani Ferrante c868b91e93
ts: Add bool, u128, i128 for idl types (#1042) 2021-11-19 07:14:43 -08:00
Mikhail Gorbachev 2d44654a4b
lang: Add `AccountNotInitialized` error (#1024) 2021-11-18 07:42:07 -08:00
Swift e7e8f4da9b
ts: Remove console logs from Node package (#1031) 2021-11-17 14:58:26 -08:00
SolanaMonkeyBusiness c188846a4b
ts: Add postInstructions (#1007) 2021-11-14 06:45:03 -08:00
Matthew Callens 20726d06bd
lang: Add `SystemAccount<'info>` Account Type (#954) 2021-10-30 11:45:06 -05:00
Matthew Callens ec26966340
ts: Capitalize account discriminator in `AccountCoder` (#931) 2021-10-27 11:09:40 -07:00
Maximilian Schneider 0aeaac7c23
ts: Improve error message (#891) 2021-10-17 17:51:55 -07:00
Pierre 39791dc4af
ts: Fix empty instructions array (#877) 2021-10-13 09:47:16 -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
NorbertBodziony 24d07aa41b
ts: Types fixes (#850) 2021-10-09 14:14:14 -07:00
ChewingGlass 0a660d26c4
ts, cli: Program clients generic over IDL types (#795) 2021-10-04 23:16:13 -07:00
Armani Ferrante a6bac96ac9
ts: Lint fix (#817) 2021-10-01 09:55:59 -07:00
Dana Hanna d325f218dd
ts: Add message for base Error property (#810) 2021-09-28 11:36:59 -07:00
Daniel Marin 73f046e0a5
ts: Extend filters for `all` method (#788) 2021-09-25 07:22:12 -07:00
Daniel Marin b71cc6d5e5
ts: Expose accountDiscriminator as static method (#775) 2021-09-22 12:12:13 -07:00
Bryan Zierk cfba251fc4
ts: Fixed typo in docs (#781) 2021-09-22 10:22:53 -07:00
Dana Hanna d40400fff2
ts: Add fetchMultiple to compliment rpc getMultiple (#761) 2021-09-21 12:15:43 -07:00
Dana Hanna fe355ed159
ts: Batch calls to getMultipleAccounts (#763) 2021-09-20 18:59:52 -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
Ian Macalinao 90df0b1976
ts: Improve TypeScript types (#739) 2021-09-16 15:42:11 -05:00
tomland123 a1f4fac09d
ts: Expose ProgramError (#737) 2021-09-14 18:06:49 -05:00
Armani Ferrante 0faed88600
spl, ts: Pin serum-dex and lint (#735) 2021-09-14 12:24:18 -05:00
Pierre bf5cf80c11
ts: Use env variable for local wallet (#718) 2021-09-12 10:07:42 -07:00
Armani Ferrante b1ef7431ec
lang, spl: Program and Signer types (#705) 2021-09-11 14:43:12 -07:00
hana e2bd41b967
ts: Support empty account structs (#712) 2021-09-11 14:39:12 -07:00
xjcaa 8af34c4d08
ts: Make account unsubscribe async (#707) 2021-09-11 09:18:16 -07:00
Pierre 4451779036
ts: Add array to ts IdlType (#697) 2021-09-08 09:04:12 -07:00
xjcaa 7e7e866bb2
ts: Fix event listener and add multiple event test (#631) 2021-08-23 11:56:23 -07:00
Armani Ferrante 715200d053
ts: Add deprecated annotation to associated functions (#627) 2021-08-22 18:22:40 -07:00
Armani Ferrante 3be29425ac
ts: Add associated client code (#626) 2021-08-20 11:39:07 -07:00
xjcaa 84a2b8200c
ts: Fix typo (#621) 2021-08-18 10:35:29 -07:00
Armani Ferrante 6e55078ff3
lang, ts, examples: Remove associated keyword (#612) 2021-08-15 16:35:53 -07:00
Armani Ferrante 73dc612b7c
ts: Export EventParser (#591) 2021-08-08 18:50:34 -07:00
Kirill Fomichev ceb80b0a04
lang: Dynamically fetch rent sysvar for when using `init` (#588) 2021-08-08 13:20:26 -07:00
Armani Ferrante 3248481288
cli: Anchor registry publishing (#570) 2021-08-08 02:11:48 -07:00
Armani Ferrante 4e7790eacf
ts: Fix accounts iterable (#573) 2021-08-03 16:47:11 -07:00
Armani Ferrante 21cc98517a
ts: Fix undefined iterable (#571) 2021-08-03 16:13:31 -07:00
Kirill Fomichev ad075ceb56
ts: Use accounts with types in InstructionCoder (#568) 2021-08-03 13:54:20 -07:00
aac a4a8b6f769
ts: More efficient event subscriptions (#502) 2021-07-29 22:30:00 -07:00
Kirill Fomichev 8dc7bed4ef
ts: Use hex by default for decoding Instruction (#547) 2021-07-24 10:59:12 -07:00
Armani Ferrante 2c80042ef5
ts, travis: Run prettier (#525) 2021-07-17 17:56:42 -07:00
aac ab49478259
ts: Check if execution context stack is empty in event parser (#524) 2021-07-16 09:56:49 -07:00
Standaa dac6b17866
ts: Fix event listener not firing when creating associated accounts (#397) 2021-07-09 11:46:22 -07:00
Chris Heaney 5866c886dd
ts: Add Event import (#471) 2021-07-04 11:07:53 -07:00