Skip to content

Commit

Permalink
migrate sentio tracers
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Nov 6, 2023
1 parent 2064edc commit 29a1149
Show file tree
Hide file tree
Showing 4 changed files with 1,011 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/rpcdaemon/cli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import (
// Force-load native and js packages, to trigger registration
_ "github.com/ledgerwatch/erigon/eth/tracers/js"
_ "github.com/ledgerwatch/erigon/eth/tracers/native"
_ "github.com/ledgerwatch/erigon/eth/tracers/sentio"
)

var rootCmd = &cobra.Command{
Expand Down
69 changes: 69 additions & 0 deletions eth/tracers/sentio/gen_account_json.go

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

Loading

0 comments on commit 29a1149

Please sign in to comment.