Commit graph

9681 commits

Author SHA1 Message Date
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
Nguyen Sy Thanh Son
0d7583ea31 updatp contract, return old code 2018-05-31 08:46:54 +00: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
Nguyen Sy Thanh Son
bcfce2af3d merge upstream 2018-05-03 04:05:41 +00:00
Nguyen Sy Thanh Son
51bac6108a update list of voters 2018-04-24 08:27:10 +00:00
Nguyen Sy Thanh Son
101b4e3840 update smart contract following new consensus 2018-04-19 03:48:18 +00:00
Nguyen Sy Thanh Son
d9ef1c4b90 correct test log 2018-04-17 07:38:49 +00:00
Nguyen Sy Thanh Son
246d187294 get candidates list 2018-04-17 07:23:26 +00:00
Nguyen Sy Thanh Son
53e2f7cd46 add deploy script and test 2018-04-16 12:04:27 +00:00
Nguyen Sy Thanh Son
29a7cf8f2b update validator smart contract 2018-04-13 09:29:15 +00: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
Nguyen Sy Thanh Son
1d24f2f33d add validator contract 2018-04-10 10:30:39 +00: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
Nguyen Sy Thanh Son
43b0d1a20e add support vim 2018-04-09 10:42:58 +00:00
Nguyen Sy Thanh Son
6bb48ccf45 Merge branch 'master' of github.com:tomochain/tomochain 2018-04-09 10:11:46 +00: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
Felix Lange
c3cd2003a4
cmd/geth: remove unused import 2018-04-03 17:10:12 +02:00
Nguyen Sy Thanh Son
2832a8059a geth: remove relOracle variable 2018-04-03 16:08:53 +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
Felix Lange
a095b84ec5 travis.yml: remove sudo requirement for PPA and Azure purge builders (#16404)
This is supposed to fix the FTP upload issue according to
travis-ci/travis-ci#9391.
2018-03-28 15:35:41 +03: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