This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Releases: LiskArchive/lisk-explorer
Releases · LiskArchive/lisk-explorer
Version 1.5.0
Change Log
v1.5.0 (2018-03-27)
Fixed bugs:
- Market Watcher: Backend stability bug #475
- getLastBlocks pagination problem #466
- Market Watcher: Invalid response during update causes a process crash #457
- Market Watcher: Bittrex data parsing error #450
- Delegate Monitor: Getting latest registrations fails when no delegate data is available #446
- Network monitor: Connected peers count is not stable #445
- Poloniex candles are missing data #425
- Inaccurate BTC volume for Bittrex when compared to LSK volume #420
- Network monitor will indicate how many peers are disconnected from the network. #417
Closed issues:
- Jenkins: Test config should contain certain params for Explorer >= 1.5.0 #486
- Add robots.txt and make links nofollow + noindex #444
- Repo contains Dockerfile but no instructions on how to use #439
Merged pull requests:
- Fix a minor css regression - Closes #494 #495 (reyraa)
- Test against core 0.9.12a from lisk-docker - Closes #486 #492 (fchavant)
- Fix for Market Watcher stability bug - Closes #475 #476 (MichalTuleja)
- Remove disconnected peers - Closes #417 #469 (reyraa)
- Fix blocks page pagination - Closes #466 #468 (lsilvs)
- Market Watcher validation error - Closes #457 #462 (MichalTuleja)
- Data parsing error fix - Closes #450 #456 (MichalTuleja)
- Display connected peers count correctly - Closes #445 #455 (MichalTuleja)
- Gaps between candles fix - Closes #425 #452 (MichalTuleja)
- Add robots.txt - Closes #444 #448 (MichalTuleja)
- Missing delegate data WebSocket fix - Closes #446 #447 (MichalTuleja)
- Readme update: Docker instruction - Closes #439 #441 (MichalTuleja)
- Bittrex BTC volume bug - Closes #420 #440 (MichalTuleja)
Version 1.4.3
Version 1.4.2
Change Log
v1.4.2 (2018-02-06)
Implemented enhancements:
Fixed bugs:
- Redis cache items last too long #412
- Build candles during docker deployment #411
- Buttons within activity graph HUD do not work #379
- getStatistics returns error response instead of raising an exception when no data available in Redis #377
- Searching "zen" in lisk explorer pulls up wrong account #371
- Fix market watcher candles endpoints #368
- Fix alignment of headings in header #357
Closed issues:
- Update README.md for 1.4.2 #407
- Update links in header and footer #406
- Add new coincheck address to known list #404
- Market Watcher: Number of trades are not shown for Bittrex #387
- Minor linting problem #385
- Log messages are not displayed or written correctly #376
- Another address for hardcoding #370
- Another exchanger name for hard coding #369
- Add license headers to all files #233
Merged pull requests:
- Docker deployment fix - Closes #411 #414 (MichalTuleja)
- Redis cache TTL bug fix, reduces DB save to one request - Closes #412 #413 (MichalTuleja)
- README update - Closes #407 #410 (MichalTuleja)
- Header and footer updates - Closes #406 #409 (MichalTuleja)
- Disable E2E tests in Jenkinsfile - Refers #394 #408 (MichalTuleja)
- Add new wallet of Coincheck.com - Closes #404 #405 (MichalTuleja)
- Number of trades placeholder when data unavailable - Closes #387 #392 (MichalTuleja)
- Add Bitbay and Binance to the known wallets list - Closes #369 #391 (MichalTuleja)
- Add HitBTC Hot Wallet to the known wallets list - Closes #370 #390 (MichalTuleja)
- Fix for activity graph buttons - Closes #379 #389 (MichalTuleja)
- Add license headers to all files - Closes #233 #388 (MichalTuleja)
- Linting fix - Closes #385 #386 (MichalTuleja)
- Fix market watcher candles endpoints - Closes #368 #384 (MichalTuleja)
- getStatistics returns error response instead of raising an exception when no data available in Redis - Closes #377 #381 (MichalTuleja)
- Messages are written to the log properly - Closes #376 #380 (MichalTuleja)
- Flag uninitialized addresses - Closes #372 #374 (reyraa)
- Tweak search results - Closes #371 #373 (reyraa)
- Add Dockerfile and configuration file for Docker - Closes #366 #367 (fchavant)
Version 1.4.1
Version 1.4.0
Change Log
v1.4.0 (2017-11-14)
Fixed bugs:
- Dapp deposit/withdrawal types are wrong #353
Closed issues:
- Switch static code analysis from jshint to eslint #105
- Configure Eslint using our base config #259
- Perform automatic eslint fixings #260
- Apply code changes and enhancements required to meet eslint rules for libs #262
- Apply code changes and enhancements required to meet eslint rules for utils #265
- Apply code changes and enhancements required to meet eslint rules for api #266
- Apply code changes and enhancements required to meet eslint rules for benchmarks #268
- Apply code changes and enhancements required to meet eslint rules for src/components #271
- Apply code changes and enhancements required to meet eslint rules for api sockets #273
- Optimise images #275
- Apply code changes and enhancements required to meet eslint rules for src #276
- Apply code changes and enhancements required to meet eslint rules for all remaining files #279
- Refactor repeated codes in Api #281
- Allow concurrent Jenkins runs #300
- Make redis database number configurable #324
- Add Changelly to known addresses #341
- Run eslint on all the source files including configs #343
- Remove obsolete Grunt tasks #345
- Data provided in network monitor page is confusing #347
- Network statistics is not quite visible #349
- Create Pull request template #351
Merged pull requests:
- Optimise images - Close #275 #264 (albinekcom)
- Make redis database number configurable - Close #324 #325 (fchavant)
- changes to enable concurrent runs - Close #300 #329 (Nazgolze)
- Add Changelly to known addresses - Closes #341 #342 (reyraa)
- Cleanup grunt file - #345 #346 (reyraa)
- Run Eslint on all the source files - Closes #343 #344 (reyraa)
- Use a more informative design for peers statistics - Closes #347 #348 (reyraa)
- Improve network statistics readability - Closes #349 #350 (reyraa)
- Create Pull request template - Closes #351 #352 (reyraa)
- Fix transaction types - Closes #353 #354 (reyraa)
- Replace jshint with eslint - Closes #259 #258 (reyraa)
- Perform automatic eslint fixings - Closes #260 #261 (reyraa)
- Eslint fixings in libs directory - Closes #262 #263 (reyraa)
- Eslint fixings in utils directory- Closes #265 #267 (reyraa)
- Eslint fixings in benchmarks directory - Closes #268 #269 (reyraa)
- Eslint fixings in Api directory - Closes #266 #270 (reyraa)
- Eslint fixings in src/components directory - Closes #271 #272 (reyraa)
- Eslint fixings in src directory - Closes #276 #278 (reyraa)
- Eslint fixings in all remaining files directory - Closes #279 #280 (reyraa)
- Refactor repeated codes in Api - Closes #281 #282 (reyraa)
Version 1.3.2
Version 1.3.1
Change Log
Version 1.3.1
Implemented enhancements:
- Add analytic meta tag #308
- Add eslint no-exclusive-tests rule #309
- Run eslint in Jenkins build pipeline #311
- Performance improvement in Search Api #320
Fixed bugs:
Closed issues:
- Remove obsolete and unstable Api tests #314
- Minor regressions #316
- Add analytic meta tag #308
- Add eslint no-exclusive-tests rule #309
- Run eslint in Jenkins build pipeline #311
- Performance improvement in Search Api #320
Merged pull requests:
- Skip obsolete tests - Closes #314 #315 (reyraa)
- Fix some minor regressions - Closes #316 #317 (reyraa)
- Add custom meta tag - Closes #308 #313 (reyraa)
- Add eslint no-exclusive-tests rule - Closes #309 #310 (reyraa)
- Add eslint step to Jenkinsfile - Closes #311 #312 (reyraa)
- Search performance improvement - Closes #320 #321 (reyraa)
Version 1.3.0
1.3.0 (2017-08-15)
Implemented enhancements:
- Default values for search #254
- Improve the error message of transaction filter #251
- Implement sorting on transactions list #225
- Improve transactions filtering/search #150
- Create granular log levels for explorer logging #29
- Default values for search - Closes #254 #255 (reyraa)
- Improve the error message for transactions filter - Closes #251 #252 (reyraa)
- Add sorting functionality to transactions list - Closes #225 #235 (reyraa)
- Improve transactions filtering - Closes #150 #234 (reyraa)
- Replace Zeroclipboard with Clipboardjs - Closes #228 #230 (alepop)
- Log to a configurable file and a minimum logging level #203 (5an1ty)
Fixed bugs:
- Improve the error message of transaction filter #251
- Default logging writes to stdout #248
- Delegate Monitor shows wrong "Best Forger" #244
- Improve the error message for transactions filter - Closes \#251 #252 (reyraa)
- Default logs to write to logs folder - Closes #248 #249 (Isabello)
- Wrong best forger - Closes #244 #246 (reyraa)
Closed issues:
- Adjust e2e tests to new behavior #242
- Tests fails because jshint #240
- Delegate names should also direct to address page #227
- Best height % calculation always 0 #226
- Top accounts displays 0% in all columns #224
- Write end-to-end tests with cucumber and protractor #196
Merged pull requests:
- Adjust e2e tests to new behavior - Closes #242 #243 (4miners)
- Fix jshint errors - Closes #240 #241 (4miners)
- Fix missing comma - Closes #238 #239 (4miners)
- Fix supply percent calc in top accounts - Closes #224 #237 (4miners)
- Fix percent calculation for heights in network monitor - Closes #226 #236 (4miners)
- Delegate names should also direct to address page - Closes #227 #232 (alepop)
- Write e2e tests - Closes #196 #205 (slaweet)
Version 1.2.0
Change Log
1.2.0 (2017-07-05)
Implemented enhancements:
- Display votes on address pages when acc is delegate #221
- Get rid of bower #120
- Search for publicKey within explorer #41
- Allow search by public key - Closes #41 #223 (4miners)
- Display votes on address page if account is delegate - Closes #221 #222 (4miners)
- Update known.json #194 (biolypl)
- Add rub exchange #192 (alepop)
Fixed bugs:
- Redis db getting big because of candles #209
- OS markers are missing #199
- Issue showing best block and volume in network monitor #197
- Reset duration prior to start update on candles - Closes #209 #210 (4miners)
- Fix css for retina display #206 (alepop)
- Fix OS markers in network monitor #200 (reyraa)
- Network monitor page fixings - Closes #197 #198 (reyraa)
- Fix runtime error on production build - Fixes #177 #195 (alepop)
- Fix the usage of natural filter function from rootScope #190 (reyraa)
Closed issues:
- Missing votes count #219
- Missing delegate proposal icons #217
- Transactions are not displayed on blocks pages #215
- Placeholer not formatted correctly #213
- Menu not open on mobile #211
- Increase the size of delegate status bubbles #207
- Sorting no longer works on Delegate Monitor #183
- Breadcrumbs are always empty #177
- Review and update README.md #166
Merged pull requests:
- Fix missing votes count - Closes #219 #220 (4miners)
- Fix missing delegate proposals icons - Closes #217 #218 (4miners)
- Transactions are not displayed on blocks pages - Closes #215 #216 (4miners)
- Fix seach placeholder formatting - Closes #213 #214 (4miners)
- Fix menu on mobile - Closes #211 #212 (4miners)
- Fix css module require position - Closes #207 #208 (alepop)
- Update webpack and readme - Closes #166 #191 (reyraa)