Commit graph

9548 commits

Author SHA1 Message Date
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
bd6acd8059
Merge pull request #17 from ShyftNetwork/dustin-accounts
Dustin accounts
2018-04-26 16:33:08 -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
greg
54ef16a341
Merge pull request #16 from ShyftNetwork/allow-contracts-to-be-written-to-tx
now allows contracts to be written as txes in the tx table
2018-04-26 16:12:33 -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
7af341640d Merge branch 'shyftBlockExplorer' of github.com:ShyftNetwork/shyft_go-ethereum into dustin-accounts 2018-04-24 13:13:26 -04:00
Dustin Brickwood
14b29696a3 modified write accounts 2018-04-24 13:12:58 -04:00
Tim Williams
f2f3ff8929
Merge pull request #15 from ShyftNetwork/dustin-accounts
Dustin accounts
2018-04-23 17:42:10 -04:00
Dustin Brickwood
7e9aa2c8bd reformated response for all getter fns 2018-04-23 17:37:09 -04:00
Tim Williams
3d67f9e818
Merge pull request #14 from ShyftNetwork/add-drop-tables
add drop table scripts
2018-04-23 16:37:27 -04:00
Tim Williams
94b4f29878 add drop table scripts 2018-04-23 13:18:52 -04:00
Dustin Brickwood
84892a4a12 getter for single tx reformated 2018-04-23 13:14:40 -04:00
Dustin Brickwood
419ceb4e10 Merge branch 'shyftBlockExplorer' into dustin-accounts 2018-04-23 12:35:52 -04:00
Dustin Brickwood
a4d1b39543 type change 2018-04-23 12:33:30 -04:00
Tim Williams
b4ecde074c
Merge pull request #13 from ShyftNetwork/shyftBlockExp
Shyft block exp
2018-04-23 12:33:18 -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
d995a67b9c updated tables 2018-04-23 11:31:32 -04:00
Tim Williams
d7fe05f305
Merge pull request #12 from ShyftNetwork/shyftBlockExp
Shyft block exp
2018-04-23 10:48:52 -04:00
Dustin Brickwood
048883c09a removed fmt prints 2018-04-23 10:47:57 -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
bb58ba3eec handlers pkg added to dependencies 2018-04-20 11:04:29 -04:00
Dustin Brickwood
06197aa935 added gorilla mux to depenencies for the api 2018-04-20 10:37:34 -04:00
Dustin Brickwood
9a33ad9f49 Merge branch 'shyftBlockExplorer' of github.com:ShyftNetwork/shyft_go-ethereum into shyftBlockExp 2018-04-20 10:25:30 -04:00
Dustin Brickwood
d974aad0d5 before pull 2018-04-20 10:25:06 -04:00
Tim Williams
e951c47db7
Merge pull request #11 from ShyftNetwork/add-lib-pq
add lib/pq to packages
2018-04-19 13:50:14 -04:00
Tim Williams
babc6a5a4b add lib/pq to packages 2018-04-19 13:49:25 -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
greg
e1bf6c7135
Merge pull request #10 from ShyftNetwork/switch-to-sql
create initializing scripts for postgres tables and modify write bloc…
2018-04-17 21:42:59 -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
Dustin Brickwood
21eaf052af fixed GetBlocks Handler 2018-04-17 09:33:20 -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
Tim Williams
da3abe13d6 fix issue with opening db file 2018-04-16 18:26:57 -04:00
Dustin Brickwood
8fb0603227 Merge branch 'shyft/greg' into shyftBlockExp 2018-04-16 17:20:25 -04:00
Tim Williams
dfa0d2a18e Merge branch 'shyft/greg' into shyftBlockExp 2018-04-16 16:36:58 -04:00
greg
7b3802a1b2
Merge pull request #8 from ShyftNetwork/tx-return
Tx getters return values
2018-04-16 16:09:50 -04:00
greg
5f46c2d4a8 Tx getters return values 2018-04-16 16:08:08 -04:00