Commit graph

9581 commits

Author SHA1 Message Date
greg
83c9fc2d50 remove log 2018-04-15 21:52:45 -04:00
greg
830c48b630
Merge pull request #2 from ShyftNetwork/store-transactions
Store transactions
2018-04-15 21:41:05 -04:00
greg
c2bf700bfb Clean up code, add error checks for most functions 2018-04-15 21:39:38 -04:00
greg
abd663a6b7 Succesfully get ALL TX from the db 2018-04-15 21:15:40 -04:00
Tim Williams
950a95bb5b
Merge pull request #1 from ShyftNetwork/write-block-hash-to-db
Write block hash to db
2018-04-15 18:43:48 -04:00
Tim Williams
d1c117c525 write block hash to db and be able to query it 2018-04-15 18:35:27 -04:00
greg
309c57d39e Tx succesfully stored to db 2018-04-15 17:20:47 -04:00
greg
a2d713137c Removed logs 2018-04-15 16:29:22 -04:00
greg
9c547c6c78 stuffs for tim 2018-04-15 16:07:06 -04:00
Tim Williams
64367817a8 fix merge conflict 2018-04-15 15:53:05 -04:00
Tim Williams
35ef1746b6 cherry-pciked update db config settings 2018-04-15 15:51:12 -04:00
greg
156348b459 succesfully found the contract address
"
2018-04-15 15:41:16 -04:00
greg
358f6a8aaf add loop to send transactions 2018-04-14 12:14:36 -04:00
greg
17bbad3d9b remove miner logs 2018-04-14 11:31:14 -04:00
greg
486d8bbb81 cherry-picked simulation scripts 2018-04-14 11:28:02 -04:00
Tim Williams
68b124382a add a few test files 2018-04-14 11:23:37 -04:00
greg
cfa2588c9d last commit didnt have the data 2018-04-13 17:38:36 -04:00
greg
8607a79e87 Cusotm shyft explorer package created 2018-04-13 17:37:59 -04:00
greg
aa9af18947 Merge branch 'shyft/greg' of github.com:ShyftNetwork/shyft_go-ethereum into shyft/greg 2018-04-13 16:25:54 -04:00
Tim Williams
ec7775d2c8 instantiate a new db with the same config as the chaindata db but without data 2018-04-13 16:24:37 -04:00
Tim Williams
fcc66a59ea add in dummy code 2018-04-13 16:17:26 -04:00
greg
a8def3f34f add helpful logs 2018-04-13 16:06:25 -04:00
greg
4b1611619f remove shyftData dir 2018-04-13 12:49:47 -04:00
greg
0a827df8a2 Set helpful logs and started shyft db functions 2018-04-13 12:49:31 -04:00
priom
cb959675fc removed hardcoded home path and added dynamic home path 2018-03-27 16:29:17 -04:00
Chris
e2efc7b99f [ fixed issue I'd caused ] 2018-03-20 20:55:12 -04:00
Chris
0d4e1b8d6f [ more shyft basic config ] 2018-03-20 18:26:21 -04:00
Chris
08b2092540 [ semi functional parity <-> geth ] 2018-03-18 21:36:16 -04:00
Chris
bc0e39c7c9 [ added networks file ] 2018-03-15 22:02:15 -04:00
hydai
a063876749 core/asm: fixed typo (labal -> label) (#16313) 2018-03-14 11:59:06 +02:00
Péter Szilágyi
62bc179bb9
Merge pull request #16310 from karalabe/websocket-request-limits
rpc: enforce the 128KB request limits on websockets too
2018-03-13 14:35:18 +02:00
Péter Szilágyi
555f42cfd8
rpc: enforce the 128KB request limits on websockets too 2018-03-13 13:55:26 +02:00
Anton Evangelatov
6a2d2869f6 github: more information bot configuration (#16298) 2018-03-12 10:56:59 +02:00
Felföldi Zsolt
1488fdaf19 cmd/utils: fix maxpeers vs lightpeers logic (#16125) 2018-03-09 11:55:03 +02:00
gary rong
77da203547 eth: update higest block we know during the sync if a higher was found (#16283)
* eth: update higest block we know during the sync if a higher was found

* eth: avoid useless sync in fast sync
2018-03-09 11:51:30 +02:00
Péter Szilágyi
307846d046
Merge pull request #16287 from razum2um/master
Allow any vhost for wallet deployed by puppeth
2018-03-09 11:06:18 +02:00
Péter Szilágyi
38e2071df8
Merge pull request #16289 from jeffwalsh/remove-add-std-arg
common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21
2018-03-09 11:05:09 +02:00
Jeffery Robert Walsh
a25561dfb4
common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21 2018-03-08 18:05:56 -08:00
Vlad Bokov
52697fb1b2
cmd/puppeth: allow any vhost in wallet 2018-03-09 00:02:31 +07:00
Péter Szilágyi
b2f53f9621
Merge pull request #16128 from karalabe/go1.10
travis, Dockerfile, appveyor, build: bump to Go 1.10
2018-03-08 17:26:14 +02:00
Péter Szilágyi
669aba8e2c
travis, Dockerfile, appveyor, build: bump to Go 1.10 2018-03-08 16:34:26 +02:00
Kurkó Mihály
39c16c8a1e cmd, ethdb, vendor: integrate leveldb iostats (#16277)
* cmd, dashboard, ethdb, vendor: send iostats to dashboard

* ethdb: change names

* ethdb: handle parsing errors

* ethdb: handle iostats syntax error

* ethdb: r -> w
2018-03-08 14:59:00 +02:00
Martin Holst Swende
4871e25f5f core/vm: optimize eq, slt, sgt and iszero + tests (#16047)
* vm: optimize eq, slt, sgt and iszero + tests

* core/vm: fix error in slt/sgt, found by vmtests. Added testcase

* core/vm: make slt/sgt cleaner
2018-03-08 14:48:19 +02:00
Péter Szilágyi
85d5f2c661
Merge pull request #16285 from karalabe/fix-resend-optional-param
internal/ethapi: make resent gas params optional
2018-03-08 12:52:38 +02:00
Péter Szilágyi
28ef23f446
internal/ethapi: make resent gas params optional 2018-03-08 12:29:42 +02:00
Kurkó Mihály
704840a8ad cmd, dashboard: use webpack dev server, remove custom assets (#16263)
* cmd, dashboard: remove custom assets, webpack dev server

* dashboard: yarn commands, small fixes
2018-03-08 10:22:21 +02:00
Péter Szilágyi
3ec1b9a92d
Merge pull request #16275 from karalabe/bump-duktape
vendor: bump duktape to get rid of build warning
2018-03-07 16:29:31 +02:00
Péter Szilágyi
fc1f3f2618
vendor: bump duktape to get rid of build warning 2018-03-07 14:47:09 +02:00
Mark
cddb529d70 accounts/abi: normalize method name to a camel-case string (#15976) 2018-03-07 14:34:53 +02:00
Kyuntae Ethan Kim
63687f04e4 core: check transaction/receipt count match when reconstructing blocks (#16272) 2018-03-07 12:05:14 +02:00