mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
les: log disconnect reason when light server is not synced (#20643)
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
55bc97775a
commit
9b1277fd58
68
to-merge.txt
68
to-merge.txt
@ -286,71 +286,3 @@ Date: Mon Oct 28 19:59:07 2019 +0800
|
||||
|
||||
core, eth: implement eth/65 transaction fetcher
|
||||
|
||||
commit dcffb7777fc2978cf1bb243f1ebdaa5f75d1e542
|
||||
Author: winsvega <dimitry@ethereum.org>
|
||||
Date: Tue Feb 11 10:54:05 2020 +0100
|
||||
|
||||
cmd/geth retesteth: add eth_getBlockByHash (#20621)
|
||||
|
||||
commit 8694d14e655a20d70e51b7c4605d63d53de8d351
|
||||
Author: chabashilah <doumodoumo@gmail.com>
|
||||
Date: Tue Feb 11 18:52:51 2020 +0900
|
||||
|
||||
signer: add bytes32 as valid primitive (#20609)
|
||||
|
||||
commit 172f7778fe498c383e0bdb234aaac4f61d4a2512
|
||||
Author: Adam Schmideg <adamschmideg@users.noreply.github.com>
|
||||
Date: Tue Feb 11 09:48:58 2020 +0100
|
||||
|
||||
rpc: add error when call result parameter is not addressable (#20638)
|
||||
|
||||
commit 34bb132b108e0c17c079d6b24524c2958306a009
|
||||
Author: AmitBRD <60668103+AmitBRD@users.noreply.github.com>
|
||||
Date: Sun Feb 9 15:50:44 2020 -0500
|
||||
|
||||
graphql: add transaction signature values (#20623)
|
||||
|
||||
The feature update allows the GraphQL API endpoint to retrieve
|
||||
transaction signature R,S,V parameters.
|
||||
|
||||
Co-authored-by: amitshah <amitshah0t7@gmail.com>
|
||||
Co-authored-by: Felix Lange <fjl@twurst.com>
|
||||
|
||||
commit 675f4e75b868289993fa2cb9eb543532a3c80610
|
||||
Author: Nick Ward <wardnick@protonmail.com>
|
||||
Date: Sun Feb 9 20:18:47 2020 +0400
|
||||
|
||||
README.md: update evm usage example (#20635)
|
||||
|
||||
commit 4a231cd951faaf011cdec8fdde66a948b637718e
|
||||
Author: Martin Holst Swende <martin@swende.se>
|
||||
Date: Fri Feb 7 10:44:32 2020 +0100
|
||||
|
||||
internal/ethapi: return non-null "number" for pending block (#20616)
|
||||
|
||||
Fixes: #20587, ethereum/web3.py#1572
|
||||
|
||||
commit 976a0f5558e20ed7cb7ba2cd68d7429d1ef01db9
|
||||
Author: Felix Lange <fjl@twurst.com>
|
||||
Date: Wed Feb 5 15:29:59 2020 +0100
|
||||
|
||||
cmd/devp2p: fix Route53 TXT record splitting (#20626)
|
||||
|
||||
For longer records and subtree entries, the deployer created two
|
||||
separate TXT records. This doesn't work as intended because the client
|
||||
will receive the two records in arbitrary order. The fix is to encode
|
||||
longer values as "string1""string2" instead of "string1", "string2".
|
||||
This encoding creates a single record on AWS Route53.
|
||||
|
||||
commit a1313b5b1e9713e7e10f5ef29b7981c9c49d688b
|
||||
Author: Martin Holst Swende <martin@swende.se>
|
||||
Date: Tue Feb 4 13:02:38 2020 +0100
|
||||
|
||||
trie: make hasher parallel when number of changes are large (#20488)
|
||||
|
||||
* trie: make hasher parallel when number of changes are large
|
||||
|
||||
* trie: remove unused field dirtyCount
|
||||
|
||||
* trie: rename unhashedCount/unhashed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user