Skip to content

Latest commit

 

History

History
306 lines (216 loc) · 25.3 KB

CHANGELOG.md

File metadata and controls

306 lines (216 loc) · 25.3 KB

Change Log

v1.2.0 (2020-05-05)

Full Changelog

Implemented enhancements:

v1.1.0 (2020-03-25)

Full Changelog

v1.0.0 (2019-12-05)

Full Changelog

Closed issues:

  • Installed globally, Permission denied #130
  • Run EOSIO Explorer as service #128

Merged pull requests:

v0.3.8 (2019-07-16)

Full Changelog

v0.3.6 (2019-07-16)

Full Changelog

v0.3.5 (2019-07-15)

Full Changelog

Implemented enhancements:

v0.3.4 (2019-07-10)

Full Changelog

Implemented enhancements:

v0.3.3 (2019-07-05)

Full Changelog

Implemented enhancements:

v0.3.2 (2019-06-28)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix a bug where calling eosio-explorer start right after eosio-explorer init would clear the local storage #121 (jcardenas9x)
  • Refactor manage accounts page #115 (varshajnagaraja)
  • Adjustments to in-app console log terminal #110 (jcardenas9x)
  • Fogbugz 3457 - Compiler service dev mode #107 (mjk90)
  • Fogbugz 3422 - Push Action: There is no sorting on filter by smart contract #105 (varshajnagaraja)
  • Fogbugz 3419 - Error Console going off screen #104 (mjk90)
  • Fogbugz 3431 - Action history loading spinner #102 (mjk90)
  • Fogbugz 3425 - Deployment Page responsive CSS issues #101 (mjk90)
  • Fogbugz 3411: Improper not found styling on Action Detail Page #100 (varshajnagaraja)
  • Move dotenv package back into "dependencies" for production build. #99 (terrylks)

Closed issues:

  • Cannot deploy contract with a header file. #109

Merged pull requests:

v0.3.1 (2019-05-24)

Full Changelog

Implemented enhancements:

  • Remove legacy code which only used for npm private package. #97 (terrylks)
  • Align Console Logger to page padding. #96 (terrylks)

v0.3.1-alpha.0 (2019-05-24)

Full Changelog

Implemented enhancements:

  • Move styled-components dependencies from eosio-toppings to here. #95 (terrylks)
  • Prepare push to npm with only build related files. #94 (terrylks)
  • Fogbugz 3447 - Add footer with Privacy Policy link #92 (mjk90)
  • Remove unnecessary dependencies #91 (varshajnagaraja)
  • Fogbugz 3443 - In production mode, serve the app to user without building GUI while init #90 (terrylks)
  • Fogbugz 3442 - Handle docker volumes after restart #89 (matharuajay)
  • Fogbugz 3426: Kill and restart the process in pm2 #88 (varshajnagaraja)

Fixed bugs:

  • Fogbugz 3442 - Handle docker volumes after restart #89 (matharuajay)

Merged pull requests:

  • Doc: add Analytics section. #93 (terrylks)
  • Update README.md .. Fixed path: ~/.bash_profile #87 (jcalfee)

v0.3.0 (2019-05-21)

Full Changelog

Merged pull requests:

  • Added '0' to list of invalid numbers for account creation #86 (jcardenas9x)
  • Release v0.3.0 and release to public. #77 (terrylks)

0.3.0-beta.0 (2019-05-21)

Full Changelog

v0.3.0-beta.0 (2019-05-21)

Full Changelog

Merged pull requests:

  • Internal: SKIP_PREFLIGHT_CHECK using create react app #85 (terrylks)

v0.3.0-beta (2019-05-21)

Full Changelog

0.3.0-beta (2019-05-21)

Full Changelog

Implemented enhancements:

  • Apply different tag manager code based on node env #84 (matharuajay)
  • Change name "Events" to "Console Log" for the logger panel. #82 (terrylks)

Fixed bugs:

  • Fix typos in the CLI help messages for individual commands #83 (jcardenas9x)
  • Changed Github link in welcome popup to eosio-explorer repository #80 (mjk90)

