Commit graph

57 commits

Author SHA1 Message Date
Dustin Brickwood
7368ea7cd0 detail looks for blocks completed 2018-05-15 17:07:21 -04:00
Dustin Brickwood
0938ddad8f detailed block info included 2018-05-15 14:39:18 -04:00
Dustin Brickwood
537b76b060 recording tx reciepts and wip updating contract address in tables 2018-05-14 16:05:59 -04:00
Dustin Brickwood
b80109e093 routes fixing 2018-05-12 17:13:50 -04:00
Dustin Brickwood
00b02b0524 fixed existing endpoints 2018-05-11 17:07:00 -04:00
Dustin Brickwood
1e2df20db6 account nonce, txfee successfully writing to db 2018-05-11 16:26:36 -04:00
Dustin Brickwood
7f70a3e769 fixed issues as per merge comments 2018-05-11 10:51:10 -04:00
Dustin Brickwood
2e39356a71 updated GetBlock handlers for API 2018-05-10 16:55:02 -04:00
Dustin Brickwood
361841e460 added timestamp of blocks to postgres db 2018-05-10 15:19:24 -04:00
Dustin Brickwood
3f0cf00b65 added missing block fields and modified blocks table 2018-05-10 15:03:49 -04:00
Dustin Brickwood
af59e6aa54 added switch case if gen block alloc is found in db 2018-05-10 11:42:06 -04:00
Dustin Brickwood
d5d0e9fc4a cleaned up printlns 2018-05-09 16:56:54 -04:00
Dustin Brickwood
cb1f0db4a5 genesis block writing to db 2018-05-09 16:42:42 -04:00
Dustin Brickwood
1d93088980 changed start script for web socket access, modified writeBlock 2018-05-02 15:14:59 -04:00
Tim Williams
53247aaca4 fix conflicts 2018-04-26 16:30:01 -04:00
Tim Williams
8ae73e83c2 Merge branch 'shyftBlockExplorer' into dustin-accounts 2018-04-26 16:23:19 -04:00
Tim Williams
e5c2cd1eaf now allows contracts to be written as txes in the tx table 2018-04-26 13:37:34 -04:00
Dustin Brickwood
14b29696a3 modified write accounts 2018-04-24 13:12:58 -04:00
Dustin Brickwood
7e9aa2c8bd reformated response for all getter fns 2018-04-23 17:37:09 -04:00
Dustin Brickwood
84892a4a12 getter for single tx reformated 2018-04-23 13:14:40 -04:00
Dustin Brickwood
a4d1b39543 type change 2018-04-23 12:33:30 -04:00
Dustin Brickwood
de9228da27 getTransaction in place 2018-04-23 12:22:52 -04:00
Dustin Brickwood
d35259e1c5 write txs successfully writing to db 2018-04-23 11:44:39 -04:00
Dustin Brickwood
42301b32cc changed root dir 2018-04-23 10:46:12 -04:00
Dustin Brickwood
f72d64cdc5 getter fn for blocks working 2018-04-23 10:33:52 -04:00
Dustin Brickwood
6de8563ee2 cleaned up getBlock and getAllBlocks fns 2018-04-20 17:05:52 -04:00
Dustin Brickwood
668287603e getBlock and getAllBlocks successfully returning values to API 2018-04-20 17:00:45 -04:00
Dustin Brickwood
d989e42827 sending getAllBlocks to client successfully 2018-04-20 16:39:09 -04:00
Dustin Brickwood
18bc415b0d getAllBlocks logging arrays of SBlock 2018-04-20 16:24:51 -04:00
Dustin Brickwood
d826794404 getBlock written need to test 2018-04-20 13:57:57 -04:00
Dustin Brickwood
06197aa935 added gorilla mux to depenencies for the api 2018-04-20 10:37:34 -04:00
greg
4584f0732b succesful merge 2018-04-19 12:33:47 -04:00
greg
322b4d3a5b pre merge 2018-04-19 12:29:31 -04:00
Tim Williams
1363c69454 create initializing scripts for postgres tables and modify write block so it now writes to postgres 2018-04-17 21:41:45 -04:00
greg
4cebc6eb4a remove old commented code 2018-04-17 14:54:22 -04:00
greg
8c39e40d24 to and from balances supported 2018-04-16 20:39:16 -04:00
greg
f25f21603d add v1 mining reward balance update 2018-04-16 19:24:01 -04:00
greg
5f46c2d4a8 Tx getters return values 2018-04-16 16:08:08 -04:00
greg
45a2654ffd remove duplicate declaration 2018-04-16 14:48:28 -04:00
greg
c3aebc810d
Merge branch 'shyft/greg' into get-all-blocks-function 2018-04-16 14:47:24 -04:00
greg
fb55a79c0f add decoder and encoder to the tx 2018-04-16 14:44:03 -04:00
Tim Williams
37f48c0f73 getallblocks now returns a data structure 2018-04-16 14:37:08 -04:00
Tim Williams
0f7c72f669 add getalldocks fn 2018-04-16 13:47:46 -04:00
greg
c697b3d097 add custom tx method From() 2018-04-16 13:27:01 -04:00
greg
75e452e2d9 Merge branch 'shyft/greg' of github.com:ShyftNetwork/shyft_go-ethereum into tx-struct 2018-04-16 12:19:40 -04:00
greg
815733e866 pre merge 2018-04-16 12:19:27 -04:00
Tim Williams
0c4aaa8926 fix getBlock function 2018-04-16 12:11:39 -04:00
greg
651691f3c7 TX struct 2018-04-16 11:10:54 -04:00
greg
83c9fc2d50 remove log 2018-04-15 21:52:45 -04:00
greg
c2bf700bfb Clean up code, add error checks for most functions 2018-04-15 21:39:38 -04:00