drizzle icon indicating copy to clipboard operation
drizzle copied to clipboard

Playback from old block.

Open makoto opened this issue 6 years ago • 5 comments

Hi,

The majority of web3 calls takes optional block number so that it returns the state of the specific block number rather than the default latest.

http://web3js.readthedocs.io/en/1.0/web3-eth.html#eth-defaultblock

Wondering how easy it is to add Playback feature into drizzle so that it can easily simulate the transaction history utilizing redux (rather than trying to put every state transition info into events).

makoto avatar May 20 '18 19:05 makoto

Hi @makoto this is definitely something we want to support. Can you give us more insight into how you're using the tx history? Thanks!

OnlyOneJMJQ avatar Dec 12 '18 18:12 OnlyOneJMJQ

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 26 '19 07:03 stale[bot]

This issue has been closed, but can be re-opened if further comments indicate that the problem persists. Feel free to tag maintainers if there is no reply to further comments.

stale[bot] avatar Apr 02 '19 07:04 stale[bot]

For 2.0 consideration

cds-amal avatar Sep 26 '19 20:09 cds-amal

This is a cool feature to calculate, for example, APY using price per share on different protocols. Yearn being one of them.

That's how I'm using it.

saltyfacu avatar Nov 13 '20 18:11 saltyfacu