Skip to content

Commit

Permalink
restructure special transaction working dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 29, 2024
1 parent 892ae77 commit 5a6a827
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions example/tests/all-opcodes-transaction-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,47 @@ tasks:
configVars:
privateKey: "walletPrivkey"

- name: generate_transaction
title: "Generate test transaction with STOP opcode"
config:
feeCap: 5000000000 # 5 gwei
gasLimit: 100000
contractDeployment: true
callData: "006000388082803990f3"
awaitReceipt: false
configVars:
privateKey: "walletPrivkey"
- name: generate_transaction
title: "Generate test transaction with RETURN opcode"
config:
feeCap: 5000000000 # 5 gwei
gasLimit: 100000
contractDeployment: true
callData: "61053960005260206000f3"
awaitReceipt: false
configVars:
privateKey: "walletPrivkey"
- name: generate_transaction
title: "Generate test transaction with REVERT opcode"
config:
feeCap: 5000000000 # 5 gwei
gasLimit: 100000
contractDeployment: true
callData: "61053960005260206000fd"
awaitReceipt: false
configVars:
privateKey: "walletPrivkey"
- name: generate_transaction
title: "Generate test transaction with INVALID opcode"
config:
feeCap: 5000000000 # 5 gwei
gasLimit: 100000
contractDeployment: true
callData: "610539600052fe"
awaitReceipt: false
configVars:
privateKey: "walletPrivkey"

- name: run_tasks_concurrent
title: "Check chain stability"
timeout: 1h
Expand Down

0 comments on commit 5a6a827

Please sign in to comment.