Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: All Telos Changes (Squashed commit)
Update alloy-primitives, to fix zero sig value issue Remove the check for gas limit elasticity Reset first_new_address to None in fill_tx_env Refactor compare function logic Changes for cleaner logging of compare data Adding telos feature and cleanup imports Adding feature for telos Use OnceCell instead of RwLock for telos client Update consensus client dependency Exit integration test in case of failure Setting values for TelosArgs and changing sleep to tokio Migrating to use a TelosEthApi impl to forward transactions to Telos zero, adding live tests Add an exception for addresses that are not actually changed on revm in comparision Add exception for key-value removal by setting value to 0 Remove unused mut and add block number to compare panic Better logging on compare panic, fixes for integration test Adding "removed" field for state deltas Remove unwrap Passing evm to compare function, better handling of duplicate tevm diffs Adding start/stop/build scripts and example config Add exception for addresses created using openwallet in comparator Remove hardcoded revision/gas_price values Initialize state diff comparator Pass around telos_extra_fields on side chain append functions until execution api, increase batch_size on integration test Pass extra fields to execute function Update test. Update wait for shutdown in integration test. Minimize telos chain config changes Add Telos mainnet/testnet chainspecs/genesis to the supported chains Update to latest testcontainer with low gas limit on erc20 transactions Fixing integration test Telos EVM Runtime Changes Telos crate/binary, e2e test Add Telos mainnet/testnet chainspecs/genesis to the supported chains Update consensus client and improve error handling in test Minimize telos chain config changes Updating to latest consensus client Improvements to integration test Ensuring telos feature flag is enabled Use correct branch of consensus client for now Update consensus client dependency Change how we construct the chainspec Adding missing feature flag Pinning consensus client version for integration test Clean up error handling on sending transactions to Telos Updating consensus client version Bumping cargo versions, specifically updating revm version Update integration test. Point to specific consensus revision. Add telos engine api extra fields as crate and add it to the intermediate function parameters Enable telos feature for extra fields Add recipts vector to extra telos fields struct Pin consensus dep to right rev Updating cargo lock for latest consensus/translator changes Fixing compile issues for test Fixing integration test so it doesn't drop stuff Bumping cargo to update translator for test Updating consensus version Update consesus client dependency Updating revm version for push0 fix Cleanup from rebase, temp disable trx forwarding to finish the rebase
- Loading branch information