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 LogIndex and TxIndex into logs/event response body #862

Merged
merged 25 commits into from
Nov 8, 2024

Commits on Oct 29, 2024

  1. Thor client (#818)

    * feat: add thorclient
    
    * refactor: remove roundTripper
    
    * refactor: change null check
    
    * clean: remove commented code
    
    * feat: add account revision and pending tx
    
    * fix: add licence headers and fix linter issue
    
    * refactor: rename package
    
    * refactor: change revision type to string
    
    * refactor: rename GetLogs and GetTransfers to FilterEvents and FilterTransfers
    
    * refactor: change FilterEvents and FilterTransactions request type to EventFilter
    
    * Adding common.EventWrapper to handle channel errors
    
    * tweak
    
    * update rawclient + update account tests
    
    * tidy up names
    
    * update tests
    
    * pr comments
    
    * adding raw tx
    
    * Tidy up method names and calls
    
    * options client
    
    * tweaks
    
    * pr comments
    
    * Update thorclient/common/common.go
    
    Co-authored-by: libotony <[email protected]>
    
    * pr comments
    
    * Adding Subscriptions
    
    * Pr comments
    
    * adjust func orders
    
    * pr comments
    
    * changing subscribe to use the channel close vs multiple channels
    
    * adding go-doc
    
    * no error after unsubscribe
    
    * pr comments
    
    * checking status code is 2xx
    
    * fix: change FilterTransfers argument
    
    ---------
    
    Co-authored-by: otherview <[email protected]>
    Co-authored-by: libotony <[email protected]>
    3 people authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b6380d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Show all issues on lint (#869)

    * Show all issues on lint
    
    * fix lint
    otherview authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    af88757 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix(docker): using AWS docker repo for trivy (#872)

    * fix(docker): using AWS docker repo for trivy
    
    * fix(docker): using AWS docker repo for trivy
    darrenvechain authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ad5bfbd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Darren/feat/add subscription cache (#866)

    * ehancement: create a cache for block based subscriptions
    
    * minor: change function names for subscriptions
    
    * test: add unit test for message cache
    
    * chore: add license headers
    
    * refactor: fix up error handling
    
    * fix: remove bad test
    
    * fix: PR comments
    
    * fix: PR comments - remove block cache
    
    * refactor(subscriptions): store structs in cache, not bytes
    
    * fix(license): add license header
    
    * chore(subscriptions): revert unit test changes
    
    * enhancement: resolve pr comments to use simplelru
    
    * enhancement: resolve pr comments - use id as key
    darrenvechain authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9d5b515 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    8be8574 View commit details
    Browse the repository at this point in the history
  2. Add testchain package (#844)

    * Refactor thor node
    
    * thorchain allows insertion of blocks
    
    * remove thorNode, added testchain
    
    * clean up + comments
    
    * adding license headers
    
    * adding templating tests for thorclient
    
    * Remove test event hacks
    
    * remove types
    
    * removed chain_builder + added logdb to testchain
    
    * pr comments
    
    * Update test/testchain/chain.go
    
    Co-authored-by: libotony <[email protected]>
    
    ---------
    
    Co-authored-by: libotony <[email protected]>
    otherview and libotony authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    784604d View commit details
    Browse the repository at this point in the history
  3. chore(docs): update spec for validator nodes (#875)

    * chore(docs): update spec for validator nodes
    
    * chore(docs): update cores
    
    * chore(docs): remove public node stuff
    darrenvechain authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    49d9704 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca8b38b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9173e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3bd272 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5b3c63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76a38d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad6204e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1415b40 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94f4070 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    464f530 View commit details
    Browse the repository at this point in the history
  13. rebase to master

    paologalligit committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9114c0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a80a62a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9217741 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    297ffd5 View commit details
    Browse the repository at this point in the history
  17. fix lint

    paologalligit committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9ff47cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6f4c9ef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f81bc85 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. move includeIndexes to api

    libotony committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a2a74f8 View commit details
    Browse the repository at this point in the history