Commit Graph

372 Commits

Author SHA1 Message Date
Julien Cassis 57bebed0da added clarification comment 2021-01-19 14:02:42 -05:00
billettc cf6b272245 wip `bin:"sliceoffsetof` on event queue events list 2021-01-19 14:02:02 -05:00
billettc 040197a631 Added string func to EventFlag 2021-01-19 08:53:17 -05:00
Julien Cassis cf5d0cb965 standard serum instruction side 2020-12-21 11:51:15 -05:00
Julien Cassis 2f318c9fcc Added event fill helper 2020-12-21 11:25:43 -05:00
Julien Cassis 75188a766b added sides 2020-12-21 10:20:32 -05:00
Julien Cassis fd950b41cc Added new instructions 2020-12-21 09:59:46 -05:00
Matthieu Vachon ffd9fc2e14 Added PublicKeyFromBytes and improved Equals (a fixed size slice on Go called an array can be compared with ==) 2020-12-18 14:58:49 -05:00
Julien Cassis 50f5fc54dd fix request type 2020-12-16 21:16:08 -05:00
Julien Cassis 3a46cefc5f Added serum request flag 2020-12-16 21:06:21 -05:00
Julien Cassis 4718a0c39b Added Account flag decoding support 2020-12-16 17:54:18 -05:00
Matthieu Vachon 2c248b4b00 Refactoring around Transaction, fixed all tests, skip WS tests for now 2020-12-16 15:34:07 -05:00
Matthieu Vachon 6866ad89e2 Refactored differ to use go-cmp instead of custom logic and make the API much nicer to use
Still a lot of cases that will not `.Match(...)` correctly but the first one for `EventQueue`
works.
2020-12-16 14:44:27 -05:00
Matthieu Vachon 7add73860d Added key for hand crafted market 2020-12-15 19:44:16 -05:00
Matthieu Vachon ad6597971a Initial version of a quick & and not so dirty structual changes for solana structure
Still really verbose for struct implementors, will soften that probably by using a pure
reflection based diffing algo to start with.
2020-12-15 18:07:11 -05:00
Matthieu Vachon 98efad3ab0 Added capabilities to read private key generated by `solana-keygen new` command line 2020-12-11 01:01:55 -05:00
billettc 4e3f16df71 GetSlot is no more returning a pointer 2020-12-09 09:21:23 -05:00
billettc e0f5cbae99 GetSlot not return a pointer 2020-12-09 09:19:04 -05:00
billettc c1302ccafd fix pub key json binding 2020-12-08 12:28:42 -05:00
billettc e66b80ff28 Merge branch 'master' of github.com:dfuse-io/solana-go 2020-12-07 13:36:36 -05:00
billettc b78592564e fix account subscription missing data 2020-12-07 13:36:27 -05:00
Francois Proulx fa1eabd6f5 Updated rice boxes 2020-11-27 18:51:28 -05:00
Julien Cassis 8609824a48 Added todo 2020-11-27 15:42:30 -05:00
Julien Cassis d64d73f579 Add program id for token registry mainnet 2020-11-27 15:23:23 -05:00
billettc 66e0575af9 Merge branch 'master' of github.com:dfuse-io/solana-go 2020-11-27 13:57:47 -05:00
billettc 1a6dcbd1b5 logo is not 64 byte long 2020-11-27 13:57:37 -05:00
Julien Cassis ea1c459f64 fix program entry 2020-11-27 11:31:02 -05:00
billettc a5195991ae added website to register token instruction and fix cmd 2020-11-27 10:28:01 -05:00
billettc c6668030bf added website resize symbol and fix meta data size 2020-11-27 10:23:45 -05:00
billettc 5069128e64 Fix missing signature on the new create account instruction 2020-11-27 07:44:56 -05:00
Julien Cassis 026969ce35 cleaned up error handling 2020-11-26 20:06:13 -05:00
Julien Cassis b893a1c31a fix payer key 2020-11-26 17:15:40 -05:00
Julien Cassis 8d95c0fd72 major refactor cli 2020-11-26 17:05:19 -05:00
billettc 5069c6cf4c added cmd request-airdrop 2020-11-26 15:33:21 -05:00
billettc 35b0380396 slnc `spl token register` working. 2020-11-26 12:51:11 -05:00
billettc 038648af29 wip register token. fail to send trx over rpc ... 2020-11-25 16:09:55 -05:00
billettc f166f87d9c Merge branch 'master' of github.com:dfuse-io/solana-go 2020-11-25 14:25:46 -05:00
billettc 520413a05c wip 2020-11-25 14:25:32 -05:00
Alexandre Bourget 67de83811a Added vault back 2020-11-25 13:04:24 -05:00
billettc fcc62ec67e fix missing error handling 2020-11-25 07:22:31 -05:00
billettc 0fd189554d `move `slnc get token-meta` to `slnc spl get meta` 2020-11-25 07:13:19 -05:00
billettc 44cbbdb280 fix decoding of TokenMeta! 2020-11-24 15:46:04 -05:00
billettc f9fe8d534f fix variant def of token registry 2020-11-24 15:02:23 -05:00
billettc cc80ff5758 fix panic 2020-11-24 15:00:15 -05:00
billettc d8637798c4 fix MustPublicKeyFromBase58 that was not panicing 2020-11-24 14:43:10 -05:00
billettc f15f138e45 fix get token meta 2020-11-24 14:39:33 -05:00
billettc 37a472e4b4 fix compilation issue 2020-11-24 12:26:37 -05:00
billettc 6bcac34f5f addded programID resolver on token registry 2020-11-24 12:26:07 -05:00
billettc 90a46419a6 added ascii handling to tokenmeta 2020-11-24 10:56:27 -05:00
billettc 8e6e3c27d7 fix package import after moving program related stuff to folder programs 2020-11-24 10:01:49 -05:00