polkascan / py-substrate-interface

Python Substrate Interface
https://polkascan.github.io/py-substrate-interface/
Apache License 2.0
240 stars 114 forks source link

HistoryDepth greater than 84 ? #227

Closed colossus-digital closed 2 years ago

colossus-digital commented 2 years ago

Hi, is there a way to query data older than 84 eras (the default HistoryDepth) ?

tnks Andrea

arjanz commented 2 years ago

Then you will have to provide a block hash to query(), that will query the state at that specific time

colossus-digital commented 2 years ago

it works, thank you very much !