Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
650 lines (368 loc) · 45.9 KB

File metadata and controls

650 lines (368 loc) · 45.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.4 (2020-02-12)

Bug fixes

  • withdraw vesting balance, remove balance_type (99a89ac)
  • done.jsx: participation dialogue not displayed after completing voting (1a44c77)
  • proxy.jsx: publish button of proxy modal remains disabled (f89cafd)
  • vote modal: published change is not retained on switching tabs (60052d4)
  • helpmodal: link opening in wrong format (9516a47)
  • gpos start/participate: remove completed indicators (b376d10)
  • power up/down input: block entry of 'e', 'E', '-', & '+' (scientific notation support removal) (39d6bb1)
  • withdrawal/deposits math: fix math calculations for withdrawal/deposit on GPOS balances (1b6615d)
  • finish button in vote section: "FINISH" button is no longer always clickable (bf5793c)
  • claim vesting: other vesting balance types will no longer appear within the claim balance screen (604aaa4)

1.5.1-alpha (2019-12-23)

Bug Fixes

  • power down: provide first available gpos type vested balance (8b056bd)

1.5.0-beta (2019-12-17)

1.0.28 (2019-12-11)

Bug Fixes

  • power down: can not withdraw when regular balance is low (9ba12f7)

1.0.27 (2019-12-11)

Bug Fixes

  • power down: can not withdraw when regular balance is low (94dc174)

1.0.26 (2019-12-11)

Bug Fixes

  • fixed a merge conflict issue with deprecated variable naming (fee2ae5)

1.0.25 (2019-12-11)

1.0.24 (2019-12-10)

Bug Fixes

  • power down: resolve issue causeing power down to fail (5659447)

1.0.23 (2019-12-10)

Bug Fixes

  • fix invalid check for submit (8bc3cbc)

1.0.22 (2019-12-10)

Bug Fixes

⚠ BREAKING CHANGES

  • ws: removal of peerplaysjs-ws and refactoring of its imports

Bug Fixes

  • fix distributable crashing (bb07077)

  • ws: removed peerplaysjs-ws (89aa3f3)

1.0.21 (2019-12-10)

WAL-250

  • fix(tgpos transaction): correct parameter name

name for parameter was incorrect within gpos transaction operation object.

WAL-250

  • feat: display gpos stats regardless of user gpos balance

add config for quick swap config of this functionality

WAL-275

  • feat: remove vote header nav button

functionality has been moved to the gpos modal

WAL-274

  • feat(vote tab): added vote tab functionality to gpos modal

voting functionality exists inside the modal. still pending other gui elements on this section

WAL-251

  • style(gpos vote): style modifications

  • style(gpos voting): styles

  • feat(vote tab): navigation buttons and styling

modified styles to match mockup and added navigation

  • feat(locales): update all locale files

  • style: done screen temp wip styles

  • feat(done): complete done page

WAL-252

  • style(gpos modal): gpos modal styles and fonts

  • style: gpos font constants

also fixed bug with spacing below gpos panel button when conditional stat display is disabled

  • chore(package security): update a few packages to resolve npm audit flag

  • chore: resolve TODO

  • chore: remove debugger

can't reach this debugger but bad practice to have it there in general

  • feat: alterations to gpos panel

statistics now display a percentage of total rake reward

WAL-277

  • docs: version bump

  • feat: alterations to gpos panel

statistics now display a percentage of total rake reward

WAL-277

  • docs: version bump + changelog

  • feat: alterations to gpos panel

statistics now display a percentage of total rake reward

WAL-277

  • docs: version bump + changelog

  • style: increase size of gpos panel button

  • docs: version bump + changelog

  • fix(pr changes): made changes as a result of PR comments

  • style: vote page styling on smaller screens

more repsonsive support

  • chore: version bump + changelog

  • refactor: alter capitalization of gpos panel stats

  • docs: version bump + changelog

  • fix(step1): fix NaN amount when input is empty

  • docs: version bump + changelog

  • fix: bedmas

  • style: style changes due to recent spec changes

  • feat: alterations to gpos panel

statistics now display a percentage of total rake reward

WAL-277

  • docs: version bump + changelog

  • feat(gpos start): updated the gpos start page

made changes according to recent GUI spec changes

WAL-249

  • docs(gpos start): changes to gpos start screen

WAL-249

  • feat: start screen images changed

  • style: style changes due to recent spec changes

  • style: reskin gpos modal power up screen

tweaked number mechanics a bit in this screen

WAL-250

  • feat: number input max character limit added

cannot enter number that exceeds 32 digits on power up/down screen

  • style: power up/down screen more responsive friendly & img update

power up image on start screen was wrong

  • feat(power down route): added power down screen access

