Commit Graph

77 Commits

Author SHA1 Message Date
armaniferrante 316b6b3077
spl: Add token and dex methods 2021-11-30 13:11:14 -08:00
Armani Ferrante be4e946040
spl: Move permissioned market proxy (#962) 2021-11-30 12:44:15 -08:00
Tom Linton 1319dc65d6
v0.18.2 (#1011) 2021-11-13 18:58:10 -08:00
Armani Ferrante 62fcd75401
spl, tests: Use feature flag for dex (#985) 2021-11-11 14:12:50 +00:00
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
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
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
Alan O'Donnell 9d33e13465
lang: Remove mandatory init when using associated_token constraints (#843) 2021-10-07 13:57:47 -07:00
Armani Ferrante 6eead5669e
v0.17.0 (#828) 2021-10-03 16:54:00 -07:00
Armani Ferrante 3d21d33cd5
v0.16.2 (#807) 2021-09-27 16:40:44 -07:00
Armani Ferrante 2c827bc839
lang, spl, cli: Add associated_token keyword (#790) 2021-09-23 17:06:38 -07:00
Armani Ferrante d8f947fc9c
v0.16.1 (#751) 2021-09-17 12:33:32 -05:00
Armani Ferrante 780094a648
v0.16.0 (#746) 2021-09-16 19:19:15 -05:00
Tommy Johnson 8eec4d3e3d
spl: Update middleware settle funds log (#738) 2021-09-14 20:11:58 -05:00
Armani Ferrante 0faed88600
spl, ts: Pin serum-dex and lint (#735) 2021-09-14 12:24:18 -05:00
suscd e763b721c3
spl: Add token `close_account` instruction (#714) 2021-09-11 17:35:21 -07:00
Armani Ferrante b1ef7431ec
lang, spl: Program and Signer types (#705) 2021-09-11 14:43:12 -07:00
Armani Ferrante 23656de877
v0.15.0 (#688) 2021-09-07 18:30:04 -07:00
Armani Ferrante 3958533750
Static owner and program ID checks (#686) 2021-09-07 13:06:15 -07:00
Armani Ferrante 5017a1afee
v0.14.0 (#655) 2021-09-02 11:31:50 -07:00
Kirill Fomichev 697f585b5b
Update solana to 1.7.11 (#653) 2021-08-31 14:52:41 -07:00
Henry-E fef207dc83
lang, examples: Add mint initialization constraints (#562) 2021-08-14 18:18:28 -07:00
Armani Ferrante 8e4870d370
v0.13.2 (#599) 2021-08-11 01:13:38 -07:00
Armani Ferrante 496f2b258c
v0.13.1 (#597) 2021-08-10 22:33:28 -07:00
Armani Ferrante af7d246c0c
v0.13.0 (#587) 2021-08-08 19:38:50 -07:00
Zorro 48a2e4ad0e
spl: Add rent sysvar to initialize_market cpi accounts (#582) 2021-08-05 17:09:11 -07:00
Zorro 0b077c4b34
spl: Add initialize_market instruction to dex cpi (#576) 2021-08-05 11:14:46 -07:00
Armani Ferrante 0c51fc7ddb
spl: Use git url for serum_dex for development (#575) 2021-08-04 15:52:06 -07:00
Armani Ferrante ec6888a3b9
v0.12.0 (#572) 2021-08-04 12:29:38 -07:00
Armani Ferrante 1bea1bcbfc
Prune ix and solana version pinning (#569) 2021-08-03 12:50:43 -07:00
Armani Ferrante d9a39cdf09
spl: Fix clippy (#561) 2021-07-29 17:55:06 -07:00
Armani Ferrante 0998422348
spl: Add prune ix to dex middleware (#543) 2021-07-21 22:01:13 -07:00
Armani Ferrante 615764b9c8
examples, spl: Permissioned markets via proxy middleware (#519) 2021-07-18 11:39:56 -07:00
Armani Ferrante bb89cc3f72
spl: Fmt (#535) 2021-07-18 01:06:34 -07:00
suscd 255adef839
spl: Add cpi helper for token `intitialize_mint` (#529) 2021-07-16 16:07:07 -07:00
Armani Ferrante c5b61848c0
v0.11.1 (#507) 2021-07-09 19:05:57 -07:00
Henry-E f26e0f7499
spl: Add cancel orders (#484) 2021-07-06 09:41:45 -07:00
Armani Ferrante bbc40ba1c0
v0.11.0 (#458) 2021-07-03 12:41:55 -07:00
Vladimir Komendantskiy 61625e73db
Upgrade solana to 1.7.4 and borsh to 0.9 (#450) 2021-07-01 10:16:04 -07:00
Armani Ferrante c7de475177
v0.10.0 (#433) 2021-06-27 17:34:40 -07:00
Kirill Fomichev 1aa019cb0f
Apply clippy rules (#431) 2021-06-27 17:09:46 -07:00
Armani Ferrante f067624add
Token PDAs and CLI scripts (#400) 2021-06-27 13:17:05 -07:00
Dana Hanna 96c898ddb4
spl: Fix rent required on InitializeAccount (#430) 2021-06-27 09:59:26 -07:00
Michael Huang a3fa9c0584
cli, client, lang, spl: Bump dependencies (#408) 2021-06-18 08:42:39 -07:00
Armani Ferrante 796d917f42
v0.9.0 (#388) 2021-06-15 18:43:21 -07:00
Armani Ferrante 2bcd44ded3
v0.8.0 (#375) 2021-06-10 20:01:25 -07:00
Armani Ferrante a8fd1e0abb
v0.7.0 (#348) 2021-05-31 12:25:05 -07:00
Armani Ferrante 265eedc5a3
spl: Add init and close open orders instructions to the dex (#245) 2021-05-31 11:52:46 -07:00