Skip to content

Commit ef82a26

Browse files
committed
Preparing for release (sic)
1 parent ff362ca commit ef82a26

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

x/evm/tracers/firehose.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ import (
4040
evmtypes "github.com/sei-protocol/sei-chain/x/evm/types"
4141
"golang.org/x/exp/maps"
4242
"golang.org/x/exp/slices"
43-
"google.golang.org/protobuf/encoding/protojson"
4443
"google.golang.org/protobuf/proto"
4544
"google.golang.org/protobuf/types/known/timestamppb"
4645
)
@@ -455,15 +454,6 @@ func (f *Firehose) OnBlockEnd(err error) {
455454
blockNumber := f.block.Number
456455
firehoseInfo("block ending (number=%d, trx=%d, err=%s)", blockNumber, len(f.block.TransactionTraces), errorView(err))
457456

458-
marshalled, marshalErr := protojson.MarshalOptions{}.Marshal(f.block)
459-
if marshalErr == nil {
460-
fmt.Fprintf(os.Stderr, "[Firehose] %s", string(marshalled))
461-
}
462-
463-
if f.block.Number >= 119822071 {
464-
panic("Block number is too high for now")
465-
}
466-
467457
if err == nil {
468458
f.ensureInBlockAndNotInTrx()
469459
f.printBlockToFirehose(f.block, f.blockFinality)

0 commit comments

Comments
 (0)