Emit storage diffs during full sync to rpc subscription #13

Closed
opened 2019-09-13 17:48:57 +00:00 by rmulhol · 2 comments
rmulhol commented 2019-09-13 17:48:57 +00:00 (Migrated from github.com)

Hi there,

please note that this is an issue tracker reserved for bug reports and feature requests.

For general questions please use the gitter channel or the Ethereum stack exchange at https://ethereum.stackexchange.com.

System information

Geth version: geth version
OS & Version: Windows/Linux/OSX
Commit hash : (if develop)

Expected behaviour

Actual behaviour

Steps to reproduce the behaviour

Backtrace

[backtrace]
Hi there, please note that this is an issue tracker reserved for bug reports and feature requests. For general questions please use the gitter channel or the Ethereum stack exchange at https://ethereum.stackexchange.com. #### System information Geth version: `geth version` OS & Version: Windows/Linux/OSX Commit hash : (if `develop`) #### Expected behaviour #### Actual behaviour #### Steps to reproduce the behaviour #### Backtrace ```` [backtrace] ````
Member

Are these not covered by the statediffing service? Or are these issues for separate, minimal, individual rpc methods for state and storage diffs?

Are these not covered by the statediffing service? Or are these issues for separate, minimal, individual rpc methods for state and storage diffs?
rmulhol commented 2019-10-01 01:04:55 +00:00 (Migrated from github.com)

Yep, the latter. Doesn't necessarily need to be a separate rpc method if it could be an argument to #11 (which addresses #12), but the idea here is to emit this data with a minimal code diff - ideally grabbing data that's already accessed during a sync.

Yep, the latter. Doesn't necessarily need to be a separate rpc method if it could be an argument to #11 (which addresses #12), but the idea here is to emit this data with a minimal code diff - ideally grabbing data that's already accessed during a sync.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/go-ethereum#13
No description provided.