7 Rebase Geth 1.7.0
Ewetumo Alexander edited this page 2017-10-31 15:12:18 +01:00

Branch: status/1.7.0-stable

List of commits

Commit status values:

  • - commited
  • - not needed
  • ⚠️ - to investigate
SHA Comment Status Comments
5f08767 whisper v2; key management methods; WhisperEnabled flag skipped as we support Whisper V5 only
e976b1e accounts: support for extended/HD Keys ImportExtendedKey found in status-go
b939a56 internal, eth, les: StatusBackend introduced most of the code is not needed as we removed the transaction queue
6a653d5 light: fix txpool signer not needed, it's fixed in upstream
f8e4d3a swarm: fixes to run swarm w/i Status node not needed; we will revise swarm in the future milestones
454faf1 whisper: ver.5 adapted for status-go required
33c54bf status: better in-code documentation required but be careful as some methods in StatusBackend does not exist anymore
c7eb4dd build, containers: geth, swarm, wnode may be required
b01495a light: CHT root updated outdated, not needed
433ab1 whisper: push notification service needed but might be outdated by newer code
887d500 status: refactoring (linters added on status-go side) not needed, outdated
a81a39e rebase fixes needed
7b9e516 containers: geth:dev updated to 0.9.7 needed
fa1a75a les: WriteTrustedCht method exposed needed
0c9fcd1 txqueue: fix deadlock on enqueue not needed; txqueue got removed
1c06c68 node: expose in-proc server (for CallRPC) not needed
f533a48 txqueue: make sure that panics are logged not needed
80fcb22 rebase: fixes after rebasing 1.6.7 not needed
82b369136 whisper v5; Add DeliveryServer Allows tracking of message delivery state
198930 whisper v5; Fixed logic issue with delivery message method Fixes traceDelivery method bug
05ba0b whisper v5; Add timestamp to MessateState Adds timestamps for message delivery notifications