Nguyen Sy Thanh Son
|
8d792ac9f2
|
Update wizard_genesis.go
|
2018-12-06 17:43:56 +07:00 |
|
DinhLN
|
f68cf0c35b
|
Fixed foundation balance to 16m.
|
2018-12-06 17:37:41 +07:00 |
|
DinhLN
|
c2d1dfc9d4
|
Fixed genesis for add team MSW contract.
|
2018-12-04 16:23:58 +07:00 |
|
DinhLN
|
2afd4bf5cd
|
Fixed golint.
|
2018-11-06 11:40:47 +07:00 |
|
DinhLN
|
127306f078
|
Add MultiSigWallet SMC.
|
2018-11-06 09:56:21 +07:00 |
|
Nguyen Sy Thanh Son
|
61f70d07b1
|
add validation to randomize smc
|
2018-10-20 04:37:00 +00:00 |
|
Nguyen Ba Tam
|
21935f85e5
|
decode again value from rlp
|
2018-08-18 16:51:27 +07:00 |
|
Nguyen Sy Thanh Son
|
48f8d911d8
|
Merge branch 'master' of github.com:tomochain/tomochain
|
2018-08-17 10:04:36 +00:00 |
|
Nguyen Sy Thanh Son
|
d059257895
|
prepare testnet genesis
|
2018-08-17 10:04:23 +00:00 |
|
DinhLN
|
98eecdca1b
|
Fixed default for foundation wallet address at puppeth.
|
2018-08-17 16:28:29 +07:00 |
|
DinhLN
|
206c2cab4d
|
Fixed move foundation wallet address to genesis config.
|
2018-08-17 11:03:40 +07:00 |
|
Nguyen Ba Tam
|
22254c17d5
|
update genesis.Config.Clique.Epoch = genesis.Config.Clique.RewardCheckpoint = epochNumber
|
2018-08-17 10:37:04 +07:00 |
|
Nguyen Ba Tam
|
879c3283d5
|
update genesis.Config.Clique.Epoch = genesis.Config.Clique.RewardCheckpoint = epochNumber
|
2018-08-17 10:37:04 +07:00 |
|
Nguyen Ba Tam
|
a4b77b62e6
|
update default 1 epoch = 900 blocks and gap = 450
|
2018-08-17 10:36:49 +07:00 |
|
Nguyen Ba Tam
|
a9302bd70d
|
fix text 2. Posv -> 2. Clique
|
2018-08-17 10:36:27 +07:00 |
|
Nguyen Ba Tam
|
6bae36b4d5
|
Making posv as a separate package
|
2018-08-17 10:36:27 +07:00 |
|
Nguyen Sy Thanh Son
|
b409d09cb4
|
update upstream, tomo validator contract
|
2018-08-07 04:05:56 +00:00 |
|
Tuna
|
3442205b15
|
move gap into genesis config
|
2018-07-31 11:52:12 +07:00 |
|
Nguyen Sy Thanh Son
|
908385b31d
|
update block signer with epochNumber
|
2018-07-27 08:55:38 +00:00 |
|
Nguyen Sy Thanh Son
|
2cfae3e48a
|
merge upstream
|
2018-07-27 08:15:21 +00:00 |
|
Nguyen Ba Tam
|
217f52e19e
|
update epoch in genesis
|
2018-07-26 16:03:18 +07:00 |
|
Nguyen Sy Thanh Son
|
92af755d52
|
simplify randomize smart contract
|
2018-07-18 11:03:54 +00:00 |
|
Nguyen Sy Thanh Son
|
724d3f5043
|
fix issue with address of smc
|
2018-07-18 07:49:39 +00:00 |
|
Nguyen Sy Thanh Son
|
b75916339b
|
add smart contract randomize blocksigner
|
2018-07-17 09:16:01 +00:00 |
|
Nguyen Sy Thanh Son
|
66b1e8ad50
|
fix unit test, safe cancel context
|
2018-07-16 06:44:51 +00:00 |
|
Nguyen Sy Thanh Son
|
dd353d6bb5
|
add option genesis generator for POSV
|
2018-07-12 10:06:00 +00:00 |
|
dinhln89
|
7b74ed6bf5
|
Fixed minor warning of go lint and rename checkpoint config parameter.
|
2018-06-06 18:16:47 +07:00 |
|
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 |
|
Tuna
|
a8fb4ed8f3
|
add block reward to clique config
|
2018-04-11 14:38:59 +07:00 |
|
Tuna
|
a9b8b7a8bb
|
refactor geth to tomo
|
2018-04-09 17:53:16 +07: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 |
|
Vlad Bokov
|
52697fb1b2
|
cmd/puppeth: allow any vhost in wallet
|
2018-03-09 00:02:31 +07:00 |
|
Saulius Grigaitis
|
c41f1a3e23
|
puppeth: fix Parity Chain Spec parameter GasLimitBoundDivision (#16188)
|
2018-02-27 12:56:51 +02:00 |
|
Martin Holst Swende
|
44d40ffce1
|
core, vm, common: define constantinople fork + shift (#16045)
* core, vm, common: define constantinople fork, start implementation of shift instructions
* vm: more testcases
* vm: add tests for intpool erroneous intpool handling
* core, vm, common: fix constantinople review concerns
* vm: add string<->op definitions for new opcodes
|
2018-02-23 12:32:57 +02:00 |
|
Nilesh Trivedi
|
085d3fbf72
|
cmd/puppeth: Don't allow hyphen in network name. Fixes #16155
|
2018-02-22 00:23:50 +05:30 |
|
Péter Szilágyi
|
12dab53495
|
cmd/puppeth: unify discv4 and discv5 ports
|
2018-02-12 16:27:53 +02:00 |
|
Péter Szilágyi
|
6f69cdd109
|
all: switch gas limits from big.Int to uint64
|
2018-01-03 14:45:35 +02:00 |
|
Péter Szilágyi
|
e4aa882ec5
|
cmd/puppeth: fix faucet 502 error due to non-exposed HTTP port
|
2017-12-21 17:25:42 +02:00 |
|
Zach
|
3da1bf8ca1
|
all: use gometalinter.v2, fix new gosimple issues (#15650)
|
2017-12-12 19:05:47 +01:00 |
|
Zoe Nolan
|
edc3e0efeb
|
cmd/puppeth: fix typo in comment (#15539)
* cmd: fix typo in comment
* cmd/puppeth: tiny comment fixup
|
2017-11-24 10:58:28 +02:00 |
|
Péter Szilágyi
|
a3a2c6b0d9
|
cmd/puppeth: fix typos and review suggestions
|
2017-11-23 14:22:59 +02:00 |
|
Péter Szilágyi
|
b169a309f9
|
cmd/puppeth: fix unconvert linters
|
2017-11-21 15:13:08 +02:00 |
|
Péter Szilágyi
|
7f40ae7876
|
cmd/puppeth: switch over to upstream alltools docker image
|
2017-11-21 15:09:40 +02:00 |
|
Péter Szilágyi
|
327dcd3622
|
cmd/faucet, cmd/puppeth: drop GitHub support at official request
|
2017-11-21 15:09:39 +02:00 |
|
Péter Szilágyi
|
ffc12f63ec
|
cmd/puppeth: simplifications and pre-built docker images
|
2017-11-21 15:09:39 +02:00 |
|
Péter Szilágyi
|
80be5e5463
|
cmd/puppeth: store genesis locally to persist restarts
|
2017-11-21 15:09:38 +02:00 |
|
Péter Szilágyi
|
7abf968d6f
|
cmd/puppeth: skip genesis custom extra-data
|
2017-11-21 15:09:37 +02:00 |
|
Péter Szilágyi
|
6eb38e02a8
|
cmd/puppeth: fix dashboard iframes, extend with new services
|
2017-11-21 15:09:36 +02:00 |
|
Péter Szilágyi
|
51a86f61be
|
cmd/faucet: protocol relative websockets, noauth mode
|
2017-11-21 15:09:36 +02:00 |
|