|
.github
|
removed issue template
|
2018-04-04 18:26:57 +05:30 |
|
accounts
|
new blocksigner contract
|
2018-10-23 11:29:46 +05:30 |
|
bmt
|
all: use gometalinter.v2, fix new gosimple issues (#15650)
|
2017-12-12 19:05:47 +01:00 |
|
build
|
remove unused files in build/
|
2018-10-24 15:10:14 +05:30 |
|
cmd
|
crypto/bn256: fix issues caused by Go 1.11
|
2018-11-09 17:58:40 +05:30 |
|
common
|
fix error panic in func RemoveItemFromArray
|
2018-11-09 10:59:55 +05:30 |
|
compression
|
convert update M1 method from async to sync
|
2018-11-02 12:14:43 +05:30 |
|
consensus
|
fix error double validation
|
2018-11-09 16:42:45 +05:30 |
|
console
|
FIX TYPO
|
2018-05-28 16:17:11 +05:30 |
|
containers/docker
|
containers: drop vagrant support, noone's maintaining it
|
2018-03-14 13:23:40 +02:00 |
|
contracts
|
fix error duplicate nonce when fetcher insert multi blocks
|
2018-11-09 18:15:13 +05:30 |
|
core
|
Fixed unit test for new m2 block header.
|
2018-11-09 16:29:54 +05:30 |
|
crypto
|
add go1.11, remove go1.9
|
2018-11-06 12:33:45 +05:30 |
|
dashboard
|
fix reduce change code
|
2018-10-31 11:14:32 +05:30 |
|
docker
|
maxpeers, not maxpeer
|
2018-11-09 11:01:34 +05:30 |
|
eth
|
remove useless code
|
2018-11-09 18:20:59 +05:30 |
|
ethclient
|
all: switch gas limits from big.Int to uint64
|
2018-01-03 14:45:35 +02:00 |
|
ethdb
|
cmd: export preimages in RLP, support GZIP, uniform with block export
|
2018-03-26 14:08:01 +03:00 |
|
ethstats
|
omit ethstats weird warning msg
|
2018-10-24 14:14:58 +05:30 |
|
event
|
event: fix datarace between Subscribe and Send
|
2017-10-20 14:42:19 +03:00 |
|
genesis
|
change devnet network id 90
|
2018-11-02 16:43:26 +05:30 |
|
internal
|
fix maximum 100 % finality
|
2018-11-09 18:10:38 +05:30 |
|
les
|
Fixed test problem when change config MaxBlockFetch in downloader.
|
2018-10-29 13:21:37 +05:30 |
|
light
|
light: new CHT for ropsten (#16393)
|
2018-03-27 10:09:15 +03:00 |
|
log
|
log: fix megacheck warnings
|
2017-08-07 13:40:05 +03:00 |
|
metrics
|
metrics: fix flaky Example metrics test (#16222)
|
2018-03-01 19:55:31 +02:00 |
|
miner
|
fix error deadlocked master node
|
2018-11-09 17:17:50 +05:30 |
|
mobile
|
whisper: some components are still using v5, switch to v6
|
2018-03-22 15:48:52 +01:00 |
|
node
|
fix reduce change code
|
2018-10-31 11:14:32 +05:30 |
|
p2p
|
extend max peer per node to 200
|
2018-11-09 17:06:14 +05:30 |
|
params
|
Fixed unit test for new m2 block header.
|
2018-11-09 16:29:54 +05:30 |
|
rlp
|
rlp: fix string size check in readKind (#15625)
|
2017-12-11 22:47:10 +01:00 |
|
rpc
|
Disable function send transaction with rpc
|
2018-10-30 18:33:50 +05:30 |
|
swarm
|
Fixed unit test for new m2 block header.
|
2018-11-09 16:29:54 +05:30 |
|
tests
|
Fixed unit test for penalty feature.
|
2018-11-07 10:46:09 +05:30 |
|
trie
|
metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910)
|
2018-02-23 11:56:08 +02:00 |
|
vendor
|
crypto/bn256: fix issues caused by Go 1.11
|
2018-11-09 17:58:40 +05:30 |
|
whisper
|
whisper: fix issue in topic list copy (#16381)
|
2018-03-27 17:26:08 +02:00 |
|
.dockerignore
|
dockerignore, internal/build: forward correct git folder
|
2017-11-12 22:52:41 +02:00 |
|
.gitattributes
|
.gitattributes: add
|
2015-08-06 17:18:59 +02:00 |
|
.gitignore
|
add validator voting smart contract
|
2018-08-02 12:22:27 +05:30 |
|
.gitmodules
|
updated .gitmodules
|
2018-07-15 16:50:30 +05:30 |
|
.mailmap
|
all: update license information (#16089)
|
2018-02-14 13:49:11 +01:00 |
|
appveyor.yml
|
travis, Dockerfile, appveyor, build: bump to Go 1.10
|
2018-03-08 16:34:26 +02:00 |
|
AUTHORS
|
all: update license information (#16089)
|
2018-02-14 13:49:11 +01:00 |
|
circle.yml
|
circleci: enable docker based hive testing
|
2016-07-15 16:07:34 +03:00 |
|
COPYING
|
all: update license information
|
2015-07-07 14:12:44 +02:00 |
|
COPYING.LESSER
|
all: update license information
|
2015-07-07 14:12:44 +02:00 |
|
Dockerfile
|
Add new pipeline for bootnode binary
|
2018-10-23 12:08:12 +05:30 |
|
Dockerfile.bootnode
|
refactor bootnode docker
|
2018-11-02 15:53:21 +05:30 |
|
Dockerfile.node
|
Update node image verbosity
|
2018-11-03 17:20:50 +05:30 |
|
interfaces.go
|
all: switch gas limits from big.Int to uint64
|
2018-01-03 14:45:35 +02:00 |
|
Makefile
|
clean up Makefile
|
2018-10-24 14:55:32 +05:30 |
|
README.md
|
updated LINKS ON README
|
2018-05-06 10:33:23 +05:30 |