Commit graph

9524 commits

Author SHA1 Message Date
dinhln89
0d59fa3408 Add feature calculate reward for signers at checkpoint block. 2018-06-06 15:36:03 +07:00
dinhln89
2085e02f2c Add config epoch for puppeth cli. 2018-06-05 11:21:56 +07:00
dinhln89
fdcd97950d Fixed parse signer address using ecrecover and add reward for signer not using coinbase value. 2018-06-04 16:17:38 +07:00
Tuna
f7e72f2ed2
Merge pull request #28 from ngtuna/masternode1
Masternode takes turn to create block
2018-06-01 12:02:43 +07:00
Tuna
d91e00e170 reuse Clique voting strategy for now, leave header.Coinbase empty 2018-06-01 10:05:56 +07:00
Tuna
789e03f167 block 1 - all masternodes race to create 2018-06-01 10:02:06 +07:00
Tuna
cfdde4333e golint fix 2018-06-01 10:02:06 +07:00
Tuna
5494d3a7d0 masternode takes turn (circle) to propose block 2018-06-01 09:59:46 +07:00
Tuna
15764a32dd
Merge pull request #30 from ngtuna/fix-import-cycle
fix import cycle
2018-06-01 09:57:10 +07:00
Tuna
90ceb82c9c fix unittests 2018-05-31 17:35:45 +07:00
Tuna
0ae49c74fa fix import cycle 2018-05-31 16:34:17 +07:00
Tuna
a546ae74bd gofmt 2018-05-25 16:02:11 +07:00
Tuna
48ea492578
Merge pull request #18 from ngtuna/dynamic-validator
use channel listenning to checkpoint
2018-05-22 18:05:54 +07:00
Tuna
ce3e641085 use cross-package channel listenning to checkpoint 2018-05-22 17:45:09 +07:00
Tuna
302d2d9e16
Merge pull request #17 from ngtuna/dynamic-validator
revise validator set every epoch
2018-05-21 14:35:48 +07:00
Tuna
b11297c0b9 cover cases: node up & down, checkpoint or not 2018-05-21 14:32:07 +07:00
Tuna
0a3aeb7102 check mining permission every epoch block + 1 2018-05-18 16:28:56 +07:00
Tuna
ee4379f007
Merge pull request #16 from ngtuna/non-zero-coinbase
allow non-zero coinbase in block header
2018-05-16 23:51:57 +07:00
Tuna
034f773b6b allow non-zero coinbase in block header 2018-05-16 23:25:28 +07:00
Tuna
f6bb19de74
Merge pull request #13 from ngtuna/miner-validator
fix bug: only cancel mining mode, keep node alive
2018-05-16 11:04:15 +07:00
Tuna
0953671747 fix bug: only cancel mining mode, keep node alive 2018-05-16 11:01:45 +07:00
Tuna
ca4470cc58
Merge pull request #12 from ngtuna/miner-validator
check miner == validator
2018-05-15 11:24:23 +07:00
Tuna
f1cf546def correct chain, header params 2018-05-15 10:54:52 +07:00
Tuna
304f116b0d add validation in front of mining 2018-05-14 18:12:05 +07:00
Tuna
e163d0d9e3
Merge pull request #6 from ngtuna/customized-block-reward
customize block reward for poa
2018-04-11 15:49:32 +07:00
Tuna
a8fb4ed8f3 add block reward to clique config 2018-04-11 14:38:59 +07:00
Tuna
16009f940c temporary set block reward 2018-04-11 14:38:33 +07:00
Tuna
1c0b07411c
Merge pull request #7 from ngtuna/gofmt
add gofmt to Makefile
2018-04-11 09:33:10 +07:00
Tuna
ff4d6e3c7b add gofmt to Makefile 2018-04-11 00:31:55 +07:00
Tuna
d422510cf1
Merge pull request #5 from ngtuna/travis-ci
enable travis-ci
2018-04-10 17:48:31 +07:00
Tuna
a29caba063 fix typo 2018-04-10 16:57:24 +07:00
Tuna
a9b8b7a8bb refactor geth to tomo 2018-04-09 17:53:16 +07:00
Tuna
06a895578a add badget to README 2018-04-09 16:59:45 +07:00
Tuna
6fe8faa2e9 add notification to slack 2018-04-09 16:54:47 +07:00
Tuna
6e4209f879 remove Azure uploader 2018-04-09 16:48:43 +07:00
Tuna
83f3b7aacf remove issue template 2018-04-03 11:45:08 +07:00
Tuna
c3fbc24012 refresh README 2018-03-28 21:05:07 +07:00
Jia Chenhui
1a8894b3d5 core/state: uniform parameter style (#16398)
- Uniform code style.
2018-03-28 09:26:37 +03:00
Guillaume Ballet
80449719bd
whisper: fix issue in topic list copy (#16381)
- Fixes #16271. What was appeneded was a pointer to
an object that changes during the iteration.
- The topic is allocated as a 4-byte array, fill partial topics
with 0s. Partial topics are currently disabled, but would
crash as they rely on the presence of byte number 3.
2018-03-27 17:26:08 +02:00
Felföldi Zsolt
45bd4fedde light: new CHT for ropsten (#16393) 2018-03-27 10:09:15 +03:00
Péter Szilágyi
d763e20d55
Merge pull request #16394 from hydai/fix_typo
core/vm: Fixed typos in core/vm/interpreter.go
2018-03-27 10:08:58 +03:00
hydai
6134990709
core/vm: Fixed typos in core/vm/interpreter.go 2018-03-27 12:29:04 +08:00
Felix Lange
85ea9159d0 params, VERSION: v1.8.4 unstable 2018-03-26 18:09:56 +02:00
Felix Lange
329ac18ef6 params: v1.8.3 stable 2018-03-26 18:09:06 +02:00
Felix Lange
89cc604a50 light: new mainnet CHT (#16390) 2018-03-26 18:02:12 +03:00
Guillaume Ballet
cf799e5eaa
whisper: switch all remaining components from v5 to v6 2018-03-26 16:36:14 +02:00
Péter Szilágyi
c053f1146d
Merge pull request #16388 from hydai/fix_comments
core/vm: Fixed typos
2018-03-26 17:05:35 +03:00
hydai
c3dc814fea
core/vm: Fixed typo in core/vm/evm.go 2018-03-26 21:40:00 +08:00
Zhenguo Niu
db9b2f5405 cmd/puppeth: add constraints to network name (#16336)
* cmd/puppeth: add constraints to network name

* cmd/puppeth: update usage of network arg

* cmd/puppeth: avoid package dependency on utils
2018-03-26 15:21:20 +03:00
Felix Lange
e9b5e22ad1 rpc: limit chunked requests (#16343) 2018-03-26 14:46:37 +03:00