Merged pull requests:

0.3.0-alpha.2 (2019-05-20)

Full Changelog

v0.3.0-alpha.2 (2019-05-20)

Full Changelog

Fixed bugs:

  • Fix problem where changing to mainnet/other connection and then changing back to local node did not update blockchain info #75 (jcardenas9x)

Merged pull requests:

v0.3.0-alpha.1 (2019-05-20)

Full Changelog

Implemented enhancements:

  • Change console logger notification background to blue and "Errors" to "Events" #71 (varshajnagaraja)

Fixed bugs:

  • Disabled button for hardcoded eosio account using our tool #73 (jcardenas9x)
  • Fogbugz 3418: Connection indicator breaks when MongoDB gives connection error #70 (varshajnagaraja)

Merged pull requests:

v0.3.0-alpha.0 (2019-05-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix: Do not yarn install in init if the app is yarn global installed #69 (terrylks)

v0.3.0-alpha (2019-05-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Fix a bug where prefilling an action with missing ABI breaks the push action page when revisiting it #66 (jcardenas9x)
  • Fogbugz 3374 - Actions List timeout fix #64 (mjk90)
  • Fogbugz 3413: handle the url which contains '/' at the end #63 (varshajnagaraja)
  • Fogbugz 3371: Help button should appear in front of all other buttons #61 (varshajnagaraja)
  • Fixed issue where permission page breaks when connected to mainnet #59 (jcardenas9x)
  • Fogbugz 3403 - Action history filter fix #56 (mjk90)
  • Performance fix in frontend for slow loading in mongodb #49 (terrylks)
  • Critical UI Fixes for Manage Accounts Page #48 (jcardenas9x)
  • Fix: remove unused endpoint connect epic in push action page and bloc… #47 (terrylks)
  • Fogbugz 3378 - Add pm2 to run the application #46 (matharuajay)
  • Fix drag and drop code viewer accepting .json files #45 (jcardenas9x)
  • Fogbugz 3381 - Fixed create account validation #44 (mjk90)
  • Changed polling time to a global config, add timestamp to error log #43 (varshajnagaraja)
  • Fix critical error where permission page breaks if currently not connected to any blockchain #42 (jcardenas9x)
  • Included missing account name validation in create account panel #41 (jcardenas9x)
  • Fix multiple argument issue with cli #39 (matharuajay)

Merged pull requests:

v0.2.2 (2019-05-08)

Full Changelog

Implemented enhancements:

  • Fogbugz 3370: Polling should start immediately rather after 1st interval #36 (varshajnagaraja)
  • Fogbugz 3304 - Add help and version to script files #35 (matharuajay)
  • Update images to latest stable version. nodeos to v1.7.3 cdt to v1.6.1 #25 (terrylks)
  • Modified the 'SUBMIT' button text in Create Account panel to 'CREATE' #24 (jcardenas9x)
  • Left align 'No. of Transactions' column in blocks list page #23 (varshajnagaraja)
  • FogBugz 3360 - Tidy up Permission Page by hiding Import Account Section if there are no accounts to import #22 (jcardenas9x)
  • Removed TestRPCPage files and Routing #20 (mjk90)
  • Fogbugz 3339 - Reload button and error message changes #15 (mjk90)
  • Major UI and UX Updates to Deployment Page, other small fixes #12 (jcardenas9x)
  • Fogbugz 3344, 3351, 3352, Capitalize all buttons #11 (varshajnagaraja)
  • Fogbugz 3345: Remove button disabled for search button and capitalise #9 (varshajnagaraja)
  • Fogbugz 3347 - Action Page UI Fixes #8 (matharuajay)
  • Fogbugz 3348 - Account Page UI Changes #7 (matharuajay)
  • add semicolon to connected mongodb label #5 (matharuajay)
  • Fogbugz 3341 - Change header casing #4 (matharuajay)
  • Update multi index table select label #2 (matharuajay)

Fixed bugs:

Merged pull requests:

v0.2.1 (2019-05-03)

Full Changelog

* This Change Log was automatically generated by github_changelog_generator