Skip to content

Commit

Permalink
fix: ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
akaladarshi committed Aug 26, 2024
1 parent 2f2a23f commit e25ebee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions chain/ethhashlookup/eth_transaction_hash_lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (
"errors"
"strconv"

"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/builtin"
"github.com/filecoin-project/lotus/build/buildconstants"
"github.com/ipfs/go-cid"
_ "github.com/mattn/go-sqlite3"
"golang.org/x/xerrors"

"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/builtin"
"github.com/filecoin-project/lotus/build/buildconstants"
"github.com/filecoin-project/lotus/chain/types/ethtypes"
"github.com/filecoin-project/lotus/lib/sqlite"
)
Expand Down
2 changes: 0 additions & 2 deletions cmd/lotus-shed/indexes.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ const (
const (
deleteMsgIndexFromStartHeight = `DELETE FROM messages WHERE epoch < ?`

deleteTxHashIndexByCID = `DELETE FROM eth_tx_hashes WHERE cid = ?`

deleteEventFromStartHeight = `DELETE FROM event WHERE height < ?;`
deleteEventEntriesByEventIDs = `DELETE FROM event_entry WHERE event_id IN (SELECT id FROM event WHERE height < ?);`
deleteEventsSeenByHeight = `DELETE FROM events_seen WHERE height < ?;`
Expand Down

0 comments on commit e25ebee

Please sign in to comment.