I am not sure Exactly what this means but didnt see any topic open @bobdotfun
@Lorimer You would know better than me, is this bad?
I tried syncing a Rosetta instance built from the latest tip of master against the BOB ledger, and I didn’t see any issues. What Rosetta version is IC Terminal running? Some similar issues have been fixed in recent releases, so I would recommend upgrading the Rosetta instance to see if that helps.
Token Terminal said “We are investigating”
Have not heard from them, I do not know if the issues has been resolved, but if it does iIcould close the forum post, could you let me know when will be resolved / update on the situation
Cheers,
Dex
I was able to reproduce the issue with ICRC Rosetta v1.2.0 and v1.2.2, but v1.2.3 worked, so upgrading should indeed help to resolve the issue.
Great, ICTerminal said that they solved it as well but where monitoring the situation, guess everything worked out, was it just a misconfig or not upgraded? trying to learn a little bit more about IC issues, if you have some time later on to drop what was happening I could read through it.
Final update
was it just a misconfig or not upgraded?
The issue was a bug in Rosetta. In particular, when a fee collector was configured for a ledger, so that transaction fees are not burned but instead moved to the account of the fee collector, Rosetta internally didn’t credit the fee collector account, but treated the fees as burned. When someone later tries to transfer funds from the fee collector account, Rosetta panicked because it thought the fee collector account balance was 0. The issue was fixed in this commit, and released in v1.2.3.