Commit Graph

153 Commits

Author SHA1 Message Date
Marko dc61f4115c
bump solana to 1.5.8 (#92) 2021-02-26 17:31:48 +08:00
Armani Ferrante bfd527f760
examples/misc: Use tilde in wallet path 2021-02-23 01:46:28 +08:00
Armani Ferrante b3803aec03
cli: Specify programs to embed into local validator genesis via Anchor.toml 2021-02-23 01:41:40 +08:00
Armani Ferrante 4bfb4df79a
readme: Add contribution section 2021-02-23 00:21:50 +08:00
NorbertBodziony b1f8dde5aa
Fix unsubscribe wrong address (#90) 2021-02-20 00:52:52 +08:00
Armani Ferrante 79b791ffa8
cli: Propagate mocha exit status on error 2021-02-19 23:24:22 +08:00
NorbertBodziony 1ae8b52760
fix State type (#88) 2021-02-18 00:02:48 +08:00
Armani Ferrante 53f0e4673c
lang/syn: Remove features not on stable rust 2021-02-16 15:03:47 +08:00
Armani Ferrante 08f5a0e243
Clippy fixes 2021-02-16 13:57:09 +08:00
Armani Ferrante 212490f408
travis, client/example: Run rust client test in CI (#85) 2021-02-15 18:16:59 +08:00
Armani Ferrante c28615be55
ts: Bump version v0.2.2-beta.1 2021-02-14 22:27:33 +08:00
Armani Ferrante cf9c847e41
ts: Pass instructions to state rpcs 2021-02-14 21:12:23 +08:00
Armani Ferrante bf8d765e26
examples/lockup: Add set_lockup_program instruction 2021-02-13 17:15:55 +08:00
Armani Ferrante f1d2404450
examples: Cashiers check 2021-02-13 00:53:45 +08:00
Armani Ferrante d3daddcca0
travis: Run misc example in CI 2021-02-12 17:09:27 +08:00
Armani Ferrante 603a2c1859
v0.2.1 2021-02-11 22:49:25 +08:00
Armani Ferrante 3a282b2fce
lang/syn: Complete change from rpc -> ix 2021-02-11 19:15:14 +08:00
Armani Ferrante 16c998ab43
lang/syn: Simplify accounts parsing 2021-02-11 15:45:45 +08:00
Armani Ferrante 4980d8ab3f
lang/syn: Rename rpc -> ix 2021-02-11 14:59:29 +08:00
Armani Ferrante 5aeb288b51
lang/syn: Simplify program parsing 2021-02-11 14:24:18 +08:00
Armani Ferrante c67dabd1f9
Add support for u128 and i128 (#83) 2021-02-11 13:24:29 +08:00
Armani Ferrante 79fe508c07
changelog: Reformat parens 2021-02-11 00:22:42 +08:00
Armani Ferrante ed1b8abb13
changelog: Add commit hashes to some entries 2021-02-11 00:19:35 +08:00
Armani Ferrante 627c275e9c
ts: Add instruction method to state namespace 2021-02-11 00:12:29 +08:00
Armani Ferrante 9fb42ce572
examples/lockup: Remove unused var in test 2021-02-10 21:50:39 +08:00
Armani Ferrante d20363fb2c
Merge pull request #77 from project-serum/armani/fns 2021-02-10 21:49:07 +08:00
Armani Ferrante 2499195523
examples/lockup: Specify start date of vesting schedule 2021-02-10 21:39:57 +08:00
Armani Ferrante a780002683
lang/syn: Allow state structs with no ctor or impl block 2021-02-10 21:28:59 +08:00
Armani Ferrante 845df6d196
lang/attribute/access-control: Allow multiple modifiers 2021-02-10 12:00:19 +08:00
Armani Ferrante d92cb1516b
spl: Add shared memory api 2021-02-10 11:59:42 +08:00
Armani Ferrante ce5ca7ddab
cli: Stream program logs to file when testing 2021-02-10 01:04:18 +08:00
Armani Ferrante 1681afda49
travis, examples: Run lockup in CI 2021-02-09 23:40:10 +08:00
Armani Ferrante 733ec300b0
cli: Embed workspace programs into genesis when testing 2021-02-09 23:31:52 +08:00
Armani Ferrante b2434867c5
travis: Remove unreliable devnet test 2021-02-08 22:15:42 +08:00
Armani Ferrante 5378a21123
travis, examples: Run lockup against devnet 2021-02-08 16:17:33 +08:00
Armani Ferrante 14ebb5aa9b
Publish 0.2.0 2021-02-08 15:32:20 +08:00
Armani Ferrante 82d7e5ae2b
lang: Add some more docs 2021-02-08 14:26:21 +08:00
Armani Ferrante a903d48e1f
Merge pull request #66 from project-serum/armani/realize
Program interfaces
2021-02-08 12:56:22 +08:00
Armani Ferrante a6cc210595
Lockup realization trait 2021-02-08 12:55:00 +08:00
Armani Ferrante 1f31770c83
Program interfaces 2021-02-08 12:54:52 +08:00
Armani Ferrante c643438753
lang: Don't build example docs code 2021-02-06 16:38:57 +08:00
Armani Ferrante 48b27e6943
Migrate to sighash based method dispatch (#64) 2021-02-06 16:28:33 +08:00
Armani Ferrante 170e6f18d4
lang: Hash at compile time (#63) 2021-02-05 19:17:40 +08:00
Armani Ferrante 60958ebc22
lang: Add some API documentation 2021-02-04 22:31:53 +08:00
Armani Ferrante d94fd39886
docs: Sidebar updates 2021-02-03 07:45:09 -08:00
Armani Ferrante 66593cb8bb
docs: Add note to run solana-keygen if needed 2021-02-03 07:28:22 -08:00
Armani Ferrante d36ebd640a
Add some more tutorial documentation (#60) 2021-02-03 00:35:18 -08:00
Armani Ferrante 24e92f29d7
examples/multisig: Set localnet as default network 2021-02-01 08:23:32 -08:00
Armani Ferrante eae05f2c3b
Deref program account 2021-02-01 08:21:00 -08:00
Armani Ferrante 056e33370b
Add account accessor 2021-02-01 06:52:55 -08:00