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

feat(explorer): show transactions #3062

Merged
merged 57 commits into from
Oct 3, 2024
Merged

feat(explorer): show transactions #3062

merged 57 commits into from
Oct 3, 2024

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    721598a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1325808 View commit details
    Browse the repository at this point in the history
  3. monitor all txs, table view

    karooolis committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3efe411 View commit details
    Browse the repository at this point in the history
  4. add expandable rows

    karooolis committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    643c4e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f314fd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. parse txs

    karooolis committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c4290ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66d2e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    f5e53f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd419e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5902737 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    d74182f View commit details
    Browse the repository at this point in the history
  2. layout setup

    karooolis committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    81f9b8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785a8df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7790e91 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    70d2cae View commit details
    Browse the repository at this point in the history
  2. use tanstack query for fetching

    tx data
    karooolis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a75287d View commit details
    Browse the repository at this point in the history
  3. watch blocks for new txs

    karooolis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1ed41c7 View commit details
    Browse the repository at this point in the history
  4. fix time ago

    karooolis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    41f4ad4 View commit details
    Browse the repository at this point in the history
  5. add block explorer url

    karooolis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4f396bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a214c8 View commit details
    Browse the repository at this point in the history
  7. remove ScrollArea

    karooolis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a5570a8 View commit details
    Browse the repository at this point in the history
  8. revert TasksSystem

    karooolis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c3253de View commit details
    Browse the repository at this point in the history
  9. update time column

    karooolis committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ac94221 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. logs + args display

    karooolis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c1c0dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3253c4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aec20a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc7c4ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae1523 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73ed712 View commit details
    Browse the repository at this point in the history
  7. undo store changes

    karooolis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d65f8eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e05737 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66fd7c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    47385e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f463fdf View commit details
    Browse the repository at this point in the history
  3. add gas used + price

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1b1aed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57dbd9c View commit details
    Browse the repository at this point in the history
  5. add waiting for txs

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    66846c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    074bf80 View commit details
    Browse the repository at this point in the history
  7. format tx value

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    15bd1a3 View commit details
    Browse the repository at this point in the history
  8. add revert reason

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6702ff4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5386762 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee069e4 View commit details
    Browse the repository at this point in the history
  11. undo common change

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e43901f View commit details
    Browse the repository at this point in the history
  12. undo observer store change

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d3147dc View commit details
    Browse the repository at this point in the history
  13. cleanup

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    46e01c5 View commit details
    Browse the repository at this point in the history
  14. add hash type to Write

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0444dcf View commit details
    Browse the repository at this point in the history
  15. add hash to observer write

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0b2c175 View commit details
    Browse the repository at this point in the history
  16. naming cleanup

    karooolis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dc7202f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update .changeset/blue-starfishes-fry.md

    Co-authored-by: Kevin Ingersoll <[email protected]>
    karooolis and holic authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d1f8822 View commit details
    Browse the repository at this point in the history
  2. Update packages/explorer/src/app/(explorer)/[chainName]/worlds/[world…

    …Address]/observe/BlockExplorerLink.tsx
    
    Co-authored-by: Kevin Ingersoll <[email protected]>
    karooolis and holic authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    aec1610 View commit details
    Browse the repository at this point in the history
  3. Update packages/explorer/src/app/(explorer)/[chainName]/worlds/[world…

    …Address]/observe/TimeAgoCell.tsx
    
    Co-authored-by: Kevin Ingersoll <[email protected]>
    karooolis and holic authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    758add2 View commit details
    Browse the repository at this point in the history
  4. Update packages/explorer/src/app/(explorer)/[chainName]/worlds/[world…

    …Address]/observe/BlockExplorerLink.tsx
    
    Co-authored-by: Kevin Ingersoll <[email protected]>
    karooolis and holic authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    676fd51 View commit details
    Browse the repository at this point in the history
  5. handle missed transactions

    karooolis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8b052f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    0cc0c5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6afd91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e6841 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e929d2 View commit details
    Browse the repository at this point in the history