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 tx_search endpoint for RPC client #701

Merged
merged 10 commits into from
Dec 1, 2020
Merged

Add tx_search endpoint for RPC client #701

merged 10 commits into from
Dec 1, 2020

Commits on Nov 24, 2020

  1. Add tx_search endpoint for RPC client

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    62058a2 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d2274ce View commit details
    Browse the repository at this point in the history
  3. Merge latest changes from master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    621bcf1 View commit details
    Browse the repository at this point in the history
  4. Fix tx_search Request docs

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    147d4ca View commit details
    Browse the repository at this point in the history
  5. Update proto/src/serializers/bytes.rs

    Co-authored-by: Greg Szabo <16846635+greg-szabo@users.noreply.github.com>
    thanethomson and greg-szabo committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2c750e5 View commit details
    Browse the repository at this point in the history
  6. Replace sleep with Tokio 0.2.x-compatible method call

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0b0fe7c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Supply full tx to broadcast_tx helper method

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    1155fec View commit details
    Browse the repository at this point in the history
  2. Merge latest changes from master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    a8e3554 View commit details
    Browse the repository at this point in the history
  3. Fix tx_search query for integration test

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    76450eb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Resolve CHANGELOG conflict from master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5d7cc9a View commit details
    Browse the repository at this point in the history