[Hardhat] Use blockNumber
configuration setting to fetch allowances
and token associations
#89
Labels
feature
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
HIP-980 introduces a
timestamp
parameter that allows to queryallowances
and token associations up to a giventimestamp
.Whenever the user specifies a
blockNumber
in their configuration setting, we should fetch allowances and token associations up to that specifiedblockNumber
. The conversion fromblockNumber
totimestamp
was introduced in issue #77.Note
This issue is blocked until HIP-980 is implemented in the Mirror Node and deployed to
mainnet
,testnet
andpreviewnet
.The text was updated successfully, but these errors were encountered: