Martin Michlmayr
732a20d468
all: fix typos in comments ( #21118 )
...
# Conflicts:
# accounts/abi/bind/backends/simulated.go
# cmd/puppeth/module_dashboard.go
# core/blockchain_test.go
# core/rawdb/chain_iterator.go
# core/state/snapshot/difflayer.go
# core/state/snapshot/iterator.go
# core/state/snapshot/iterator_fast.go
# core/state/snapshot/snapshot.go
# core/state/snapshot/wipe.go
# core/tx_pool.go
# les/clientpool.go
# les/peer.go
# mobile/doc.go
# trie/committer.go
# trie/database.go
2020-06-15 19:38:13 +03:00
Andrew Ashikhmin
33c28f7fac
[GC] uint256 rather than big.Int in Transaction ( #614 )
...
* uint256 in rlp
* uint256 rather than big.Int in Transation
* linters
* more linters
* still linters
* Reduce garbage in writeUint256
* Experiment with GC in writeByteArray
2020-06-04 08:43:08 +01:00
Igor Mandrigin
edcd16c7ab
post-merge fixups
2020-02-27 17:22:25 +03:00
Péter Szilágyi
748c8063a8
eth: rework tx fetcher to use O(1) ops + manage network requests
2020-02-27 17:21:20 +03:00
rjl493456442
34c43f7040
core, eth: implement eth/65 transaction fetcher
2020-02-27 17:21:20 +03:00