screen is still disabled due to button access but the routing to render the power down and its contents are there now

  • feat(power down): power down screen now renders properly

minimized some code that renders the power up/down

WAL-250

  • feat: dynamic completed tags on stages

start screen will now dynamically track if a stage(power up, power down, and/or vote) has been completed

  • actual submission to the blockchain for a power up and power down has been disabled until they are fully implemented.

WAL-250

  • feat: dynamic disable of vote "button"

  • feat: dynamic button text on start screen of gpos

if there is any progress, the button will say DONE else it says CANCEL

  • feat: vote disabled based on conditions

gpos balance must be greater than zero and the user must have completed one of the two enabled actions.

WAL-250

  • fix: bug with enable/disable of submit button resolved

  • feat(transaction): auto-signing and error/success

sign power up/down transactions automatically and display custom success/error screens for the result of the transaction broadcast

WAL-250

  • refactor: remove deprecated code

  • feat: get fees into power up/down state

  • feat: error states, custom transaction signing,styling

modified styles a bit to be more friendly for error state disaply

WAL-250

  • chore(version): version bump + changelog

  • fix: succeed skipping input stage

added a configurable fake success toggle for power down action.resolved issue where the input form was being skipped during a fake success power up/down action

WAL-250

  • docs: version bump + changelog

  • chore: merge conflict resolutions

  • docs: version bump + changelog

qa release

WAL-279, WAL-249, WAL-250, WAL-277, PJL-23

  • fix: number picker color

wrong color was being used in electron builds

  • fix: capitlization error on GPOS Panel

  • fix: live update of gpos data

gpos data in the gpos panel was not updating live, no longer require re-logging into a user account to get fresh data

WAL-277

  • fix: change balance type to string

  • fix(gpos modal): state cleanup on logout

reset all gpos modal data on logout as it was persisting across different logins prior. Involved moving some data to global redux as the modal never unmounts on a logout

WAL-249

  • refactor: remove commented out code

  • refactor: refactor wizard and step1 to modal and DepositWithdraw

impact is on nearly all files related to GPOS

