Skip to content

Commit

Permalink
Merge pull request #72 from multiversx/outport-driver-latest-core
Browse files Browse the repository at this point in the history
Outport driver update core
  • Loading branch information
ssd04 authored Jun 6, 2023
2 parents 63b7beb + fc99ef8 commit 01d73bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
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

0 comments on commit 01d73bf

Please sign in to comment.