Skip to content

Commit

Permalink
remove test contract, add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Jul 29, 2024
1 parent 26d8900 commit 9336aa0
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 193 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

3 changes: 2 additions & 1 deletion bin/opt8n/src/opt8n.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ impl Opt8n {

let handler_cfg = HandlerCfg {
spec_id: SpecId::from(self.node_config.hardfork.unwrap_or_default()),
is_optimism: true,
// @refcell When we set is_optimism true, execution fails here due to "Failed to load enveloped transaction."
..Default::default()
};
let cfg_env_with_handler_cfg = CfgEnvWithHandlerCfg {
cfg_env: env.cfg.clone(),
Expand Down
45 changes: 0 additions & 45 deletions contracts/.github/workflows/test.yml

This file was deleted.

14 changes: 0 additions & 14 deletions contracts/.gitignore

This file was deleted.

66 changes: 0 additions & 66 deletions contracts/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions contracts/foundry.toml

This file was deleted.

1 change: 0 additions & 1 deletion contracts/lib/forge-std
Submodule forge-std deleted from 07263d
19 changes: 0 additions & 19 deletions contracts/script/Counter.s.sol

This file was deleted.

14 changes: 0 additions & 14 deletions contracts/src/Counter.sol

This file was deleted.

24 changes: 0 additions & 24 deletions contracts/test/Counter.t.sol

This file was deleted.

0 comments on commit 9336aa0

Please sign in to comment.