Skip to content

Releases: multiversx/mx-chain-es-indexer-go

v1.0.4

27 Apr 11:43
6e9570c
Compare
Choose a tag to compare
  • #14 Bug fixes:
    • fixed the wrong status of invalid ESDT transfers
    • fixed the wrong status of ESDTNFTTransfer transactions

v1.0.3

22 Mar 12:15
1af00c1
Compare
Choose a tag to compare
  • #11 Remove Options structure and config folder

v1.0.2

22 Mar 08:13
5fa1161
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
  • #8 Changed the indexer interface.

v1.0.1

24 Feb 13:29
085fa2c
Compare
Choose a tag to compare
  • #6 Fixed the issue related to accounts-history index of elasticsearch. Before this, the timestamp that was used the current time of the node running it, but it should have been the block's timestamp

v1.0.0

18 Feb 10:05
b058294
Compare
Choose a tag to compare
  • #1, #2, #3 Moved elasticsearch indexer code from the elrond-go repository in this new repository.
    The functionality remains the same.