0xPolygonHermez / cdk-erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
34 stars 31 forks source link

[Sequencer/RPC] consolidate gasless flags #975

Closed hexoscott closed 1 week ago

hexoscott commented 1 month ago

There are two flags in cdk-erigon to control gasless networks:

These two flags will never be set differently from each other and should be consolidated to remove confusion.

hexoscott commented 1 month ago

there will be lots of nodes running cdk-erigon already so if we can make this a non-breaking change somehow that would be ideal.