Eugene Valeyev
bfdc0fa362
mobile: fix FilterLogs ( #15418 )
...
All logs in the FilterLog return value would be the same object
because the for loop captured the pointer to the iteration variable.
7 years ago
gluk256
9f7cd75682
whisper/whisperv6: initial commit (clone of v5) ( #15324 )
7 years ago
Jim McDonald
0131bd6ff9
core: respect price bump threshold ( #15401 )
...
* core: allow price bump at threshold
* core: test changes to allow price bump at threshold
* core: reinstate tx replacement test underneath threshold
* core: minor test failure message cleanups
7 years ago
Péter Szilágyi
dd8a62683e
Merge pull request #15398 from ferhatelmas/core-swarm-typo
...
core, swarm: typo fixes
7 years ago
ferhat elmas
07e8c177e7
core, swarm: typo fixes
7 years ago
Felföldi Zsolt
8d434f6a6f
les, core/bloombits: post-LES/2 fixes ( #15391 )
...
* les: fix topic ID
* core/bloombits: fix interface conversion
7 years ago
Péter Szilágyi
6dafec0666
Merge pull request #15389 from mcdee/rlpdump
...
cmd/rlpdump: allow hex input to have leading '0x'
7 years ago
Jim McDonald
3e6d7c169b
cmd/rlpdump: allow hex input to have leading '0x'
7 years ago
Péter Szilágyi
0095531a58
core, eth, les: fix messy code ( #15367 )
...
* core, eth, les: fix messy code
* les: fixed tx status test and rlp encoding
* core: add a workaround for light sync
7 years ago
Felföldi Zsolt
ca376ead88
les, light: LES/2 protocol version ( #14970 )
...
This PR implements the new LES protocol version extensions:
* new and more efficient Merkle proofs reply format (when replying to
a multiple Merkle proofs request, we just send a single set of trie
nodes containing all necessary nodes)
* BBT (BloomBitsTrie) works similarly to the existing CHT and contains
the bloombits search data to speed up log searches
* GetTxStatusMsg returns the inclusion position or the
pending/queued/unknown state of a transaction referenced by hash
* an optional signature of new block data (number/hash/td) can be
included in AnnounceMsg to provide an option for "very light
clients" (mobile/embedded devices) to skip expensive Ethash check
and accept multiple signatures of somewhat trusted servers (still a
lot better than trusting a single server completely and retrieving
everything through RPC). The new client mode is not implemented in
this PR, just the protocol extension.
7 years ago
Péter Szilágyi
6d6a5a9337
cmd, consensus, core, miner: instatx clique for --dev ( #15323 )
...
* cmd, consensus, core, miner: instatx clique for --dev
* cmd, consensus, clique: support configurable --dev block times
* cmd, core: allow --dev to use persistent storage too
7 years ago
Anton Markelov
ea5f2da39a
README: add docker RPC access docs ( #15362 )
7 years ago
Péter Szilágyi
479aa61f11
Merge pull request #15343 from karalabe/txpool-replacement-propagation
...
core: fire tx event on replace, expand tests
7 years ago
Péter Szilágyi
0af1ab0c86
core: avoid warning when loading the transaction journal
7 years ago
Péter Szilágyi
65738c1eb3
event: fix datarace between Subscribe and Send
7 years ago
Péter Szilágyi
0e7d019e0e
core: fire tx event on replace, expand tests
7 years ago
Péter Szilágyi
eaa4f8a5f9
Merge pull request #15344 from karalabe/ubuntu=artful
...
build: start shipping Ubuntu Artful Aardvark binaries
7 years ago
Martin Holst Swende
0900aae412
cmd/evm: print stateroot in evm utility ( #15341 )
7 years ago
Péter Szilágyi
ba2201981a
build: start shipping Ubuntu Artful Aardvark binaries
7 years ago
baizhenxuan
eea996e4e1
whisper/shhclient: fix Version return type ( #15306 )
7 years ago
Péter Szilágyi
2ab7fe8982
Merge pull request #15313 from karalabe/puppeth-nongithub-faucet
...
cmd/faucet: support twitter, google+ and facebook auth too
7 years ago
Péter Szilágyi
5d2c947060
cmd/faucet: dynamic funding progress and visual feedback
7 years ago
Sumit Sarin
e5c19b6f98
README: fix typo ( #15312 )
7 years ago
RJ Catalano
dec8bba9d4
accounts/abi: improve type handling, add event support ( #14743 )
7 years ago
Péter Szilágyi
7f7abfe4d1
cmd/faucet: proper error handling all over
7 years ago
Péter Szilágyi
0bb194c956
cmd/faucet: support twitter, google+ and facebook auth too
7 years ago
Péter Szilágyi
e9295163aa
VERSION, params: start 1.7.3 release cycle
7 years ago
Péter Szilágyi
1db4ecdc0b
params: bump to 1.7.2 stable
7 years ago
Péter Szilágyi
fdb3bd287e
Merge pull request #15298 from karalabe/stack-then-readonly
...
core/vm: check opcode stack before readonly enforcement
7 years ago
Péter Szilágyi
a91e682234
core/vm: check opcode stack before readonly enforcement
7 years ago
Péter Szilágyi
41b7745529
Merge pull request #15288 from karalabe/trie-hash-benchmark
...
trie: make hasher benchmark meaningful post-caches
7 years ago
Péter Szilágyi
a5fcaa55ac
trie: make hasher benchmark meaningful post-caches
7 years ago
Péter Szilágyi
0ed4d76c79
Merge pull request #15275 from mcdee/master
...
core/types: fix test for TransactionsByPriceAndNonce
7 years ago
Péter Szilágyi
4b5e797288
Merge pull request #15287 from ernestodeltoro/typo_thoretical
...
ethash: fix typo
7 years ago
Ernesto del Toro
2e83c82f80
ethash: fix typo
7 years ago
Péter Szilágyi
8d8034fe59
Merge pull request #15269 from karalabe/puppeth-dumb-ip-filtering
...
cmd/puppeth: use dumb textual IP filtering
7 years ago
Péter Szilágyi
fd0e7b1c67
Merge pull request #15280 from terasum/master
...
miner: fix typo
7 years ago
terasum
e9382c6e9f
miner: fix typo
7 years ago
Jim McDonald
c599b78f62
core/types: fix test for TransactionsByPriceAndNonce
7 years ago
Péter Szilágyi
ad44475231
Merge pull request #14785 from Arachnid/downloaddb
...
cmd: Added support for downloading to another DB instance
7 years ago
Péter Szilágyi
35767dfd0c
cmd, eth: separate out FakePeer for future reuse
7 years ago
Nick Johnson
345332906c
cmd: Added support for copying data to another DB instance
7 years ago
Jia Chenhui
cefeb58598
event: fix typo ( #15270 )
7 years ago
Péter Szilágyi
b45cc0c9e8
cmd/puppeth: use dumb textual IP filtering
7 years ago
Péter Szilágyi
3680cd5926
params: explain EIP150Hash ( #15237 )
7 years ago
Péter Szilágyi
d3beff7e20
consensus/clique: add fork hash enforcement ( #15236 )
7 years ago
Miya Chen
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
7 years ago
Darrel Herbst
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
7 years ago
Martin Holst Swende
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.
7 years ago
Guillaume Ballet
7a045af05b
whisper/whisperv5: set filter SymKeyHash on creation ( #15165 )
7 years ago