You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are comparing two different version definitions, causing re-fetches of the chain info every 1 minute, irrespective of whether the node has been updated.
From the chain
The version from the chain info returns V1 (on mainnet).
queryConsensusParameter {
chain {
consensusParameters {
version
}
}
}
From the getConsensusParametersVersion
The version from the chain info returns 5 (on mainnet).
Summary
We have logic to re-fetch the chain + node info, given the consensus parameters change (indicating a
fuel-core
update):fuels-ts/packages/account/src/providers/provider.ts
Lines 1237 to 1253 in 3af8692
We are comparing two different version definitions, causing re-fetches of the chain info every 1 minute, irrespective of whether the node has been updated.
From the chain
The version from the chain info returns
V1
(on mainnet).From the
getConsensusParametersVersion
The version from the chain info returns
5
(on mainnet).The text was updated successfully, but these errors were encountered: