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

Golang claim search rebased and fixes #3394

Merged
merged 33 commits into from
Sep 10, 2021
Merged

Commits on Sep 9, 2021

  1. Add tests for hub

    Have the basic starting /stopping / querying. Still don't have the hub
    jsonrpc stuff working right and from the looks of it I need to clearify
    some of the logic in the claim search function itself because it's not
    returning the correct number of claims anyways.
    
    get the integration working with grpcurl
    
    Got tests working, still need to port the rest of them
    
    ported all of the claim search tests
    
    still a few failing due to not having inflation working, and there's something weird
    with limit_claims_per_channel that needs to be fixed.
    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    fe5e990 View commit details
    Browse the repository at this point in the history
  2. grpc client for python

    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    807258b View commit details
    Browse the repository at this point in the history
  3. cleanup and reorgnazing some stuff

    Fixing tests
    
    relabel failing tests properly
    
    run all the tests for the hub
    
    cleanup HubNode
    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f7dc64b View commit details
    Browse the repository at this point in the history
  4. protobuf changes

    more protobuf changes (fix imports)
    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    8aeccd3 View commit details
    Browse the repository at this point in the history
  5. uncomment tests, add remove_duplicates param

    Cleanup prints and commented out code
    
    remove print
    
    don't do list claims
    
    cleanup
    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3834e81 View commit details
    Browse the repository at this point in the history
  6. update protobufs

    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f26f198 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10faeec View commit details
    Browse the repository at this point in the history
  8. updates protobuf

    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    693e554 View commit details
    Browse the repository at this point in the history
  9. remove uneeded prints

    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    296b954 View commit details
    Browse the repository at this point in the history
  10. Forgot to remove duplicate tests

    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6973cac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b071e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d1efb4 View commit details
    Browse the repository at this point in the history
  13. hardcode port

    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    f1a3a66 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    edab5bf View commit details
    Browse the repository at this point in the history
  15. updates for fields

    jeffreypicard authored and shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    2a91afa View commit details
    Browse the repository at this point in the history
  16. remove fallback

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    8bbe162 View commit details
    Browse the repository at this point in the history
  17. specify index name

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    25e16ff View commit details
    Browse the repository at this point in the history
  18. there is no first_search

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    89273ee View commit details
    Browse the repository at this point in the history
  19. update fields from hub

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1bd7ada View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cff8c0a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    171cc2e View commit details
    Browse the repository at this point in the history
  22. simplify operator handling

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    766ede0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f64a7af View commit details
    Browse the repository at this point in the history
  24. refactor arguments fixup

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e0f3e5f View commit details
    Browse the repository at this point in the history
  25. update hub to beta release

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1d487eb View commit details
    Browse the repository at this point in the history
  26. ignore default values

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a622f71 View commit details
    Browse the repository at this point in the history
  27. run CI for old and new setups

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3dd340a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    42ab8c2 View commit details
    Browse the repository at this point in the history
  29. fix error msg to match Go msg

    shyba committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    4b1a9cc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f7ede07 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    51699aa View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bd27aa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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