Skip to content

Releases: golemfoundation/octant

v0.2.9

29 Mar 13:59
5b01b08
Compare
Choose a tag to compare

Features

  1. Adjust onboarding text to Epoch 3 (commit).

v0.2.8

29 Mar 09:59
62c9909
Compare
Choose a tag to compare

Features

  1. Adjust margin of InputText suffix to 8px (ticket).
  2. Settings info links (ticket).

Fixes

  1. Can't unlock GLM on M-C without going to lock view & back (ticket).
  2. Revert: When locking GLM, the Available now value should not display a skeleton loader (ticket).
    1. There was an issue in the introduced logic, ticket is pushed back to todo.

Style

  1. Setup cloud Sentry for the client (ticket).

v0.2.7

21 Mar 09:42
92e7a14
Compare
Choose a tag to compare

Features

  1. Show available now skeleton only if it’s needed (ticket).
  2. Allocation item input - numeric keyboard on mobile (ticket).
  3. Client refreshes once after AW change (ticket).
  4. Metrics desktop navbar (ticket).
  5. Add Ackee to the client (ticket).
  6. Active timeline event is aligned to the left (ticket).
  7. Improve Lock / Unlock flow interaction & animation on mobile (ticket).

Fixes

  1. User cannot confirm allocation on mobile devices using Wallet Connect flow (ticket).
  2. Metrics: Funds usage chart - correct data (ticket).
  3. Manual setting of allocation value to 30 GWEI changes it to 29,999999 (ticket).
  4. Improve behaviour of slider allocation when reward cannot be split cleanly among projects (ticket).
  5. Allocation slider thumb can be moved outside the box (ticket).
  6. Fix interaction issues with Lock/Unlock flow (ticket).

Style

  1. Unify "projects" and "proposals" to "projects" in the client (ticket).

Tests

  1. Cypress: projects archives (ticket).
  2. Cypress: rewards calculator tests without mocked requests (ticket).
  3. Cypress: add project to allocate (ticket).
  4. Cypress: remove project from allocate (ticket).

v0.2.6

06 Mar 13:24
d5a128f
Compare
Choose a tag to compare

Features

  1. Closing Calculate Reward modal should cancel the API call to /rewards/estimated_budget if response is not recieved (ticket).
  2. Metrics: add patron mode tile for patrons (ticket).

Fixes

  1. Hooks are called because overriden enabled (MR).
  2. Setting allocations manually does not work on mobile device w/ comma as a decimal divider (ticket).

v0.2.5

05 Mar 08:38
69dccdf
Compare
Choose a tag to compare

Features

  1. Metrics - left align the small & medium tiles (ticket).
  2. Remove counter for projects on Top 10 metrics tile (ticket).
  3. Margin around timeline widget should be all 16px (ticket).

Fixes

  1. GLM lock modal: "use max" does not change value in fiat (ticket).
  2. Adjust History Loader to the design (ticket).
  3. [HOTFIX]: lock glm - use max (deposit 0) (PR)
  4. Lack of back button on project view in patron mode (ticket).
  5. GLM lock/unlock: changing tab should trigger the validation (ticket).

v0.2.4

28 Feb 12:52
e745d0e
Compare
Choose a tag to compare

Fixes

  1. [HOTFIX] Img component not setting proper src (commit).

v0.2.2

28 Feb 12:15
360c936
Compare
Choose a tag to compare

Features

  1. Interaction with Octant logo more intuitive (ticket).
  2. Remove code related to GLM claiming from client (ticket).
  3. Disable heart button for patrons (ticket).
  4. Implement backup for IPFS (ticket).

Fixes

  1. Patron earnings on Earn view are not displaying correct values (ticket).
  2. "Confirm you allocation" pop-up after removing projects before Allocation window (ticket).
  3. Wrong epoch number in patron's history item header (ticket).

Tests

  1. E2E tests for locking and unlocking GLMs (fixed gas price) (ticket).

Style

  1. Refactor: Replace BigNumber with BigInt (ticket).