Ceyhun Onur
Ceyhun Onur
As you mentioned, JSON sorting could be potentially dangerous. GoLang JSON marshalling has a sorting mechanism but that's not in the spec and cannot be relied (it's just a implementation...
This might be fixed with https://github.com/ava-labs/subnet-evm/pull/1035/files
The PR that actually runs fuzz tests: https://github.com/ava-labs/subnet-evm/pull/994
I think the main avalanchego PR is closed https://github.com/ava-labs/avalanchego/pull/2986, shall we also close this one? @lebdron
is this a specific problem to Coreth? I think this is what we currently follow in all VMs, and it should probably be changed from AvalancheGo.
We just saw this again https://github.com/ava-labs/coreth/actions/runs/7447726903/job/20261559864?pr=377#step:8:34
@darioush Could this be already fixed?
@aaronbuchwald Could this be already fixed with recent updates to the codec?