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

relayedv3 #93

Open
wants to merge 26 commits into
base: rc/spica-patch-relayedv3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1db8841
updated deps for relayedv3
sstanculeanu Nov 20, 2024
44fd36d
update proxy
sstanculeanu Nov 22, 2024
d95e100
update mx-chain-go
sstanculeanu Nov 22, 2024
99102ad
update mx-chain-go
sstanculeanu Nov 25, 2024
e11d117
update mx-chain-go
sstanculeanu Nov 26, 2024
70a3952
update mx-chain-go
sstanculeanu Nov 26, 2024
aa663a9
update mx-chain-go
sstanculeanu Nov 27, 2024
4e8832c
update mx-chain-go
sstanculeanu Nov 28, 2024
a6ea267
update mx-chain-go
sstanculeanu Dec 2, 2024
0147e8c
update mx-chain-go
sstanculeanu Dec 2, 2024
3eddab5
update mx-chain-go
sstanculeanu Dec 3, 2024
955c54d
update mx-chain-go
sstanculeanu Dec 4, 2024
dd4e5f3
update deps
sstanculeanu Dec 16, 2024
5469899
update deps
sstanculeanu Dec 20, 2024
83e69ee
Merge branch 'rc/spica-patch-relayedv3' of https://github.com/multive…
sstanculeanu Jan 8, 2025
eca9786
update deps
sstanculeanu Jan 8, 2025
3d8183f
update deps
sstanculeanu Jan 9, 2025
d41d13d
fix chain simulator as per newest proxy flag added
sstanculeanu Jan 9, 2025
561e296
updated mx-chain-go
sstanculeanu Jan 13, 2025
ef2ace4
updated mx-chain-go
sstanculeanu Jan 14, 2025
6c24e82
chain simulator fixes
miiu96 Jan 14, 2025
dd94025
Merge branch 'rc/spica-patch-relayedv3' into relayedv3
sstanculeanu Jan 15, 2025
3d5fa12
updated deps
sstanculeanu Jan 16, 2025
eef681c
Merge branch 'relayedv3' into chain-simulator-fixes-relayed-tx-v3
miiu96 Jan 16, 2025
735adf2
Merge pull request #99 from multiversx/chain-simulator-fixes-relayed-…
miiu96 Jan 16, 2025
7cac227
proper tags
sstanculeanu Jan 16, 2025
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
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.20
require (
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
github.com/gin-gonic/gin v1.9.1
github.com/multiversx/mx-chain-core-go v1.2.23
github.com/multiversx/mx-chain-go v1.8.6
github.com/multiversx/mx-chain-core-go v1.2.24
github.com/multiversx/mx-chain-go v1.8.8
github.com/multiversx/mx-chain-logger-go v1.0.15
github.com/multiversx/mx-chain-proxy-go v1.1.54
github.com/multiversx/mx-chain-proxy-go v1.1.57
github.com/pelletier/go-toml v1.9.3
github.com/stretchr/testify v1.8.4
github.com/urfave/cli v1.22.10
Expand Down Expand Up @@ -119,9 +119,9 @@ require (
github.com/multiversx/concurrent-map v0.1.4 // indirect
github.com/multiversx/mx-chain-communication-go v1.1.1 // indirect
github.com/multiversx/mx-chain-crypto-go v1.2.12 // indirect
github.com/multiversx/mx-chain-es-indexer-go v1.7.10 // indirect
github.com/multiversx/mx-chain-es-indexer-go v1.7.13 // indirect
github.com/multiversx/mx-chain-scenario-go v1.4.4 // indirect
github.com/multiversx/mx-chain-storage-go v1.0.18 // indirect
github.com/multiversx/mx-chain-storage-go v1.0.19 // indirect
github.com/multiversx/mx-chain-vm-common-go v1.5.16 // indirect
github.com/multiversx/mx-chain-vm-go v1.5.37 // indirect
github.com/multiversx/mx-chain-vm-v1_2-go v1.2.68 // indirect
Expand Down
20 changes: 10 additions & 10 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -396,22 +396,22 @@ github.com/multiversx/concurrent-map v0.1.4 h1:hdnbM8VE4b0KYJaGY5yJS2aNIW9TFFsUY
github.com/multiversx/concurrent-map v0.1.4/go.mod h1:8cWFRJDOrWHOTNSqgYCUvwT7c7eFQ4U2vKMOp4A/9+o=
github.com/multiversx/mx-chain-communication-go v1.1.1 h1:y4DoQeQOJTaSUsRzczQFazf8JYQmInddypApqA3AkwM=
github.com/multiversx/mx-chain-communication-go v1.1.1/go.mod h1:WK6bP4pGEHGDDna/AYRIMtl6G9OA0NByI1Lw8PmOnRM=
github.com/multiversx/mx-chain-core-go v1.2.23 h1:8WlCGqJHR2HQ0vN4feJwb7W4VrCwBGIzPPHunOOg5Wc=
github.com/multiversx/mx-chain-core-go v1.2.23/go.mod h1:B5zU4MFyJezmEzCsAHE9YNULmGCm2zbPHvl9hazNxmE=
github.com/multiversx/mx-chain-core-go v1.2.24 h1:O0X7N9GfNVUCE9fukXA+dvfCRRjViYn88zOaE7feUog=
github.com/multiversx/mx-chain-core-go v1.2.24/go.mod h1:B5zU4MFyJezmEzCsAHE9YNULmGCm2zbPHvl9hazNxmE=
github.com/multiversx/mx-chain-crypto-go v1.2.12 h1:zWip7rpUS4CGthJxfKn5MZfMfYPjVjIiCID6uX5BSOk=
github.com/multiversx/mx-chain-crypto-go v1.2.12/go.mod h1:HzcPpCm1zanNct/6h2rIh+MFrlXbjA5C8+uMyXj3LI4=
github.com/multiversx/mx-chain-es-indexer-go v1.7.10 h1:Umi7WN8h4BOXLw7CM3VgvaWkLGef7nXtaPIGbjBCT3U=
github.com/multiversx/mx-chain-es-indexer-go v1.7.10/go.mod h1:oGcRK2E3Syv6vRTszWrrb/TqD8akq0yeoMr1wPPiTO4=
github.com/multiversx/mx-chain-go v1.8.6 h1:T9S+MxunqtXiPm80IuARoJscQF/AyGKkt2thNQiAruY=
github.com/multiversx/mx-chain-go v1.8.6/go.mod h1:lGO2BKUMu1tS4Jd4VkLBZkivjN9ynYGmQjDCbFrzdIE=
github.com/multiversx/mx-chain-es-indexer-go v1.7.13 h1:1Boeb0x28fzYBVRlnaCPRaXifRXAFiCit34t6O8efyM=
github.com/multiversx/mx-chain-es-indexer-go v1.7.13/go.mod h1:5Sr49FjWWzZ3/WcC3jzln8TlMSNToCIT9Lqy6P7i7bs=
github.com/multiversx/mx-chain-go v1.8.8 h1:BM0lcjDtOdDUhM/8A2/rzWedlNP7FK9nSpjpAPjxd9Q=
github.com/multiversx/mx-chain-go v1.8.8/go.mod h1:4Mxaz5vQibNPjKHNFHSziDsfULHgrfAEmRa4R12xrxk=
github.com/multiversx/mx-chain-logger-go v1.0.15 h1:HlNdK8etyJyL9NQ+6mIXyKPEBo+wRqOwi3n+m2QIHXc=
github.com/multiversx/mx-chain-logger-go v1.0.15/go.mod h1:t3PRKaWB1M+i6gUfD27KXgzLJJC+mAQiN+FLlL1yoGQ=
github.com/multiversx/mx-chain-proxy-go v1.1.54 h1:o6rcZVpE+Qkf+CyNIZRvfRHAZGO7HcloITglSXRH7n8=
github.com/multiversx/mx-chain-proxy-go v1.1.54/go.mod h1:SMJY0kbqUyehyLoZrPVt0EmSAFsfCuS4QB8y1cHkJUE=
github.com/multiversx/mx-chain-proxy-go v1.1.57 h1:lFfdBZdzKz4WD1VzdGV6DqIk3Dqk1rEBNXd+76gJJ5E=
github.com/multiversx/mx-chain-proxy-go v1.1.57/go.mod h1:FBOgb6uL0FKrRKJxWBbOvcoqHfgiJc6nos4u4yDVoO4=
github.com/multiversx/mx-chain-scenario-go v1.4.4 h1:DVE2V+FPeyD/yWoC+KEfPK3jsFzHeruelESfpTlf460=
github.com/multiversx/mx-chain-scenario-go v1.4.4/go.mod h1:kI+TWR3oIEgUkbwkHCPo2CQ3VjIge+ezGTibiSGwMxo=
github.com/multiversx/mx-chain-storage-go v1.0.18 h1:DA33o5COEjnCKclCeCvzXXI0zIgFp2QqZK32UTVvDes=
github.com/multiversx/mx-chain-storage-go v1.0.18/go.mod h1:eFDEOrG7Wiyk5I/ObpwcN2eoBlOnnfeEMTvTer1cymk=
github.com/multiversx/mx-chain-storage-go v1.0.19 h1:2R35MoSXcuNJOFmV5xEhcXqiEGZw6AYGy9R8J9KH66Q=
github.com/multiversx/mx-chain-storage-go v1.0.19/go.mod h1:Pb/BuVmiFqO66DSZO16KFkSUeom94x3e3Q9IloBvkYI=
github.com/multiversx/mx-chain-vm-common-go v1.5.16 h1:g1SqYjxl7K66Y1O/q6tvDJ37fzpzlxCSfRzSm/woQQY=
github.com/multiversx/mx-chain-vm-common-go v1.5.16/go.mod h1:1rSkXreUZNXyPTTdhj47M+Fy62yjxbu3aAsXEtKN3UY=
github.com/multiversx/mx-chain-vm-go v1.5.37 h1:Iy3KCvM+DOq1f9UPA7uYK/rI3ZbBOXc2CVNO2/vm5zw=
Expand Down
1 change: 1 addition & 0 deletions pkg/proxy/creator/creator.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func CreateProxy(args ArgsProxy) (*ArgsOutputProxy, error) {
observersProvider,
fullHistoryNodesProvider,
pubKeyConverter,
false,
)
if err != nil {
return nil, err
Expand Down
Loading