Skip to content

Commit 60e9629

Browse files
authored
Merge pull request #510 from multiversx/test-proxy-get-block-with-exec-res
FEAT: Go core with get proxy block with exec res
2 parents 40e3866 + 2c3e733 commit 60e9629

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gin-contrib/pprof v1.4.0
88
github.com/gin-contrib/static v0.0.1
99
github.com/gin-gonic/gin v1.10.0
10-
github.com/multiversx/mx-chain-core-go v1.4.0
10+
github.com/multiversx/mx-chain-core-go v1.4.2-0.20251211081223-2b266c66a68a
1111
github.com/multiversx/mx-chain-crypto-go v1.3.0
1212
github.com/multiversx/mx-chain-es-indexer-go v1.8.0
1313
github.com/multiversx/mx-chain-logger-go v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
132132
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
133133
github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
134134
github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
135-
github.com/multiversx/mx-chain-core-go v1.4.0 h1:p6FbfCzvMXF54kpS0B5mrjNWYpq4SEQqo0UvrMF7YVY=
136-
github.com/multiversx/mx-chain-core-go v1.4.0/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g=
135+
github.com/multiversx/mx-chain-core-go v1.4.2-0.20251211081223-2b266c66a68a h1:+MWgbbcL8RoBOweAP+EBMgFYKk6wCYi0Ob+3Flgwypw=
136+
github.com/multiversx/mx-chain-core-go v1.4.2-0.20251211081223-2b266c66a68a/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g=
137137
github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k=
138138
github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM=
139139
github.com/multiversx/mx-chain-es-indexer-go v1.8.0 h1:VLN9V3yNxchyGub25yOIUoa3KOuxqxGfRuXIH5f24s8=

0 commit comments

Comments
 (0)