From 6c49f7948ecc6c8193ec1d8ee120adbf2cd21e38 Mon Sep 17 00:00:00 2001 From: Iuga Mihai Date: Tue, 18 Jul 2023 10:31:10 +0300 Subject: [PATCH 1/3] indexer with extra checks --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bda86475d92..7dc120115a2 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/multiversx/mx-chain-core-go v1.1.37 github.com/multiversx/mx-chain-crypto-go v1.2.6 - github.com/multiversx/mx-chain-es-indexer-go v1.3.18 + github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718070934-ef29602fee5f github.com/multiversx/mx-chain-logger-go v1.0.11 github.com/multiversx/mx-chain-p2p-go v1.0.14 github.com/multiversx/mx-chain-storage-go v1.0.7 diff --git a/go.sum b/go.sum index e93b1fb6742..7157b6a0b9e 100644 --- a/go.sum +++ b/go.sum @@ -620,8 +620,8 @@ github.com/multiversx/mx-chain-core-go v1.1.37 h1:2EYoUWjr+8zUYEt3TBMnQ+0UUZwDb7 github.com/multiversx/mx-chain-core-go v1.1.37/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk= github.com/multiversx/mx-chain-crypto-go v1.2.6 h1:yxsjAQGh62los+iYmORMfh3w9qen0xbYlmwU0juNSeg= github.com/multiversx/mx-chain-crypto-go v1.2.6/go.mod h1:rOj0Rr19HTOYt9YTeym7RKxlHt91NXln3LVKjHKVmA0= -github.com/multiversx/mx-chain-es-indexer-go v1.3.18 h1:/zaLCIDVOjVdYXlNoA806mT9jTfpzwLibYzOYAoS9fk= -github.com/multiversx/mx-chain-es-indexer-go v1.3.18/go.mod h1:B8ahv6M93qHallA9fN+yknQFzdrDhHDgVlCy/0PVcG0= +github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718070934-ef29602fee5f h1:4+SyR2wBH3Tbd6aNAUZMhUL5YkPUmFmOe7dNj+JzEKc= +github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718070934-ef29602fee5f/go.mod h1:B8ahv6M93qHallA9fN+yknQFzdrDhHDgVlCy/0PVcG0= 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/multiversx/mx-chain-p2p-go v1.0.14 h1:ndrOESrdNyb0AFIqYAZ1yBYJF7cK1skgePO/zTbe/BU= From 457a7a7a0d2daafdfc06120bff63bb023d62160f Mon Sep 17 00:00:00 2001 From: Iuga Mihai Date: Tue, 18 Jul 2023 11:31:52 +0300 Subject: [PATCH 2/3] update --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7dc120115a2..87fb2b5dd77 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/multiversx/mx-chain-core-go v1.1.37 github.com/multiversx/mx-chain-crypto-go v1.2.6 - github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718070934-ef29602fee5f + github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718082301-1f727c178898 github.com/multiversx/mx-chain-logger-go v1.0.11 github.com/multiversx/mx-chain-p2p-go v1.0.14 github.com/multiversx/mx-chain-storage-go v1.0.7 diff --git a/go.sum b/go.sum index 7157b6a0b9e..62c51932b05 100644 --- a/go.sum +++ b/go.sum @@ -620,8 +620,8 @@ github.com/multiversx/mx-chain-core-go v1.1.37 h1:2EYoUWjr+8zUYEt3TBMnQ+0UUZwDb7 github.com/multiversx/mx-chain-core-go v1.1.37/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk= github.com/multiversx/mx-chain-crypto-go v1.2.6 h1:yxsjAQGh62los+iYmORMfh3w9qen0xbYlmwU0juNSeg= github.com/multiversx/mx-chain-crypto-go v1.2.6/go.mod h1:rOj0Rr19HTOYt9YTeym7RKxlHt91NXln3LVKjHKVmA0= -github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718070934-ef29602fee5f h1:4+SyR2wBH3Tbd6aNAUZMhUL5YkPUmFmOe7dNj+JzEKc= -github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718070934-ef29602fee5f/go.mod h1:B8ahv6M93qHallA9fN+yknQFzdrDhHDgVlCy/0PVcG0= +github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718082301-1f727c178898 h1:mjo33V19PLYeCBxsdbAnHbgz1p/wfF2uvbaZmpfOr4s= +github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718082301-1f727c178898/go.mod h1:B8ahv6M93qHallA9fN+yknQFzdrDhHDgVlCy/0PVcG0= 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/multiversx/mx-chain-p2p-go v1.0.14 h1:ndrOESrdNyb0AFIqYAZ1yBYJF7cK1skgePO/zTbe/BU= From 6e4e7ac1a6cb9d34ced9490e40b9a6cd72892a02 Mon Sep 17 00:00:00 2001 From: Iuga Mihai Date: Tue, 18 Jul 2023 16:07:01 +0300 Subject: [PATCH 3/3] proper tag --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 87fb2b5dd77..19e51432c57 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/multiversx/mx-chain-core-go v1.1.37 github.com/multiversx/mx-chain-crypto-go v1.2.6 - github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718082301-1f727c178898 + github.com/multiversx/mx-chain-es-indexer-go v1.3.20 github.com/multiversx/mx-chain-logger-go v1.0.11 github.com/multiversx/mx-chain-p2p-go v1.0.14 github.com/multiversx/mx-chain-storage-go v1.0.7 diff --git a/go.sum b/go.sum index 62c51932b05..3223131fdf6 100644 --- a/go.sum +++ b/go.sum @@ -620,8 +620,8 @@ github.com/multiversx/mx-chain-core-go v1.1.37 h1:2EYoUWjr+8zUYEt3TBMnQ+0UUZwDb7 github.com/multiversx/mx-chain-core-go v1.1.37/go.mod h1:8gGEQv6BWuuJwhd25qqhCOZbBSv9mk+hLeKvinSaSMk= github.com/multiversx/mx-chain-crypto-go v1.2.6 h1:yxsjAQGh62los+iYmORMfh3w9qen0xbYlmwU0juNSeg= github.com/multiversx/mx-chain-crypto-go v1.2.6/go.mod h1:rOj0Rr19HTOYt9YTeym7RKxlHt91NXln3LVKjHKVmA0= -github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718082301-1f727c178898 h1:mjo33V19PLYeCBxsdbAnHbgz1p/wfF2uvbaZmpfOr4s= -github.com/multiversx/mx-chain-es-indexer-go v1.3.19-0.20230718082301-1f727c178898/go.mod h1:B8ahv6M93qHallA9fN+yknQFzdrDhHDgVlCy/0PVcG0= +github.com/multiversx/mx-chain-es-indexer-go v1.3.20 h1:/82eDBsjlEm6dNgW44WQOBqKByRAWr3n6OWjYpi43vE= +github.com/multiversx/mx-chain-es-indexer-go v1.3.20/go.mod h1:B8ahv6M93qHallA9fN+yknQFzdrDhHDgVlCy/0PVcG0= 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/multiversx/mx-chain-p2p-go v1.0.14 h1:ndrOESrdNyb0AFIqYAZ1yBYJF7cK1skgePO/zTbe/BU=