Skip to content

Commit

Permalink
Merge branch 'main' into evm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawliet-Chan committed May 8, 2024
2 parents 703c1af + d227b0d commit afbc224
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions cairo/cairo.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ func NewCairo(cfg *config.Config) *Cairo {
cairo.SimulateTransactions,
cairo.GetBlockWithTxs, cairo.GetBlockWithTxHashes,
)
cairo.SetInit(cairo)
cairo.SetTxnChecker(cairo)
cairo.SetCommitter(cairo)

return cairo
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/sourcegraph/conc v0.2.0
github.com/stretchr/testify v1.8.4
github.com/yu-org/yu v0.0.0-20240507145856-d3546815096c
github.com/yu-org/yu v0.0.0-20240508071445-65e90bf5b444
)

require (
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,10 @@ github.com/yu-org/yu v0.0.0-20240507142628-47651cc130f4 h1:Elu1OrVhbS93uTjg9fWlt
github.com/yu-org/yu v0.0.0-20240507142628-47651cc130f4/go.mod h1:MebubG2I3xLVRp9dMQNIUh5uS/nh1LSNw4p6INCu//8=
github.com/yu-org/yu v0.0.0-20240507145856-d3546815096c h1:6JWksyfFLqmdlc6rJMkXuQFvJMx3IzQNC6j3FI8gXhs=
github.com/yu-org/yu v0.0.0-20240507145856-d3546815096c/go.mod h1:MebubG2I3xLVRp9dMQNIUh5uS/nh1LSNw4p6INCu//8=
github.com/yu-org/yu v0.0.0-20240508033239-a3a7df0e0e35 h1:gOWV5d8ScYC7gQW2isKJW8AeIowVLmyO6sscFWk0CpQ=
github.com/yu-org/yu v0.0.0-20240508033239-a3a7df0e0e35/go.mod h1:MebubG2I3xLVRp9dMQNIUh5uS/nh1LSNw4p6INCu//8=
github.com/yu-org/yu v0.0.0-20240508071445-65e90bf5b444 h1:l5/hR5HEuSEozANFfaEZ5TaLWScUUV4SvGhuFl7yGsk=
github.com/yu-org/yu v0.0.0-20240508071445-65e90bf5b444/go.mod h1:MebubG2I3xLVRp9dMQNIUh5uS/nh1LSNw4p6INCu//8=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down

0 comments on commit afbc224

Please sign in to comment.