onomyprotocol / arc

Arc moves assets cross-chain to and from integrated blockchains.
Apache License 2.0
3 stars 10 forks source link

hard limit on Avalanche #110

Closed AaronKutch closed 1 year ago

AaronKutch commented 1 year ago

Every validator on Avalanche has https://github.com/ava-labs/coreth/blob/master/core/tx_pool.go#L60-L66 which prevents transaction sizes above 32 kb. This causes one of the tests to fail, we need to make sure normal operation is not close to the 32 kb limit and that the valset updates could not be softlocked or something because of this

AaronKutch commented 1 year ago

they lifted this restriction in an update