Skip to content

Releases: rsksmart/rsk-explorer-api

1.1.3

04 Aug 23:55
Compare
Choose a tag to compare

This release requires the regeneration of the DB follow the instructions in UPDATES.md before starting.

Fixed

  • Event decoding
  • Addresses balances
  • Token Addresses balances and detection
  • Repetitive indexing of collections at each service start.
  • Tokens total supply, see #30

1.1.2

17 Jul 17:30
Compare
Choose a tag to compare

Fixed

  • blocksBalances memory leak

Updated

  • blocksBalances: Store record of requested block balances to skip on next sync.

1.1.1

16 Jul 20:04
Compare
Choose a tag to compare

Changed

  • Default config, remove logging to files as default
  • blocksBalances service, get balances one by one.

Added

  • Log configuration instructions to README
  • config.log.dir as PM2 log folder in blocks.config.js
  • api.config.js, PM2 config file to start api

Fixed

  • Unhandled promise rejection on API start

1.1.0

13 Jul 16:14
Compare
Choose a tag to compare

Added

  • Internal Transactions
  • Address Balances
  • Decode events using ABI for verified contract

Changed

  • Services

1.0.8

02 Jun 22:41
Compare
Choose a tag to compare

Added

  • Add 'istanbul' to EVM versions list

Fixed

  • TxPool collection indexes

1.0.7

08 Apr 17:15
Compare
Choose a tag to compare

Fixed

  • Include event decoded fields in tx.receipt.logs

1.0.6

08 Apr 17:14
Compare
Choose a tag to compare

Added

  • Update the balances of the token accounts, recovered in the previous block, when a new block is saved.

1.0.5

05 Mar 06:14
Compare
Choose a tag to compare

Fixed

  • Blocks service: Db error on the first run
  • Errors when running against a regtest node

Changed

  • Docker: expose api documentation

1.0.4

28 Feb 18:46
Compare
Choose a tag to compare

Added

  • Search addresses by name
  • Buckets queries
  • Array support to field filters

Changed

  • tools/wsGet, add file stream to support big exports
  • Rename circulating fields

Fixed

  • API/Address.getMiners

1.0.3

28 Feb 18:46
Compare
Choose a tag to compare

Added

  • Decode bridge events
  • Indexed _addresses field to events collection
  • _metadata field to blocks that includes: txDensity, hashrate and time
  • Transactions channel
  • CirculatingSupply to stats
  • ActiveAccounts to stats

Changed

  • ContractParser, remove web3 dependency
  • Refactor ContractParser as rsk-contract-parser
  • Refactor utils as rsk-utils
  • Status collection to capped collection
  • Remove transactions from blocks channel
  • Remove disabled modules from API interactive documentation

Fixed

  • Indexed ids on events and transactions, that produced errors in some queries
  • tools/getBlock
  • swagger.json url

Removed

  • ExtendedStats module