Skip to content

Commit

Permalink
Merge pull request #4 from astriaorg/bharath/refactor
Browse files Browse the repository at this point in the history
Use go-ethereum abigen generated files instead of manually crafting bytecodes
  • Loading branch information
bharath-123 authored May 3, 2024
2 parents f129e00 + 6cc74fb commit 4495c9c
Show file tree
Hide file tree
Showing 19 changed files with 514 additions and 1,914 deletions.
31 changes: 12 additions & 19 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/blob-spammer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func main() {
panic(err)
}

err = scenario.Run(tester)
err = scenario.Run()
if err != nil {
panic(err)
}
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions contractinfos/looper/bytecode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0x608060405234801561001057600080fd5b506101c5806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c80638f491c6514610030575b600080fd5b61004361003e3660046100ee565b610059565b604051610050919061011f565b60405180910390f35b606060008267ffffffffffffffff1667ffffffffffffffff81111561008057610080610163565b6040519080825280602002602001820160405280156100a9578160200160208202803683370190505b50905060005b8367ffffffffffffffff168110156100e757808282815181106100d4576100d4610179565b60209081029190910101526001016100af565b5092915050565b60006020828403121561010057600080fd5b813567ffffffffffffffff8116811461011857600080fd5b9392505050565b6020808252825182820181905260009190848201906040850190845b818110156101575783518352928401929184019160010161013b565b50909695505050505050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fdfea2646970667358221220b226884699e16cc47ae01a4cc201e790347695464df17edde46bbab26872400364736f6c63430008180033
Loading

0 comments on commit 4495c9c

Please sign in to comment.