Skip to content

Commit

Permalink
WIP: All Telos Changes (Squashed commit)
Browse files Browse the repository at this point in the history
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
aamirpashaa committed Oct 4, 2024
1 parent d72e438 commit d5e7f64
Show file tree
Hide file tree
Showing 144 changed files with 5,067 additions and 1,998 deletions.
11 changes: 11 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
LOG_LEVEL=info
LOG_PATH=/var/log/telos-reth.log
DATA_DIR=/path/to/datadir
CHAIN=tevmmainnet
RETH_CONFIG=/path/to/datadir/config.toml
RETH_RPC_ADDRESS=0.0.0.0
RETH_RPC_PORT=8545
TELOS_ENDPOINT=https://mainnet.telos.net
TELOS_SIGNER_ACCOUNT=rpc.evm
TELOS_SIGNER_PERMISSION=rpc
TELOS_SIGNER_KEY=5J1X8...
115 changes: 0 additions & 115 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/docs.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/feature.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/assets/hive/Dockerfile

This file was deleted.

38 changes: 0 additions & 38 deletions .github/assets/hive/build_simulators.sh

This file was deleted.

25 changes: 0 additions & 25 deletions .github/assets/hive/load_images.sh

This file was deleted.

53 changes: 0 additions & 53 deletions .github/assets/hive/no_sim_build.diff

This file was deleted.

43 changes: 0 additions & 43 deletions .github/assets/hive/parse.py

This file was deleted.

38 changes: 0 additions & 38 deletions .github/assets/hive/run_simulator.sh

This file was deleted.

Loading

0 comments on commit d5e7f64

Please sign in to comment.