• Mark Tyneway's avatar
    l2geth: clean up mutex logic · 6bb040b7
    Mark Tyneway authored
    Reverts 341580e8f4e7c83d0382fc7d40281b5ac973e568 in favor of more simple
    logic. A longer term solution needs to be implemented for the race
    condition where the `gas-oracle` front runs a tx that has already passed
    gas validation at the policy layer.
    
    The `gas-oracle` tx can increase the L1 gas portion of the fee,
    causing the tx that already passed the policy check to fail during
    consensus execution. This should never happen.
    6bb040b7
Name
Last commit
Last update
..
dump Loading commit data...
fees Loading commit data...
rcfg Loading commit data...
util Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
config.go Loading commit data...
sync_service.go Loading commit data...
sync_service_test.go Loading commit data...
types.go Loading commit data...