Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outport driver update core #72

Merged
merged 2 commits into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/groups/eventsData.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func (edh *eventsDataHandler) UnmarshallBlockData(marshalledData []byte) (*data.
HeaderGasConsumption: outportBlock.HeaderGasConsumption,
AlteredAccounts: outportBlock.AlteredAccounts,
NumberOfShards: outportBlock.NumberOfShards,
IsImportDB: outportBlock.IsImportDB,
TransactionsPool: outportBlock.TransactionPool,
Header: header,
}, nil
Expand Down
1 change: 0 additions & 1 deletion data/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ type ArgsSaveBlockData struct {
TransactionsPool *outport.TransactionPool
AlteredAccounts map[string]*alteredAccount.AlteredAccount
NumberOfShards uint32
IsImportDB bool
}

// ArgsSaveBlock holds block data with header type
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-redis/redis/v8 v8.11.3
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
github.com/multiversx/mx-chain-core-go v1.2.1-0.20230327091013-080a954f99ab
github.com/multiversx/mx-chain-core-go v1.2.4
github.com/multiversx/mx-chain-logger-go v1.0.11
github.com/spaolacci/murmur3 v1.1.0
github.com/streadway/amqp v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
github.com/multiversx/mx-chain-core-go v1.1.30/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk=
github.com/multiversx/mx-chain-core-go v1.2.1-0.20230327091013-080a954f99ab h1:0XhoDDehcknCIy/uL7luDSoq1jU/4bhRcRA0SGG6cgk=
github.com/multiversx/mx-chain-core-go v1.2.1-0.20230327091013-080a954f99ab/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk=
github.com/multiversx/mx-chain-core-go v1.2.4 h1:BRXyajUevLU6zHszR8jnp2+7C2bAQBor51YTc4dp3YQ=
github.com/multiversx/mx-chain-core-go v1.2.4/go.mod h1:jzYFSiYBuO0dGpGFXnZWSwcwcKP7Flyn/X41y4zIQrQ=
github.com/multiversx/mx-chain-logger-go v1.0.11 h1:DFsHa+sc5fKwhDR50I8uBM99RTDTEW68ESyr5ALRDwE=
github.com/multiversx/mx-chain-logger-go v1.0.11/go.mod h1:1srDkP0DQucWQ+rYfaq0BX2qLnULsUdRPADpYUTM6dA=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
Expand Down