41b7745529
Merge pull request #15288 from karalabe/trie-hash-benchmark
...
trie: make hasher benchmark meaningful post-caches
2017-10-13 15:50:05 +03:00
a5fcaa55ac
trie: make hasher benchmark meaningful post-caches
2017-10-13 11:22:38 +03:00
0ed4d76c79
Merge pull request #15275 from mcdee/master
...
core/types: fix test for TransactionsByPriceAndNonce
2017-10-13 10:51:22 +03:00
4b5e797288
Merge pull request #15287 from ernestodeltoro/typo_thoretical
...
ethash: fix typo
2017-10-13 10:47:48 +03:00
2e83c82f80
ethash: fix typo
2017-10-13 01:13:52 -04:00
a5330fe0c5
accounts/abi: include fixed array size in offset for dynamic type
2017-10-12 10:58:53 -04:00
8d8034fe59
Merge pull request #15269 from karalabe/puppeth-dumb-ip-filtering
...
cmd/puppeth: use dumb textual IP filtering
2017-10-12 13:46:57 +03:00
fd0e7b1c67
Merge pull request #15280 from terasum/master
...
miner: fix typo
2017-10-12 13:46:29 +03:00
e9382c6e9f
miner: fix typo
2017-10-12 10:19:23 +08:00
c599b78f62
core/types: fix test for TransactionsByPriceAndNonce
2017-10-11 11:35:44 +01:00
ad44475231
Merge pull request #14785 from Arachnid/downloaddb
...
cmd: Added support for downloading to another DB instance
2017-10-11 13:10:18 +03:00
35767dfd0c
cmd, eth: separate out FakePeer for future reuse
2017-10-10 15:52:11 +03:00
345332906c
cmd: Added support for copying data to another DB instance
2017-10-10 15:52:10 +03:00
cefeb58598
event: fix typo ( #15270 )
2017-10-10 14:11:15 +02:00
b45cc0c9e8
cmd/puppeth: use dumb textual IP filtering
2017-10-10 12:35:09 +03:00
3680cd5926
params: explain EIP150Hash ( #15237 )
2017-10-10 10:56:33 +02:00
d3beff7e20
consensus/clique: add fork hash enforcement ( #15236 )
2017-10-10 10:54:47 +02:00
40a3856af9
eth/fetcher: check the origin of filter tasks ( #14975 )
...
* eth/fetcher: check the origin of filter task
* eth/fetcher: add some details to fetcher logs
2017-10-10 11:53:05 +03:00
89860f4197
swarm/fuse: return amount of data written if the file exists ( #15261 )
...
If the file already existed, the WriteResponse.Size was being set
as the length of the entire file, not just the amount that was
written to the existing file.
Fixes #15216
2017-10-09 12:45:30 +02:00
88b1db7288
accounts/keystore: scan key directory without locks held ( #15171 )
...
The accountCache contains a file cache, and remembers from
scan to scan what files were present earlier. Thus, whenever
there's a change, the scan phase only bothers processing new
and removed files.
2017-10-09 12:40:50 +02:00
7a045af05b
whisper/whisperv5: set filter SymKeyHash on creation ( #15165 )
2017-10-06 16:04:21 +02:00
36243c7ed8
internal/web3ext: make whisper v5 methods work ( #15111 )
2017-10-06 15:53:29 +02:00
1ae0411d41
swarm/api: fixed 404 handling on missing default entry ( #15139 )
2017-10-06 15:45:54 +02:00
d54e3539d4
p2p/nat: delete port mapping before adding ( #15222 )
...
Fixes #1024
2017-10-06 13:39:47 +02:00
5df0b240ae
eth: fix typo ( #15252 )
2017-10-06 12:55:18 +02:00
605c2b261f
mobile: fix variadic argument expansion
2017-10-05 21:08:14 +03:00
4bc60e3aa8
Merge pull request #15241 from karalabe/puppeth-fork-management
...
cmd/puppeth: support managing fork block in the chain config
2017-10-05 19:40:25 +03:00
eb9abbd3f2
Merge pull request #15248 from karalabe/update-liner
...
vendor: update liner to fix docker and mips bugs
2017-10-05 16:45:13 +03:00
41d361565b
vendor: update liner to fix docker and mips bugs
2017-10-05 15:57:33 +03:00
edba5e9854
cmd/puppeth: support managing fork block in the chain config
2017-10-04 12:15:58 +03:00
c0a1f1c907
params, VERSION: v1.7.2 unstable
2017-10-03 19:19:37 +02:00
0510164145
params: v1.7.1 stable
v1.7.1
2017-10-03 19:18:39 +02:00
629b5837e9
core: revert invalid block dedup code ( #15235 )
2017-10-03 18:59:53 +02:00
c2d93ded35
Merge pull request #15232 from karalabe/macos-usbhw-fixes
...
accounts/usbwallet: handle bad interface number on macOS
2017-10-03 13:14:18 +03:00
8d126a4981
accounts/usbwallet: handle bad interface number on macOS
2017-10-03 12:45:45 +03:00
f4c49bc0f0
Merge pull request #15030 from rjl493456442/expose_vm_failed
...
internal, accounts, eth: utilize vm failed flag to help gas estimation
2017-10-02 16:23:21 +03:00
d347656280
Merge pull request #15224 from karalabe/byzantium-block-numbers
...
cmd/puppeth, params: enable Byzantium on all networks
2017-10-02 15:40:54 +03:00
94903d572b
internal, accounts, eth: utilize vm failed flag to help gas estimation
2017-10-02 15:26:40 +03:00
f86c4177d5
Merge pull request #15042 from rjl493456442/receipt_rpc
...
internal/ethapi: add status code to receipt rpc return
2017-10-02 14:41:10 +03:00
7e9e3a134b
core/types, internal: swap Receipt.Failed to Status
2017-10-02 14:04:22 +03:00
7514e8a24d
cmd/puppeth, params: enable Byzantium on all networks
2017-10-02 13:01:40 +03:00
a31835c8b4
internal/ethapi: add status code to receipt rpc return
2017-10-02 11:42:53 +03:00
d78ad226c2
ethclient, mobile: add TransactionSender ( #15127 )
...
* core/types: make Signer derive address instead of public key
There are two reasons to do this now: The upcoming ethclient signer
doesn't know the public key, just the address. EIP 208 will introduce a
new signer which derives the 'entry point' address for transactions with
zero signature. The entry point has no public key.
Other changes to the interface ease the path make to moving signature
crypto out of core/types later.
* ethclient, mobile: add TransactionSender
The new method can get the right signer without any crypto, and without
knowledge of the signature scheme that was used when the transaction was
included.
2017-10-01 11:03:28 +02:00
a660685746
tests: add ethash difficulty tests ( #15191 )
2017-09-27 15:30:41 +02:00
2ab2a9f131
core/bloombits, eth/filters: handle null topics ( #15195 )
...
When implementing the new bloombits based filter, I've accidentally broke null
topics by removing the special casing of common.Hash{} filter rules, which
acted as the wildcard topic until now.
This PR fixes the regression, but instead of using the magic hash
common.Hash{} as the null wildcard, the PR reworks the code to handle nil
topics during parsing, converting a JSON null into nil []common.Hash topic.
2017-09-27 12:14:52 +02:00
860e697b00
Merge pull request #15208 from ayeowch/fix-typo
...
cmd/geth: fix --password typo
2017-09-27 11:01:38 +03:00
f3c9585f2e
cmd/geth: fix --password typo
2017-09-27 10:28:26 +10:00
229bf51f0d
Merge pull request #15181 from fjl/state-revert-log-index
...
core/state: revert log index when removing logs
2017-09-26 17:11:46 +03:00
2ee885958b
p2p: snappy encoding for devp2p (version bump to 5) ( #15106 )
...
* p2p: snappy encoding for devp2p (version bump to 5)
* p2p: remove lazy decompression, enforce 16MB limit
2017-09-26 16:54:49 +03:00
2b4a5f2677
internal/ethapi: remove code duplication around tx sending ( #15158 )
2017-09-25 10:38:42 +02:00