WAL-276

  • WAL-279, WAL-249, WAL-250, WAL-277, WAL-292, WAL-293, WAL-281, PJL-23 (#81) (ac2853a), closes #81 #79

Bug Fixes

  • power down: changed some logic related to "errors" (ab8447f)
  • power down: spelling/grammar fix (949fb02)

Features

  • power up/down description: added the text for power up/down desc (c637c36)

1.0.20 (2019-12-06)

1.0.19 (2019-12-06)

Bug Fixes

  • gpos modal: state cleanup on logout (5e65bfa)
  • package.json: re-add windows to dist script (190e8eb)
  • power down: incorrect max min check on power down action resolved (9d5fbc3)
  • powerdown: correct the withdrawal date check (12395bd)
  • capitlization error on GPOS Panel (5ecf477)
  • change balance type to string (63837fc)
  • live update of gpos data (6f7bd1d)

Features

  • power down: change max amount allowed withing power down (5b54d2c)
  • power down: implement single transaction withdrawal (6046541)
  • modification due to chain changes (d5118e4)
  • gpos panel: change "lowest reward" to "lower reward" (e824808)
  • gpos panel: implement strings for voting performance (197712b)
  • last_vote_time: add param to all vote actions for account_update (579794f)
  • power down: modify such that available gpos is shown (1356fbe)
  • power down: support for when no available gpos balances (31aa596)
  • power up/down: check if a v.balance can be withdrawn (5208562)
  • power up/down: power up down transactions now succeed (13bf661)
  • recent activity: add support for vesting_balance_create (a672bc7)

1.0.17 (2019-10-08)

Fixed

  • incorrect default color on number picker buttons on gpos power up/down screens in electron builds

1.0.17 (2019-10-08)

QA Release

  • configured to fake a successful power down in lieu of transaction validation issues for frontend gpos related actions
  • WAL-279
    • UI/UX related items for Power Up/Down transaction broadcast results
    • configured to "fake" a success response for Power Down action
  • WAL-249
    • new design for the getting started screen
  • WAL-250
    • new design for the power up/down screens
    • pairs with WAL-279 for in lieu of transaction validation issues on chain
  • WAL-277
    • new GPOS panel design
  • PJL-23
    • security issues in the peerplaysjs-lib addressed as well as some serialization tweaks required for GPOS on chain
    • un-published release of the peerplaysjs-lib in use until testing passes

1.0.16 (2019-10-08)

Added

  • configurable fake succeed on power down action

Fixed

  • issue with succeed screen skipping the form input stage

1.0.15 (2019-10-08)

Added

  • Dynamic transaction signing for GPOS Modal Power Up/Down
    • added custom error/success screens for this

Changed

  • Dynamic form validation for Power Up/Down
  • Some style tweaks

1.0.14 (2019-09-26)

Changed

  • Updates to GUI for GPOS start page.

1.0.13 (2019-09-26)

Changed

  • Capitalization of working in the GPOS panel balance specification section.

1.0.12 (2019-09-25)

Changed

  • Increase the size of the GPOS panel participate/get started button.

1.0.11 (2019-09-25)

Changed

  • Made the GPOS Panel statistics easier to understand (WAL-277).

1.0.10.d (2019-09-26)

Bug Fixes

  • babel-polyfill issue causing application to hang when in production mode

1.0.10.c (2019-09-26)

Bug Fixes

  • No longer display NaN when power up/down input is empty

1.0.10.b (2019-09-26)

Added

  • Responsiveness support added to the Done screen

Bug Fixes

  • Power Up number input now allows empty values

1.0.10 (2019-09-25)

Added

  • Done screen to the GPOS Modal (WAL-252)

Changed

  • Vote functionality has been moved to the GPOS moda (WAL-251, WAL-274)
  • GPOS Panel balance statistics conditionally displays based on configuration value setting. Default is to always show the balance statistics (WAL-275).

1.0.9 (2019-09-13)

Added

  • remote mainnet api endpoints connectivity method (WAL-271)
  • GPOS Wizard start screen (WAL-249)

1.0.6 (2019-09-03)

Changed

  • remove GPOS Vested Balance types from "Vesting Balances (Witness Pay)" section (WAL-246)
  • change text of "Vesting Balances (Witness Pay)" to "Pending Balances" (WAL-255)

Added

  • GPOS Panel (WAL-247)
  • help modal dummy extended FAQ content (WAL-253)
  • display project code version in top middle of application (WAL-256)

BREAKING CHANGES

Upgraded webpack from version 1 to version 4.

  • re-write of scripts that compile the codebase

1.0.1 (2019-06-04)

Bug Fixes

  • idb: fix retrieval of items from idb cursor (#40) (1d85d0c)
  • better support for legacy accounts (1410586)

1.0.0 (2019-05-07)

⚠ BREAKING CHANGES

  • new library code in use and required for this branches new latency conenctivity code

build

  • peerplaysjs dependencies update (caf68c9)

0.5.2 (2019-05-09)

Bug Fixes

  • fix distributable crashing (bb07077)

Code Refactoring

  • ws: removed peerplaysjs-ws (89aa3f3)

BREAKING CHANGES

  • ws: removal of peerplaysjs-ws and refactoring of its imports

0.5.1 (2019-04-10)

build

  • peerplaysjs dependencies update (caf68c9)

BREAKING CHANGES

  • new library code in use and required for this branches new latency conenctivity code

0.5.0 (2019-04-09)

⚠ BREAKING CHANGES

  • build process has changed. building executables not working yet
  • electron upgrade and many file/script modifications

Bug Fixes

build

  • move electron build in-repo (61d2119)

Chores

BREAKING CHANGES

  • build process has changed. building executables not working yet
  • electron upgrade and many file/script modifications

0.4.3 (2019-04-05)

[0.4.2-rc.1] - 03-28-19

Changed

  • Removed common option row from proposal confirmation modals.
  • Resolved issues with vote tab hanging on load.
  • Cleaned up some residue files in the repository.
  • Login form allows full stops and dashes to ensure older bitshares generated accounts can login.

0.4.0 (2019-02-15)

Changed

  • The fees list now shows fee amounts correctly (some were “-*”).
  • Better error handling and error display when confirming a transaction.
  • Prior users transaction history will no longer be displayed briefly to the different, newly logged in user.
  • The header of the help modal will now be fixed to the top when scrolling the help modal content.
  • The help modal now scrolls properly to allow visibility of entire help section.
  • Update to the “How to claim PPY Tokens” link within the help modal.
  • Sub-section links within the Help modal have been fixed.
  • More logical error when signing up for accounts to indicate the requirements of an account name.
  • Account name input fields no longer accept uppercase letters. Instead, they will be converted to lowercase on-the-fly.
  • The Play tab has been removed.
  • The codebase directory has been restructured better.
  • The codebase has had thorough formatting made to improve code readability/maintainability for developers.

Added

  • Witnesses list now displays all registered witnesses, not just the active ones.
  • Multiple Node Endpoint Support added.
  • Common Message Module has been implemented.

0.3.2 (2019-01-28)

0.3.1 (2019-01-28)

0.3.0 (2019-01-25)

0.2.0 (2019-01-07)

0.1.7 (2018-10-02)

0.1.6 (2018-08-27)

0.1.5 (2018-08-08)

0.1.4 (2018-07-24)

0.1.3 (2018-04-19)