Releases: rsksmart/rsk-explorer-api
Releases · rsksmart/rsk-explorer-api
1.1.3
1.1.2
Fixed
- blocksBalances memory leak
Updated
- blocksBalances: Store record of requested block balances to skip on next sync.
1.1.1
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
Added
- Internal Transactions
- Address Balances
- Decode events using ABI for verified contract
Changed
- Services
1.0.8
Added
- Add 'istanbul' to EVM versions list
Fixed
- TxPool collection indexes
1.0.7
Fixed
- Include event decoded fields in tx.receipt.logs
1.0.6
Added
- Update the balances of the token accounts, recovered in the previous block, when a new block is saved.
1.0.5
Fixed
- Blocks service: Db error on the first run
- Errors when running against a regtest node
Changed
- Docker: expose api documentation
1.0.4
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
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