Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mining and stacking functionality #5

Closed
wants to merge 49 commits into from

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    a88eae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76fac7b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix: add stacking form

    whoabuddy committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7d3b50b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b008416 View commit details
    Browse the repository at this point in the history
  3. fix: start adding contract call functionality

    Also adds hook for getting block height
    whoabuddy committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a2684ba View commit details
    Browse the repository at this point in the history
  4. fix: update layout on header bar

    Next step will be to make a profile component and load user data
    whoabuddy committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    189cee4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    0265245 View commit details
    Browse the repository at this point in the history
  2. feat: create profile drawer

    whoabuddy committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    e1116e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2e4a6 View commit details
    Browse the repository at this point in the history
  4. fix: add fetchJson function

    whoabuddy committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    fa45556 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69a26dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1e1730 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bea149 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0a4be0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    998abee View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    469fd13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41906c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    bd980dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e747eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81d96ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f32ae6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e774551 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    8f60236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017f331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f305747 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    1e7fcbb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    5c645ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e8151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdeabd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b6c5f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    ca69229 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c788f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ad684 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b768fd View commit details
    Browse the repository at this point in the history
  5. fix (partial): adding atom family for claims

    Not working just yet, need to review against hook pattern on other loadables, and previous UI. Currently complaining about the write function in the atom family. Needs to be one atom per component for it's content, may require or at least justify splitting code here.
    whoabuddy committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a876518 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be28599 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f26c016 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a5c1b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4744b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. fix(partial): added hook and atom families

    Something is happening with the fetch: it runs constantly in the bg instead of once. Nots ure if it's rerenders or something in the structure. Next step is to simplify hooks: one hook, one purpose.
    whoabuddy committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    764137d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. refactor: move mining claims to separate components

    Also add useMemo() to try and get stable atom family values for each query. Still looping somewhere, now for User IDs.
    whoabuddy committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ba6ed29 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. fix: update atom structure and storage

    This fixes the fetch loop issue and creats a pattern to accept default values that can be set later.
    whoabuddy committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    01cd783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa4a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1165e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2728554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a76304 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    030fecd View commit details
    Browse the repository at this point in the history
  2. fix: testing out different fetch strategies

    Seeing way too many re-renders at this version but wanted to save as a checkpoint.
    whoabuddy committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9a604b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. fix: closer to the correct pattern, not quite there

    After a few iterations it seems like having the local storage and fetch components separate, then deriving them together is going to be the best approach.
    
    Working now but not persisting in local storage, need more logging to troubleshoot.
    whoabuddy committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f124c9b View commit details
    Browse the repository at this point in the history