mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-06 19:12:19 +00:00
817b528ce1
This fixes the following panic for Gnosis Chain on the validator switch at block 9186425: ``` panic: method 'getValidators' not found goroutine 90 [running]: github.com/ledgerwatch/erigon/consensus/aura.(*ValidatorSafeContract).getListSyscall(0x14000ed9358, 0xd40004bf620) github.com/ledgerwatch/erigon/consensus/aura/validators.go:634 +0x258 github.com/ledgerwatch/erigon/consensus/aura.(*ValidatorSafeContract).epochSet(0x16?, 0x20?, 0x8c2c79, {0xd4002d77180, 0x25f, 0x25f}, 0x11400fac7ee8?) github.com/ledgerwatch/erigon/consensus/aura/validators.go:453 +0xdc github.com/ledgerwatch/erigon/consensus/aura.(*ValidatorContract).epochSet(0x140006ae980?, 0x38?, 0x6f9d00000000c28e?, {0xd4002d77180?, 0x108acc108?, 0x40?}, 0x14000618000?) ``` |
||
---|---|---|
.. | ||
auraabi | ||
aurainterfaces | ||
consensusconfig | ||
contracts | ||
oe-test | ||
test | ||
aura_test.go | ||
aura.go | ||
config.go | ||
finality_test.go | ||
validators.go |