axonweb3 / axon

Axon is a Layer 2 framework of CKB with native cross-chain and interoperability.
https://axonweb3.io
MIT License
65 stars 39 forks source link

bug: bypass restrictions through p2p message, even cause panic #1586

Closed yangby-cryptape closed 9 months ago

yangby-cryptape commented 9 months ago

Description

Submit transactions from different components leads different results.

Even some p2p messages could let all nodes panic.

p.s. All server limits in config.toml are ignored, since they are not consensus parameters.

Examples

I just list some of the unexpected cases, I think these are not all of them.

Please check the code again, carefully and imaginatively.

References

yangby-cryptape commented 9 months ago

References