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
Describe the bug
We are facing an issue while decoding the block 170518
The given block has the hex value of 0x000000000020000000006744a346fa54cec747d9871169460fbe86c880dc6e5ab94699b7ee6606bed98ca1b8c9310000000000029a160000000100000023000000050000000000000000000000000000000000000000000000000000000000000000000000013d9bdac0ed1d761330cf680efdeb1a42159eb387d6d2950c96f7d28f61bbe2aa0000000700000000ee6a65a200000000000000000000000100000001058974ce825b7c50136a2451d98b03a80c1ee08400000001b40053e8b6debcad3ded712d58a7a5acc3b92c31912632f5faf6d29cd7621f18000000003d9bdac0ed1d761330cf680efdeb1a42159eb387d6d2950c96f7d28f61bbe2aa00000005000000012a058b02000000010000000000000000def4104644cf4e9c3a6dae8169bfb658d558b4abb97c69cf7821682e5727bd05b40053e8b6debcad3ded712d58a7a5acc3b92c31912632f5faf6d29cd7621f18000000000000000100000014c582872c37c81efa2c94ea347af49cdc23a830aa000000000000c137000000003b9aca00a3783a891cb41cadbfcf456da149f30e7af972677a162b984bef0779f254baac51ec042df1781d1295df80fb41c801269731fc6c25e1e5940dc3cb8509e30348fa712742cfdc83678acc9f95908eb98b89b28802fb559b4a2a6ff3216707c07f0ceb0b45a95f4f9a9540bbd3331d8ab4f233bffa4abb97fad9d59a1695f31b92a2b89e365facf7ab8c30de7c4a496d1e00000001000000013cb7d3842e8cee6a0ebd09f1fe884f6861e1b29c0000000100000001058974ce825b7c50136a2451d98b03a80c1ee0840000000a00000001000000000000000200000009000000016cd104dbcc1c34f930a83b1952c8f47fed74d8b7048fde45880788a07391d7280a4738863e4ac9ab65c6ea861b103c2b693b7e59d804ec4bc632acd65e863f1b0000000009000000016cd104dbcc1c34f930a83b1952c8f47fed74d8b7048fde45880788a07391d7280a4738863e4ac9ab65c6ea861b103c2b693b7e59d804ec4bc632acd65e863f1b00ed62c79a
To Reproduce
The code used to decode this block hex is
We are using the github.com/ava-labs/avalanchego v1.11.8 // indirect
After upgrading the library to the latest version. I see some functions are renamed and removed.
Expected behavior
The decode should work perfectly fine giving us the block object with details related to the block
Screenshots
N.A
Logs
N.A
Metrics
N.A
Operating System
mac-os
Additional context
We were recording avalanche-p chain blocks but got this error while recording the block number 170518. We need help in terms of any code or library updates we missed to resolve this issue.
To best protect the Avalanche community security bugs should be reported in accordance to our Security Policy
The text was updated successfully, but these errors were encountered:
Describe the bug
We are facing an issue while decoding the block
170518
The given block has the hex value of
0x000000000020000000006744a346fa54cec747d9871169460fbe86c880dc6e5ab94699b7ee6606bed98ca1b8c9310000000000029a160000000100000023000000050000000000000000000000000000000000000000000000000000000000000000000000013d9bdac0ed1d761330cf680efdeb1a42159eb387d6d2950c96f7d28f61bbe2aa0000000700000000ee6a65a200000000000000000000000100000001058974ce825b7c50136a2451d98b03a80c1ee08400000001b40053e8b6debcad3ded712d58a7a5acc3b92c31912632f5faf6d29cd7621f18000000003d9bdac0ed1d761330cf680efdeb1a42159eb387d6d2950c96f7d28f61bbe2aa00000005000000012a058b02000000010000000000000000def4104644cf4e9c3a6dae8169bfb658d558b4abb97c69cf7821682e5727bd05b40053e8b6debcad3ded712d58a7a5acc3b92c31912632f5faf6d29cd7621f18000000000000000100000014c582872c37c81efa2c94ea347af49cdc23a830aa000000000000c137000000003b9aca00a3783a891cb41cadbfcf456da149f30e7af972677a162b984bef0779f254baac51ec042df1781d1295df80fb41c801269731fc6c25e1e5940dc3cb8509e30348fa712742cfdc83678acc9f95908eb98b89b28802fb559b4a2a6ff3216707c07f0ceb0b45a95f4f9a9540bbd3331d8ab4f233bffa4abb97fad9d59a1695f31b92a2b89e365facf7ab8c30de7c4a496d1e00000001000000013cb7d3842e8cee6a0ebd09f1fe884f6861e1b29c0000000100000001058974ce825b7c50136a2451d98b03a80c1ee0840000000a00000001000000000000000200000009000000016cd104dbcc1c34f930a83b1952c8f47fed74d8b7048fde45880788a07391d7280a4738863e4ac9ab65c6ea861b103c2b693b7e59d804ec4bc632acd65e863f1b0000000009000000016cd104dbcc1c34f930a83b1952c8f47fed74d8b7048fde45880788a07391d7280a4738863e4ac9ab65c6ea861b103c2b693b7e59d804ec4bc632acd65e863f1b00ed62c79a
To Reproduce
The code used to decode this block hex is
The code used for initializing the agCodecManager is
We are using the
github.com/ava-labs/avalanchego v1.11.8 // indirect
After upgrading the library to the latest version. I see some functions are renamed and removed.
Expected behavior
The decode should work perfectly fine giving us the block object with details related to the block
Screenshots
N.A
Logs
N.A
Metrics
N.A
Operating System
mac-os
Additional context
We were recording avalanche-p chain blocks but got this error while recording the block number
170518
. We need help in terms of any code or library updates we missed to resolve this issue.To best protect the Avalanche community security bugs should be reported in accordance to our Security Policy
The text was updated successfully, but these errors were encountered: