Commit graph

13026 commits

Author SHA1 Message Date
Wenbiao Zheng
d6ed2f67a8 eth, node, trie: fix minor typos (#16802) 2018-05-24 15:55:20 +03:00
Péter Szilágyi
54294b45b1
Merge pull request #16803 from karalabe/trie-avoid-funccall
trie: cleaner logic, one less func call
2018-05-24 15:54:00 +03:00
Péter Szilágyi
d31802312a
trie: cleaner logic, one less func call 2018-05-24 13:46:45 +03:00
AnilChinchawale
dd02e14d42 updated MAKEFILE 2018-05-24 15:53:49 +05:30
AnilChinchawale
797cddd01f updated FLAGS.GO 2018-05-24 15:52:03 +05:30
AnilChinchawale
88fe0a6d9d updated USAGE.GO 2018-05-24 15:48:47 +05:30
AnilChinchawale
9b96842bfe updated TESTDATA 2018-05-24 15:46:50 +05:30
AnilChinchawale
a686a3dc05 updated RUN_TEST.GO 2018-05-24 15:44:23 +05:30
AnilChinchawale
5e07884497 updated MONITORCMD.GO 2018-05-24 15:39:43 +05:30
AnilChinchawale
840fcb171c updated MISCCMD.GO 2018-05-24 15:35:58 +05:30
AnilChinchawale
875820f769 updated MAIN.GO 2018-05-24 15:32:23 +05:30
AnilChinchawale
deb0903922 updated GENESIS_TEST.GO 2018-05-24 15:28:59 +05:30
AnilChinchawale
bd58746a7e updated CONSOLECMD.GO 2018-05-24 15:21:10 +05:30
AnilChinchawale
19c8fa1aad updated DAO_TEST.GO 2018-05-24 15:17:31 +05:30
AnilChinchawale
bf041d1d7b updated CONSOLECMD_TEST.GO 2018-05-24 15:13:39 +05:30
AnilChinchawale
d1111a0be2 updated CONSOLECMD.GO 2018-05-24 15:03:05 +05:30
AnilChinchawale
f1abd2fdea updated CONFIG.GO 2018-05-24 14:54:31 +05:30
AnilChinchawale
821f8915a1 updated BUGCMD.GO 2018-05-24 14:51:13 +05:30
AnilChinchawale
4a23b8c7ea updated ACCOUNTCMD_TEST.GO 2018-05-24 14:49:12 +05:30
AnilChinchawale
ff6c5425c0 created NEW GENESIS_TEST.GO 2018-05-24 14:27:03 +05:30
AnilChinchawale
cb8cf5b662 updated XDC WITH NEW MODE 2018-05-24 14:25:25 +05:30
AnilChinchawale
5d7c5ef101 updated XDC WITH NEW MODE 2018-05-24 14:23:51 +05:30
Ryan Schneider
55b579e02c core: use a wrapped map to remove contention in TxPool.Get. (#16670)
* core: use a wrapped `map` and `sync.RWMutex` for `TxPool.all` to remove contention in `TxPool.Get`.

* core: Remove redundant `txLookup.Find` and improve comments on txLookup methods.
2018-05-23 15:55:42 +03:00
Abel Nieto
be22ee8dda core/vm: fix typo in instructions.go (#16788) 2018-05-23 15:02:10 +03:00
Péter Szilágyi
56de337e57
Merge pull request #16722 from karalabe/trie-iterator-proofs
trie: support proof generation from the iterator
2018-05-23 13:51:09 +03:00
Péter Szilágyi
c934c06cc1
trie: support proof generation from the iterator 2018-05-23 13:02:20 +03:00
gary rong
fbf57d53e2 core/types: convert status type from uint to uint64 (#16784) 2018-05-23 11:10:24 +03:00
AnilChinchawale
e81137d533 updated XDC 2018-05-22 14:22:19 +05:30
AnilChinchawale
398c1c0eaf updated CMD 2018-05-22 14:19:03 +05:30
AnilChinchawale
2a16337460 ACCOUNTCMD.GO 2018-05-22 14:15:32 +05:30
gary rong
6ce21a4744 vendor, ethdb: print warning log if leveldb is performing compaction (#16766)
* vendor: update leveldb package

* ethdb: print warning log if db is performing compaction

* ethdb: update annotation and log
2018-05-22 11:12:52 +03:00
AnilChinchawale
1269bea37d updated MAIN.GO 2018-05-22 13:16:10 +05:30
AnilChinchawale
a8477a1d57 updated CONFIG.GO 2018-05-22 13:14:28 +05:30
AnilChinchawale
7ac52b7950 updated MODULE_WALLET.GO 2018-05-22 13:11:37 +05:30
AnilChinchawale
21dcd34b75 updated MODULE_NODE.GO 2018-05-22 13:09:03 +05:30
AnilChinchawale
6003d4726b updated FAUCET.GO 2018-05-22 13:04:29 +05:30
AnilChinchawale
16f2bf33e1 updated CI.GO 2018-05-22 13:02:05 +05:30
AnilChinchawale
77a88447a0 updated VERSION.GO> 2018-05-24 12:17:42 +05:30
kiel barry
9af364e42b node: all golint warnings fixed (#16773)
* node: all golint warnings fixed

* node: rm per peter

* node: rm per peter
2018-05-22 10:29:41 +03:00
kiel barry
09d44247f7 log: fixes for golint warnings (#16775) 2018-05-22 10:28:43 +03:00
AnilChinchawale
47b6857d3b refactor from geth to XDC on make file 2018-05-22 12:08:15 +05:30
kiel barry
0fe47e98c4 trie: fixes to comply with golint (#16771) 2018-05-21 23:41:31 +03:00
Péter Szilágyi
415969f534
Merge pull request #16769 from karalabe/async-broadcasts
eth: propagate blocks and transactions async
2018-05-21 13:42:25 +03:00
Péter Szilágyi
d9cee2c172
eth: propagate blocks and transactions async 2018-05-21 11:32:42 +03:00
Péter Szilágyi
ab6bdbd9b0
Merge pull request #16758 from hadv/fix/typos
Fix some typos in comment code and output log
2018-05-19 19:40:55 +03:00
Péter Szilágyi
953b5ac015
Merge pull request #16720 from rjl493456442/PreTxsEvent
all: collate new transaction events together
2018-05-19 19:39:28 +03:00
hadv
f2fdb75dd9
core, consensus: fix some typos in comment code and output log 2018-05-19 15:44:36 +07:00
Péter Szilágyi
f9c456e02d
Merge pull request #16753 from karalabe/go-1.10.2
travis, appveyor: bump Go release to 1.10.2
2018-05-18 13:18:54 +03:00
Péter Szilágyi
579bd0f9fb
travis, appveyor: bump Go release to 1.10.2 2018-05-18 12:24:04 +03:00
Péter Szilágyi
49719e21bc
core, eth: minor txpool event cleanups 2018-05-18 12:08:24 +03:00