Commit Graph

58 Commits

Author SHA1 Message Date
Jean Marchand (Exotic Markets) 89b047b21e
chore: Bump non-solana dependencies (#2270)
* chore: Bump non-solana dependencies

* Fix project generation and client example

* Fix snake case project name

* Update lock file
2022-11-22 10:42:43 +00:00
Matthew Callens fc3789520e
fix new clippy warnings for cicd (#2075) 2022-07-19 12:07:20 -04:00
Kevin Rodríguez 8a6a9e1c75
ts: fix Module needs an import assertion of type json (#2023) 2022-07-03 10:43:32 -04:00
Paul fe255bba2b
cli: add custom release profile to improve CU efficiency (#1807) 2022-04-20 17:49:12 -04:00
Paul 509ef94f79
cli: move overflow-checks into workspace Cargo.toml so that it will not be ignored by compiler (#1806) 2022-04-20 16:36:10 -04:00
Paul fb149f96a1
update yarn lockfile, fix cli template, and fix ci (#1770) 2022-04-12 15:02:06 -04:00
cavemanloverboy f0c09f2f3e
cli: integer arithmetic safe by default w/o checked (#1758) 2022-04-10 22:45:47 -04:00
Paul ce884066e0
cli: add prettier to new project js/ts template (#1741) 2022-04-07 09:14:38 -04:00
Paul 9e070870f4
cli: update js/ts templates to use new `.methods` syntax (#1732)
Co-authored-by: Nikhil B N <nikhilbn365@gmail.com>
2022-04-04 14:50:45 -04:00
sweetim 938f89d81b
added bn.js types fixed #1711 (#1712) 2022-04-04 13:24:10 -04:00
Paul 7803acb995
cli: update cli templates (#1698) 2022-03-28 16:59:53 -04:00
Paul 94b0fec714
fix anchor-lang import in safety-check, add custom-coder to ci, and fix spl-token coder (#1604) 2022-03-16 18:27:57 -04:00
Paul 3face237fb
cli: make ts idl equal json idl (#1609) 2022-03-16 14:38:07 -04:00
Shridhar Sukhani 55ebb7c80e
Add "@types/chai" devDependency to package.json in ts template (#1512) 2022-02-23 11:05:41 +01:00
Armani Ferrante 99403bff7e
cli: fix template (#1486) 2022-02-21 10:09:12 -05:00
Tom Linton 8aa7b2289e
cli: Make templates conform to default prettier rules (#1466) 2022-02-17 19:25:16 -05:00
Paul 8a30d87064
lang: Log instruction names (#1057) 2021-11-24 10:46:17 -08:00
Kirill Fomichev 3688683931
lang: Add `deprecated` attribute to `ProgramAccount` (#1014) 2021-11-14 06:46:18 -08:00
Kirill Fomichev ac3fbe8d38
cli: Add `idl-ts` option to build command (#940) 2021-11-10 06:40:28 +00:00
Armani Ferrante 635a18c7ff
cli: Generate ts idl in addition to type (#860) 2021-10-09 18:19:33 -07:00
ChewingGlass 0a660d26c4
ts, cli: Program clients generic over IDL types (#795) 2021-10-04 23:16:13 -07:00
David 2a5e16357b
cli: Properly build anchor.Wallet for shell template script (#778) 2021-09-22 13:28:45 -07:00
Armani Ferrante 3ee33132f5
cli: Add default program id to init template (#689) 2021-09-07 17:57:01 -07:00
Julian McCarthy 5532aca6ec
cli: Add package.json in anchor init (#623) 2021-08-18 23:50:00 -07:00
Armani Ferrante 3248481288
cli: Anchor registry publishing (#570) 2021-08-08 02:11:48 -07:00
Chris Heaney 3b304588c8
cli: Use ts-node to execute typescript migrations (#477) 2021-07-04 19:57:10 -07:00
Kirill Fomichev b3ce642454
cli: Add final newline in templates (#420) 2021-06-26 07:57:02 -07:00
Armani Ferrante b1dbf7c5bf
cli: Use pascal case for anchor shell workspace (#319) 2021-05-24 18:23:31 -07:00
John Rees 1121961e87
cli: Add .anchor to .gitignore created by anchor init (#316) 2021-05-24 14:52:21 -07:00
Armani Ferrante a9179600cd
cli: Add provider section to Anchor.toml (#305) 2021-05-23 10:00:24 -07:00
Armani Ferrante ccf18557f9
cli: Add shell command (#303) 2021-05-22 16:06:08 -07:00
armaniferrante fbb1a31e37
cli: Use crate's current version for Cargo.toml template 2021-04-10 18:16:21 -07:00
Armani Ferrante 430e10cb6a
v0.4.1 (#152) 2021-04-06 15:49:51 -07:00
Armani Ferrante 719602e836
v0.4.0 (#144) 2021-04-04 14:24:50 -07:00
Armani Ferrante 8289e47513
Update solana tooling to v1.6.3 (#139) 2021-04-04 00:55:56 -07:00
Standaa 7f2ef239ac
Feat/migrations typescript support (#132) 2021-03-30 23:14:15 -07:00
armaniferrante 97027d9abc
v0.3.0 2021-03-12 14:48:29 -08:00
Austin Abell d543b335b7
Include git ignore in init template (#101) 2021-03-08 18:49:11 -08:00
NorbertBodziony 7b69e0ba23
add TS support for tests (#94) 2021-03-01 17:25:59 +08:00
Armani Ferrante 08f5a0e243
Clippy fixes 2021-02-16 13:57:09 +08:00
Armani Ferrante 772edde073
Store IDL at deterministic account address (#49) 2021-01-29 06:20:30 -08:00
Armani Ferrante cef682a232
Use environment derived provider in test template 2021-01-27 20:07:09 -08:00
Armani Ferrante 989b1ea3bd
Add deploy script template 2021-01-27 19:58:26 -08:00
Armani Ferrante 930aa1d9f6
Changes for a functioning lockup/stake UI (#46) 2021-01-27 19:31:15 -08:00
Armani Ferrante ef23756978
State struct instructions 2021-01-23 07:40:31 -08:00
Armani Ferrante 41b25afed0
Remove explicit solana dependencies 2021-01-15 21:40:11 -08:00
Armani Ferrante 13ed9d79bb
Remove explicit borsh dependency 2021-01-15 19:58:01 -08:00
Armani Ferrante 9c77d89c17
Bump borsh version 2021-01-15 04:10:37 -08:00
Armani Ferrante eb82093fb7
examples: Bump borsh versions 2021-01-15 00:53:14 -08:00
Armani Ferrante 5d571ee9fc
Set alpha and borsh versions 2021-01-15 00:39:46 -08:00