Commit Graph

45 Commits

Author SHA1 Message Date
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
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 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 f15f138e45 fix get token meta 2020-11-24 14:39:33 -05:00
billettc 8e6e3c27d7 fix package import after moving program related stuff to folder programs 2020-11-24 10:01:49 -05:00
billettc 7a8d2663be added token-meta to slnc. still missing the program ID to be completed 2020-11-24 09:58:28 -05:00
billettc d7226cdc7b added ping message so ws client do not get disconnected from the server
added address public key in programResult
change some lock and unlock call timing
2020-11-24 08:43:37 -05:00
billettc 4d145fe4e8 get spl token owner output 2020-11-23 12:49:49 -05:00
billettc edffba3c57 add more detail spl-token with string decoding 2020-11-23 12:39:34 -05:00
billettc 6d569262ea spl-token with string decoding 2020-11-23 12:17:51 -05:00
billettc 58bade271a added `token` program structs and decoding code 2020-11-23 11:12:02 -05:00
billettc 5fa02f1541 New text decoder
New decode use into get transactions
2020-11-20 14:24:07 -05:00
billettc eb1b3801e3 instructions not associated with a decoder are now printed as `raw` instruction 2020-11-19 08:10:03 -05:00
billettc 965d5a64c0 added get transaction cli cmd with decoded instruction for serum and system. 2020-11-18 16:45:59 -05:00
billettc 0a7c9bc30b remove most of the remaining struc ref 2020-11-13 09:21:00 -05:00
Julien Cassis 60094b7456 remove slnc dependancy 2020-11-11 08:21:44 -05:00
billettc adfd8f2142 move graphql server to dfuse-solana 2020-11-10 10:45:08 -05:00
billettc 5f67ae0ec1 serving static stuff 2020-11-10 08:48:24 -05:00
billettc 86727110c5 serving graphql endpoint. still need to serve static stuff 2020-11-10 08:26:54 -05:00
Alexandre Bourget 213c43e79e Added license ot files 2020-11-09 13:09:50 -05:00
Alexandre Bourget ebfd186d9c Standardize the cobra experience `list` and g`et` 2020-11-09 13:08:05 -05:00
Alexandre Bourget 3f637ad08b Updtaed README 2020-11-09 13:04:48 -05:00
Alexandre Bourget 85c240e786 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	cmd/slnc/cmd/serum_get_market.go
2020-11-09 13:00:06 -05:00
Alexandre Bourget 0002874950 Added hard-coded token mints.
Shuffle around the commands on `slnc`.
Better decoding, better reading of data.
Simplified API
2020-11-09 12:59:24 -05:00
Julien Cassis ad01c9c279 Added serum market depth 2020-11-09 11:41:32 -05:00
Julien Cassis d7342642f2 disabled vault cmd 2020-11-09 10:46:28 -05:00
Julien Cassis c7dac4508d Added rice box market 2020-11-09 10:44:50 -05:00
Julien Cassis 4c73617d79 properly decode serum price and quantity 2020-11-09 10:03:33 -05:00
billettc c5ca166c30 move slnc under cmd package 2020-11-09 08:00:35 -05:00
Alexandre Bourget a6f173be91 First draft of a `slnc` client, similar to `eosc`.
First draft of the `token` state reading/writing implementation.
2020-07-31 16:34:44 -04:00
Alexandre Bourget abb3e991fa First draft of a Solana client. 2020-07-31 12:17:36 -04:00