- May 30, 2018
-
-
kiel barry authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: fix transaction event asynchronicity
-
Péter Szilágyi authored
-
- May 29, 2018
-
-
Wenbiao Zheng authored
This removes a golint warning: type name will be used as trie.TrieSync by other packages, and that stutters; consider calling this Sync. In hexToKeybytes len(hex) is even and (even+1)/2 == even/2, remove the +1.
-
Péter Szilágyi authored
core/vm: fix typo in comment
-
kimmylin authored
-
Dmitry Shulyak authored
-
Abel Nieto authored
-
kiel barry authored
This commit adds many comments and removes unused code. It also removes the EmptyHash function, which had some uses but was silly.
-
Andrea Franz authored
Fixes #16756
-
Smilenator authored
-
Mohanson authored
Fix a spelling mistake in comment
-
- May 28, 2018
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- May 24, 2018
-
-
Wenbiao Zheng authored
-
Péter Szilágyi authored
trie: cleaner logic, one less func call
-
Péter Szilágyi authored
-
- May 23, 2018
-
-
Ryan Schneider authored
* 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.
-
Abel Nieto authored
-
Péter Szilágyi authored
trie: support proof generation from the iterator
-
Péter Szilágyi authored
-
gary rong authored
-
- May 22, 2018
-
-
gary rong authored
* vendor: update leveldb package * ethdb: print warning log if db is performing compaction * ethdb: update annotation and log
-
kiel barry authored
* node: all golint warnings fixed * node: rm per peter * node: rm per peter
-
kiel barry authored
-
- May 21, 2018
-
-
kiel barry authored
-
Péter Szilágyi authored
eth: propagate blocks and transactions async
-
Péter Szilágyi authored
-
- May 19, 2018
-
-
Péter Szilágyi authored
Fix some typos in comment code and output log
-
Péter Szilágyi authored
all: collate new transaction events together
-
hadv authored
-
- May 18, 2018
-
-
Péter Szilágyi authored
travis, appveyor: bump Go release to 1.10.2
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
rjl493456442 authored
-
- May 17, 2018
-
-
Felix Lange authored
This applies spec changes from ethereum/EIPs#1049 and adds support for pluggable identity schemes. Some care has been taken to make the "v4" scheme standalone. It uses public APIs only and could be moved out of package enr at any time. A couple of minor changes were needed to make identity schemes work: - The sequence number is now updated in Set instead of when signing. - Record is now copy-safe, i.e. calling Set on a shallow copy doesn't modify the record it was copied from.
-
- May 14, 2018
-
-
Péter Szilágyi authored
travis: try to upgrade android builder to trusty
-
Péter Szilágyi authored
-