Commit Graph

52 Commits

Author SHA1 Message Date
billettc eb1b3801e3 instructions not associated with a decoder are now printed as `raw` instruction 2020-11-19 08:10:03 -05:00
billettc 638620d64d Merge branch 'master' of github.com:dfuse-io/solana-go
# Conflicts:
#	serum/instruction.go
2020-11-18 16:53:31 -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 57107bb989 moved AccountSettable to solana interface. 2020-11-18 08:39:50 -05:00
Julien Cassis c4868dd564 fix set accounts interface... for the LAST TIME 2020-11-17 18:14:21 -05:00
Julien Cassis 3d0443cf4d fix interface 2020-11-17 18:07:33 -05:00
billettc ef7e72b53e fix bin= to bin: tag syntax 2020-11-17 17:58:46 -05:00
billettc 730acc74a1 Merge branch 'master' of github.com:dfuse-io/solana-go 2020-11-17 15:35:37 -05:00
billettc bc2c9fbd56 fix bin= to bin: tag syntax 2020-11-17 15:35:28 -05:00
Julien Cassis 63e2f71274 fix set account inerface 2020-11-17 15:30:45 -05:00
billettc 2f2a32f497 bump binary to fix instruction decoding 2020-11-17 15:18:39 -05:00
Julien Cassis 68f8c70fc2 skip bin accountst to serum instruction 2020-11-17 13:58:24 -05:00
Julien Cassis bba400d165 added account keys for serum 2020-11-17 13:27:57 -05:00
billettc 037c9c5803 added Decode and DecodeFromBase64 func to Event 2020-11-17 08:24:59 -05:00
billettc 062f5eba8d added Filled and Side func to Event 2020-11-17 07:54:55 -05:00
billettc ff602fdde9 Merge branch 'master' of github.com:dfuse-io/solana-go 2020-11-17 07:15:12 -05:00
billettc b18ae61fda now able to decode EvenQueues 2020-11-17 07:14:55 -05:00
Julien Cassis ec87d9570a move traceEnabled to logging.IsTraceEnabled 2020-11-16 13:39:07 -05:00
Julien Cassis e22f933858 Added dex instruction decoding 2020-11-13 12:55:14 -05:00
Julien Cassis 1e94cdfca2 added serum test and cleaned up struc 2020-11-13 09:52:17 -05:00
Julien Cassis 58d341cd8a added serum test and cleaned up struc 2020-11-13 09:52:17 -05:00
billettc bbcd748c32 all test are passing 2020-11-13 08:39:04 -05:00
billettc c0ad8c7d66 Merge branch 'master' of github.com:dfuse-io/solana-go
# Conflicts:
#	go.sum
#	rpc/types.go
2020-11-12 17:59:45 -05:00
billettc 6a8456717b replace struc by dfuse bin. Some test are failing 2020-11-12 17:57:43 -05:00
Julien Cassis 37d477eadf Added parsed transaction support 2020-11-11 14:39:57 -05:00
billettc b8e0e98c65 added decode func to OrderBook 2020-11-11 08:39:35 -05:00
billettc 5f67ae0ec1 serving static stuff 2020-11-10 08:48:24 -05:00
Francois Proulx ea20128c9c Adding dist to ignore 2020-11-09 13:36:18 -05:00
Alexandre Bourget 213c43e79e Added license ot files 2020-11-09 13:09:50 -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
Francois Proulx ea7c7dc68e Fixing gorelease setup 2020-11-09 11:38:40 -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
Julien Cassis e0cb398213 Added uint128 support 2020-11-07 21:30:28 -05:00
Julien Cassis 889b7f66e9 cleaned up readme and spl mint 2020-11-06 20:03:49 -05:00
Julien Cassis 7825271d30 fix mint layout 2020-11-06 17:55:11 -05:00
Julien Cassis 964b116c5d Added market price conversation functions 2020-11-06 17:55:11 -05:00
Alexandre Bourget f71b312bee Market and Markets 2020-11-06 17:18:33 -05:00
Alexandre Bourget d2c309c185 Fetch orderbook from the CLI 2020-11-06 17:05:24 -05:00
Julien Cassis b88026d792 Added base and quote mint to market 2020-11-06 17:02:52 -05:00
Julien Cassis a7fe8080ae added market meta 2020-11-06 16:52:19 -05:00
Julien Cassis 3c5e5c1e2c added market support 2020-11-06 16:40:05 -05:00
Julien Cassis fc10df5cb9 moves slnc cmds to solana-go 2020-11-06 16:31:18 -05:00
Alexandre Bourget 1728e735f5 Fix it 2020-11-06 16:14:55 -05:00
Alexandre Bourget e01bec9eae Decode orders. 2020-11-06 16:13:32 -05:00
Alexandre Bourget 3aa871386e First working variant for SystemInstructions, pretty hard-coded for now. 2020-11-06 16:13:17 -05:00
Julien Cassis 77cc3c9e7a Added order book iterator 2020-11-06 13:18:04 -05:00
Julien Cassis bd885c98ff added serum types 2020-11-06 11:47:26 -05:00