From 81b7f83e970d2f467f0f51a38a93b8066dd87dcf Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Tue, 9 Sep 2025 11:01:34 +0300 Subject: [PATCH 1/7] mx-chain-go@disable-relayed-v1v2 --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 73b51bb..e1e1319 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/gin-gonic/gin v1.10.0 github.com/multiversx/mx-chain-core-go v1.4.0 - github.com/multiversx/mx-chain-go v1.10.4 + github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5 github.com/multiversx/mx-chain-logger-go v1.1.0 github.com/multiversx/mx-chain-proxy-go v1.3.0 github.com/pelletier/go-toml v1.9.3 @@ -120,7 +120,7 @@ require ( github.com/multiversx/concurrent-map v0.1.4 // indirect github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect - github.com/multiversx/mx-chain-es-indexer-go v1.9.1 // indirect + github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 // indirect github.com/multiversx/mx-chain-scenario-go v1.6.0 // indirect github.com/multiversx/mx-chain-storage-go v1.1.0 // indirect github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect diff --git a/go.sum b/go.sum index 9e8b5b1..2c534c7 100644 --- a/go.sum +++ b/go.sum @@ -414,10 +414,10 @@ github.com/multiversx/mx-chain-core-go v1.4.0 h1:p6FbfCzvMXF54kpS0B5mrjNWYpq4SEQ github.com/multiversx/mx-chain-core-go v1.4.0/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k= github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM= -github.com/multiversx/mx-chain-es-indexer-go v1.9.1 h1:Jg/4CLzIiwyrjuy+ZccEJ4TcvlHXnBUr5o3pclVitGo= -github.com/multiversx/mx-chain-es-indexer-go v1.9.1/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= -github.com/multiversx/mx-chain-go v1.10.4 h1:Caw7hPm/7zu8PcOD8FPYeHp4dhAmGFss41tJm64JHs4= -github.com/multiversx/mx-chain-go v1.10.4/go.mod h1:ELWAFinKEiqOeDe8kHJ+zN9zFL9leV4tNpMgH1fLnBE= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 h1:8hTEJHQUsiwYo/Gldt6EhmViEUAbPPo/KERIbuQQ3rw= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= +github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5 h1:CSiQBn82Tfm16how7hJf89BCubtWZPWcreId62KkOzI= +github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5/go.mod h1:E6h6JcQXgxFvCuMbpVIszcwXXI7ZCZEGwA7svY3zthI= github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM= github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g= github.com/multiversx/mx-chain-proxy-go v1.3.0 h1:sEfgO8qEKnUotCnX5EPTb+XC+VNiJcbzvZaY9sLrSXg= From 07a65601cfa477c34c6013f8135925be7caa3f9f Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Tue, 9 Sep 2025 11:07:35 +0300 Subject: [PATCH 2/7] mx-chain-go@disable-relayed-v1v2 --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 7b41a5d..b9e9d81 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/gin-gonic/gin v1.10.0 github.com/multiversx/mx-chain-core-go v1.4.0 - github.com/multiversx/mx-chain-go v1.10.5 + github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5 github.com/multiversx/mx-chain-logger-go v1.1.0 github.com/multiversx/mx-chain-proxy-go v1.3.1 github.com/pelletier/go-toml v1.9.3 @@ -120,7 +120,7 @@ require ( github.com/multiversx/concurrent-map v0.1.4 // indirect github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect - github.com/multiversx/mx-chain-es-indexer-go v1.9.1 // indirect + github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 // indirect github.com/multiversx/mx-chain-scenario-go v1.6.0 // indirect github.com/multiversx/mx-chain-storage-go v1.1.0 // indirect github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect diff --git a/go.sum b/go.sum index 3df19c1..260a80d 100644 --- a/go.sum +++ b/go.sum @@ -414,10 +414,10 @@ github.com/multiversx/mx-chain-core-go v1.4.0 h1:p6FbfCzvMXF54kpS0B5mrjNWYpq4SEQ github.com/multiversx/mx-chain-core-go v1.4.0/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k= github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM= -github.com/multiversx/mx-chain-es-indexer-go v1.9.1 h1:Jg/4CLzIiwyrjuy+ZccEJ4TcvlHXnBUr5o3pclVitGo= -github.com/multiversx/mx-chain-es-indexer-go v1.9.1/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= -github.com/multiversx/mx-chain-go v1.10.5 h1:wldx5GZ3+MZDJWV01QenHAUF8bGW615cmZsRJtdX7gs= -github.com/multiversx/mx-chain-go v1.10.5/go.mod h1:ELWAFinKEiqOeDe8kHJ+zN9zFL9leV4tNpMgH1fLnBE= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 h1:8hTEJHQUsiwYo/Gldt6EhmViEUAbPPo/KERIbuQQ3rw= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= +github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5 h1:CSiQBn82Tfm16how7hJf89BCubtWZPWcreId62KkOzI= +github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5/go.mod h1:E6h6JcQXgxFvCuMbpVIszcwXXI7ZCZEGwA7svY3zthI= github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM= github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g= github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg= From 1e0176821ac89eca12963dbe89d179d253c4d302 Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Thu, 11 Sep 2025 09:48:05 +0300 Subject: [PATCH 3/7] mx-chain-go@rc/teegarden --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b9e9d81..ee51ed0 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/gin-gonic/gin v1.10.0 github.com/multiversx/mx-chain-core-go v1.4.0 - github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5 + github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc github.com/multiversx/mx-chain-logger-go v1.1.0 github.com/multiversx/mx-chain-proxy-go v1.3.1 github.com/pelletier/go-toml v1.9.3 diff --git a/go.sum b/go.sum index 260a80d..f0f14d8 100644 --- a/go.sum +++ b/go.sum @@ -416,8 +416,8 @@ github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IB github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM= github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 h1:8hTEJHQUsiwYo/Gldt6EhmViEUAbPPo/KERIbuQQ3rw= github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= -github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5 h1:CSiQBn82Tfm16how7hJf89BCubtWZPWcreId62KkOzI= -github.com/multiversx/mx-chain-go v1.10.7-0.20250909064125-0dd391acdae5/go.mod h1:E6h6JcQXgxFvCuMbpVIszcwXXI7ZCZEGwA7svY3zthI= +github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc h1:1ZyvTQkmfv1znidlwmJ17zos+Lb27x8+NvBbKaBTKvA= +github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc/go.mod h1:E6h6JcQXgxFvCuMbpVIszcwXXI7ZCZEGwA7svY3zthI= github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM= github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g= github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg= From 0dbfeba06622ca2563ebd594fb54155a0a2931a4 Mon Sep 17 00:00:00 2001 From: BeniaminDrasovean Date: Thu, 11 Sep 2025 14:53:39 +0300 Subject: [PATCH 4/7] update go mod --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index ee51ed0..8d11918 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.23 require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/gin-gonic/gin v1.10.0 - github.com/multiversx/mx-chain-core-go v1.4.0 - github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc + github.com/multiversx/mx-chain-core-go v1.4.1-0.20250909090314-60b4de5d3d1b + github.com/multiversx/mx-chain-go v1.10.7-0.20250909093432-757f2de643d3 github.com/multiversx/mx-chain-logger-go v1.1.0 github.com/multiversx/mx-chain-proxy-go v1.3.1 github.com/pelletier/go-toml v1.9.3 diff --git a/go.sum b/go.sum index f0f14d8..56d1429 100644 --- a/go.sum +++ b/go.sum @@ -410,14 +410,14 @@ 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.3.0 h1:ziNM1dRuiR/7al2L/jGEA/a/hjurtJ/HEqgazHNt9P8= github.com/multiversx/mx-chain-communication-go v1.3.0/go.mod h1:gDVWn6zUW6aCN1YOm/FbbT5MUmhgn/L1Rmpl8EoH3Yg= -github.com/multiversx/mx-chain-core-go v1.4.0 h1:p6FbfCzvMXF54kpS0B5mrjNWYpq4SEQqo0UvrMF7YVY= -github.com/multiversx/mx-chain-core-go v1.4.0/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= +github.com/multiversx/mx-chain-core-go v1.4.1-0.20250909090314-60b4de5d3d1b h1:+tcmfcnOgrUcw6qr/hFiulEz3Efl4d4yoDmvfhm0jDE= +github.com/multiversx/mx-chain-core-go v1.4.1-0.20250909090314-60b4de5d3d1b/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k= github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM= github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 h1:8hTEJHQUsiwYo/Gldt6EhmViEUAbPPo/KERIbuQQ3rw= github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= -github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc h1:1ZyvTQkmfv1znidlwmJ17zos+Lb27x8+NvBbKaBTKvA= -github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc/go.mod h1:E6h6JcQXgxFvCuMbpVIszcwXXI7ZCZEGwA7svY3zthI= +github.com/multiversx/mx-chain-go v1.10.7-0.20250909093432-757f2de643d3 h1:1fScHfJQ8MbOHBAMmPZRYshVY2jfZO6MhcehGlohimo= +github.com/multiversx/mx-chain-go v1.10.7-0.20250909093432-757f2de643d3/go.mod h1:TbjVS65uRKRfO/EwKI5yX413nPElduZDslBeFJde5Uo= github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM= github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g= github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg= From fcf6b5f13d52754cfb8b15124281ffd540b5acac Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Tue, 16 Sep 2025 17:09:47 +0300 Subject: [PATCH 5/7] updated mx-chain-go --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index ee51ed0..34365b4 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/gin-gonic/gin v1.10.0 github.com/multiversx/mx-chain-core-go v1.4.0 - github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc + github.com/multiversx/mx-chain-go v1.10.7-0.20250915131820-0f6ace9e8d49 github.com/multiversx/mx-chain-logger-go v1.1.0 github.com/multiversx/mx-chain-proxy-go v1.3.1 github.com/pelletier/go-toml v1.9.3 @@ -120,7 +120,7 @@ require ( github.com/multiversx/concurrent-map v0.1.4 // indirect github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect - github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 // indirect + github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e // indirect github.com/multiversx/mx-chain-scenario-go v1.6.0 // indirect github.com/multiversx/mx-chain-storage-go v1.1.0 // indirect github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect diff --git a/go.sum b/go.sum index f0f14d8..997d581 100644 --- a/go.sum +++ b/go.sum @@ -414,10 +414,10 @@ github.com/multiversx/mx-chain-core-go v1.4.0 h1:p6FbfCzvMXF54kpS0B5mrjNWYpq4SEQ github.com/multiversx/mx-chain-core-go v1.4.0/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k= github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM= -github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 h1:8hTEJHQUsiwYo/Gldt6EhmViEUAbPPo/KERIbuQQ3rw= -github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= -github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc h1:1ZyvTQkmfv1znidlwmJ17zos+Lb27x8+NvBbKaBTKvA= -github.com/multiversx/mx-chain-go v1.10.7-0.20250910063825-72c679cfeafc/go.mod h1:E6h6JcQXgxFvCuMbpVIszcwXXI7ZCZEGwA7svY3zthI= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e h1:cDvUI1hc4QIeav+64wUrdEu97ZePnL5VlbBtycxypk4= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= +github.com/multiversx/mx-chain-go v1.10.7-0.20250915131820-0f6ace9e8d49 h1:JhC51iJDprgFkzR3iS0ZccV6AEYLXeURvyElPeQsEek= +github.com/multiversx/mx-chain-go v1.10.7-0.20250915131820-0f6ace9e8d49/go.mod h1:uA9xgZYiupYpDZBPTXFQjNEr0Zzi51xI6TM3/Lmlqmg= github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM= github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g= github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg= From 4d81d352a8b663f24051a4dbdd5c7cc2f1b9dce6 Mon Sep 17 00:00:00 2001 From: BeniaminDrasovean Date: Thu, 9 Oct 2025 11:41:55 +0300 Subject: [PATCH 6/7] update go mod --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 8d11918..d6cc2a2 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.23 require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/gin-gonic/gin v1.10.0 - github.com/multiversx/mx-chain-core-go v1.4.1-0.20250909090314-60b4de5d3d1b - github.com/multiversx/mx-chain-go v1.10.7-0.20250909093432-757f2de643d3 + github.com/multiversx/mx-chain-core-go v1.4.1-0.20251008080323-47eabeb57bc5 + github.com/multiversx/mx-chain-go v1.10.7-0.20251008112454-7d08af086416 github.com/multiversx/mx-chain-logger-go v1.1.0 github.com/multiversx/mx-chain-proxy-go v1.3.1 github.com/pelletier/go-toml v1.9.3 @@ -120,7 +120,7 @@ require ( github.com/multiversx/concurrent-map v0.1.4 // indirect github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect - github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 // indirect + github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e // indirect github.com/multiversx/mx-chain-scenario-go v1.6.0 // indirect github.com/multiversx/mx-chain-storage-go v1.1.0 // indirect github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect diff --git a/go.sum b/go.sum index 56d1429..2f0d58b 100644 --- a/go.sum +++ b/go.sum @@ -410,14 +410,14 @@ 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.3.0 h1:ziNM1dRuiR/7al2L/jGEA/a/hjurtJ/HEqgazHNt9P8= github.com/multiversx/mx-chain-communication-go v1.3.0/go.mod h1:gDVWn6zUW6aCN1YOm/FbbT5MUmhgn/L1Rmpl8EoH3Yg= -github.com/multiversx/mx-chain-core-go v1.4.1-0.20250909090314-60b4de5d3d1b h1:+tcmfcnOgrUcw6qr/hFiulEz3Efl4d4yoDmvfhm0jDE= -github.com/multiversx/mx-chain-core-go v1.4.1-0.20250909090314-60b4de5d3d1b/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= +github.com/multiversx/mx-chain-core-go v1.4.1-0.20251008080323-47eabeb57bc5 h1:S574P9sZvNKGZ1m79OFFquN49WT6xBKg/Nasq8hcW2k= +github.com/multiversx/mx-chain-core-go v1.4.1-0.20251008080323-47eabeb57bc5/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k= github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM= -github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5 h1:8hTEJHQUsiwYo/Gldt6EhmViEUAbPPo/KERIbuQQ3rw= -github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250709113005-a40886ff64f5/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= -github.com/multiversx/mx-chain-go v1.10.7-0.20250909093432-757f2de643d3 h1:1fScHfJQ8MbOHBAMmPZRYshVY2jfZO6MhcehGlohimo= -github.com/multiversx/mx-chain-go v1.10.7-0.20250909093432-757f2de643d3/go.mod h1:TbjVS65uRKRfO/EwKI5yX413nPElduZDslBeFJde5Uo= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e h1:cDvUI1hc4QIeav+64wUrdEu97ZePnL5VlbBtycxypk4= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= +github.com/multiversx/mx-chain-go v1.10.7-0.20251008112454-7d08af086416 h1:tZ95VMe6eSnwH7/vJAoNBQOJyglqfn0D5DPJVGbCytI= +github.com/multiversx/mx-chain-go v1.10.7-0.20251008112454-7d08af086416/go.mod h1:zaSPkLTpDK+AqqSEjavuwJPAQTuZVNmJg5nxx5aG3D8= github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM= github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g= github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg= From 2d8fa3b517de13e9fb69afab6132e1027a7b5bdc Mon Sep 17 00:00:00 2001 From: Sorin Stanculeanu Date: Wed, 22 Oct 2025 12:31:09 +0300 Subject: [PATCH 7/7] mx-chain-go@v1.10.8 --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index d6cc2a2..47e72e8 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.23 require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/gin-gonic/gin v1.10.0 - github.com/multiversx/mx-chain-core-go v1.4.1-0.20251008080323-47eabeb57bc5 - github.com/multiversx/mx-chain-go v1.10.7-0.20251008112454-7d08af086416 + github.com/multiversx/mx-chain-core-go v1.4.1 + github.com/multiversx/mx-chain-go v1.10.8 github.com/multiversx/mx-chain-logger-go v1.1.0 github.com/multiversx/mx-chain-proxy-go v1.3.1 github.com/pelletier/go-toml v1.9.3 @@ -120,7 +120,7 @@ require ( github.com/multiversx/concurrent-map v0.1.4 // indirect github.com/multiversx/mx-chain-communication-go v1.3.0 // indirect github.com/multiversx/mx-chain-crypto-go v1.3.0 // indirect - github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e // indirect + github.com/multiversx/mx-chain-es-indexer-go v1.9.2 // indirect github.com/multiversx/mx-chain-scenario-go v1.6.0 // indirect github.com/multiversx/mx-chain-storage-go v1.1.0 // indirect github.com/multiversx/mx-chain-vm-common-go v1.6.0 // indirect diff --git a/go.sum b/go.sum index 2f0d58b..64be244 100644 --- a/go.sum +++ b/go.sum @@ -410,14 +410,14 @@ 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.3.0 h1:ziNM1dRuiR/7al2L/jGEA/a/hjurtJ/HEqgazHNt9P8= github.com/multiversx/mx-chain-communication-go v1.3.0/go.mod h1:gDVWn6zUW6aCN1YOm/FbbT5MUmhgn/L1Rmpl8EoH3Yg= -github.com/multiversx/mx-chain-core-go v1.4.1-0.20251008080323-47eabeb57bc5 h1:S574P9sZvNKGZ1m79OFFquN49WT6xBKg/Nasq8hcW2k= -github.com/multiversx/mx-chain-core-go v1.4.1-0.20251008080323-47eabeb57bc5/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= +github.com/multiversx/mx-chain-core-go v1.4.1 h1:ljs53jpdjtCohpaqm2n/dvTGrFlSgIpoZYH8RVt5cWo= +github.com/multiversx/mx-chain-core-go v1.4.1/go.mod h1:IO+vspNan+gT0WOHnJ95uvWygiziHZvfXpff6KnxV7g= github.com/multiversx/mx-chain-crypto-go v1.3.0 h1:0eK2bkDOMi8VbSPrB1/vGJSYT81IBtfL4zw+C4sWe/k= github.com/multiversx/mx-chain-crypto-go v1.3.0/go.mod h1:nPIkxxzyTP8IquWKds+22Q2OJ9W7LtusC7cAosz7ojM= -github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e h1:cDvUI1hc4QIeav+64wUrdEu97ZePnL5VlbBtycxypk4= -github.com/multiversx/mx-chain-es-indexer-go v1.9.2-0.20250911071926-d541c7037e7e/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= -github.com/multiversx/mx-chain-go v1.10.7-0.20251008112454-7d08af086416 h1:tZ95VMe6eSnwH7/vJAoNBQOJyglqfn0D5DPJVGbCytI= -github.com/multiversx/mx-chain-go v1.10.7-0.20251008112454-7d08af086416/go.mod h1:zaSPkLTpDK+AqqSEjavuwJPAQTuZVNmJg5nxx5aG3D8= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2 h1:/K/cpTkwlFJ7zOD8VRhgc6ixi1t/3ua8CLl63LWHjvE= +github.com/multiversx/mx-chain-es-indexer-go v1.9.2/go.mod h1:t1rkD2vHXSI4EClig0h7+kRCSUCRrMF+emr4DHxFtfA= +github.com/multiversx/mx-chain-go v1.10.8 h1:5QndnxVA8110cboTPuBLGzBJvbYaQG9OB6XLTHWtacY= +github.com/multiversx/mx-chain-go v1.10.8/go.mod h1:7c9Qvi3lvE0wuHP/xTxbjs1GvTO/7W4NGmzT9IDsJCM= github.com/multiversx/mx-chain-logger-go v1.1.0 h1:97x84A6L4RfCa6YOx1HpAFxZp1cf/WI0Qh112whgZNM= github.com/multiversx/mx-chain-logger-go v1.1.0/go.mod h1:K9XgiohLwOsNACETMNL0LItJMREuEvTH6NsoXWXWg7g= github.com/multiversx/mx-chain-proxy-go v1.3.1 h1:tjbTm3FpR0bjDvWAMK0zwRxRbbjGszSWltng7jv6CIg=