Smilenator
40a2c52397
eth/fetcher: reuse variables for hash and number ( #16819 )
2018-05-29 10:57:08 +03:00
Mohanson
a9c6ef6905
ethereum: fix a typo in FilterQuery{} ( #16827 )
...
Fix a spelling mistake in comment
2018-05-29 10:44:06 +03:00
AnilChinchawale
c095cc3e6f
FIX TYPO
2018-05-28 16:17:11 +05:30
Péter Szilágyi
ccc0debb63
VERSION, params: begin 1.8.10 release cycle
2018-05-28 13:01:20 +03:00
Péter Szilágyi
ff9b14617e
params: release go-ethereum v1.8.9
2018-05-28 12:58:22 +03:00
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