Commit graph

8800 commits

Author SHA1 Message Date
Luke Williams
50cf965107 ubqhash/algorithm: if epoch >= uip1Epoch 2019-03-01 19:22:52 +01:00
Julian Yap
f2953a2eae Implement Ubqhash cache generation 2019-02-28 23:36:25 -08:00
Julian Yap
3880d00a4a Remove unused file 2019-02-28 23:35:37 -08:00
Julian Yap
5eed07a5af Add vendor/golang.org/x/crypto/blake2b 2019-02-26 00:32:16 -08:00
Julian Yap
4b8e9d115c Remove unused vendor/golang.org/x/crypto/blake2s 2019-02-26 00:31:52 -08:00
Julian Yap
453569f55f vendor: github.com/rjeczalik/notify update to master. Make some nils zero on Go 1.11+ 2019-02-25 23:16:58 -08:00
Julian Yap
5252cd8e78 Rename ethash to ubqhash 2019-02-25 22:13:38 -08:00
Luke Williams
0c5076ae91 tests/block_test_util: ethash -> ubqhash 2019-02-25 19:13:04 +01:00
Luke Williams
6e718ed3de update default genesis blocks 2019-02-23 16:57:25 +01:00
Luke Williams
d70b34d02b update networkIds 2019-02-23 16:43:37 +01:00
Luke Williams
cd945e0815 update genesis_alloc 2019-02-23 16:35:27 +01:00
Julian Yap
771c41d228 Rename some files to fix build 2019-02-22 22:39:07 -08:00
Julian Yap
4476a33616 Remove unused references to Rinkeby network 2019-02-22 22:34:48 -08:00
Julian Yap
61733adbfc Fix reference to fdlimit 2019-02-22 22:29:37 -08:00
Julian Yap
cffbc0d774 Remove unused references to Rinkeby network 2019-02-22 22:25:06 -08:00
Julian Yap
dd26d632e3 Remove unused file 2019-02-22 22:18:45 -08:00
Luke Williams
ad4709660a eth/handler: remove import consensus/misc (unused) 2019-02-23 03:49:54 +01:00
Luke Williams
97c3a0f712 eth/db_upgrade: refactor for deduplicate data (txLookups) 2019-02-23 03:47:46 +01:00
Luke Williams
d2c30c6ad2 internal/ethapi/api: refactor for txLookups 2019-02-23 01:53:56 +01:00
Luke Williams
763d4f52b1 miner/worker: remove import consensus/misc (unused) 2019-02-23 01:48:02 +01:00
Luke Williams
251bcba7c9 core/database_util: refactor for txLookups 2019-02-23 01:46:32 +01:00
Luke Williams
03cd248c7b core/state_processor: remove import consensus/misc (unused) 2019-02-23 01:23:33 +01:00
Luke Williams
b2e4107c09 core/chain_makers: remove import consensus/misc (unused); remove call to MakeChainConfig (legacy function) in GenerateChain() 2019-02-23 01:22:16 +01:00
Luke Williams
7929785333 core/blockchain: remove import sort (unused), remove medianTimeBlocks (declared in headerchain 2019-02-23 01:17:31 +01:00
Luke Williams
b75f3a1b07 ubqhash/consensus: import log; pass chain, not chain.Config to CalcDifficulty from Prepare() 2019-02-23 01:13:05 +01:00
Luke Williams
b24cb69231 refactor diff algos & block rewards 2019-02-23 01:06:21 +01:00
Luke Williams
9e11ab28cd blockchain: WriteTransactions,WriteReceipts -> WriteTxLookupEntries 2019-02-22 05:33:53 +01:00
Luke Williams
9aa4a39940 refactor calcPastMedianTime 2019-02-22 05:24:49 +01:00
Luke Williams
bd4b1ebf96 update default chain configs 2019-02-22 04:58:16 +01:00
Luke Williams
7ca02d4b07 downloader/import: calcPastMedianTime/Flux compatibility fix 2019-02-22 04:41:47 +01:00
Julian Yap
fabeb277ae Merge remote-tracking branch 'upstream/release/1.6' into release/2.1 2019-02-21 17:18:29 -08:00
Julian Yap
b4f94ada24 Version 2.0.2 2019-02-20 15:52:06 -08:00
Julian Yap
86938e2b66 cmd/utils: max out the OS file allowance, don't cap to 2K
Backport: ethereum/go-ethereum#18211
2019-02-04 00:22:48 -08:00
Julian Yap
3dfc821701 vendor: update leveldb 2018-12-12 23:42:11 -08:00
Julian Yap
4e283a442b eth: Lower bound 4 on number of peers to broadcast new blocks 2018-12-12 23:28:45 -08:00
Julian Yap
b3ca61eb73 accounts/abi/bind: stop using goimports in the binding generator 2018-12-12 23:20:12 -08:00
Julian Yap
7697a1cbb9 appveyor: bump to Go 1.11.2 2018-12-12 22:57:48 -08:00
Julian Yap
4400b65045 Update Travis build 2018-12-12 22:55:01 -08:00
Julian Yap
8847b15438 vendor: update github.com/karalabe/hid 2018-12-12 22:44:17 -08:00
Julian Yap
f983a239a1 Version 2.0.1 2018-10-19 01:26:58 -07:00
Julian Yap
46e448a027 Implement UIP1 hard fork. Replace Ethash with Ubqhash 2018-10-19 01:24:57 -07:00
Julian Yap
29de894d53 Upgrade vendor package github.com/rjeczalik/notify to build with Go 1.11+ 2018-08-25 01:58:43 -07:00
Julian Yap
806b56b5ab all: import "context" instead of "golang.org/x/net/context" 2018-07-28 00:20:56 -10:00
Julian Yap
d9d9df5511 Version 1.5.14 2018-07-27 20:04:42 -10:00
Julian Yap
eeb08cca19 Fix GetTransaction 2018-07-27 19:54:08 -10:00
Julian Yap
83f9d4da6d Version 1.5.13 2018-07-25 09:49:59 -10:00
Julian Yap
22a0cb694c Add bootnodes 2018-07-25 09:43:49 -10:00
Julian Yap
f50ee41c4a core: remove unused events 2018-07-04 00:18:06 -10:00
Julian Yap
949fec0808 internal/ethapi: drop eth_compile 2018-07-03 23:33:50 -10:00
Julian Yap
f0992e40b2 Backport: core: remove redundant storage of transactions and receipts 2018-07-03 12:48:03 -10:00