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
The meaning of getCanonicalHead of core-db now has been shifted to getBaseHead. The one provide canonical head now is ForkedChain.
Change core-db getCanonicalHead into getBaseHead to avoid confusion. And add getCanonicalHead or getHead to ForkedChain.
The meaning of
getCanonicalHead
of core-db now has been shifted togetBaseHead
. The one provide canonical head now isForkedChain
.Change core-db
getCanonicalHead
intogetBaseHead
to avoid confusion. And addgetCanonicalHead
orgetHead
toForkedChain
.BASE > FINALIZED HEAD > CANONICAL HEAD
see https://notes.status.im/nimbus-merge-first-el?both=#Glossary
we Might as well add
getFinalizedHead
to FCThe text was updated successfully, but these errors were encountered: