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

Feature/nymd client integration #736

Merged
merged 49 commits into from
Aug 18, 2021
Merged

Commits on Aug 9, 2021

  1. Calculating gas fees

    jstuczyn committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    bfc43c8 View commit details
    Browse the repository at this point in the history
  2. Ability to set custom fees

    jstuczyn committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6231821 View commit details
    Browse the repository at this point in the history
  3. Added extra test

    jstuczyn committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    0c34c38 View commit details
    Browse the repository at this point in the history
  4. Removed commented code

    jstuczyn committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    f9489d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abcec68 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    7dbaab3 View commit details
    Browse the repository at this point in the history
  2. Finishing up nymd client API

    jstuczyn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f5cad78 View commit details
    Browse the repository at this point in the history
  3. Comment fix

    jstuczyn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ae1d92d View commit details
    Browse the repository at this point in the history
  4. Remaining fee values

    jstuczyn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    895a1e3 View commit details
    Browse the repository at this point in the history
  5. Some cleanup

    jstuczyn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    d70683c View commit details
    Browse the repository at this point in the history
  6. Removed needless borrow

    jstuczyn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    849fde0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d25c42 View commit details
    Browse the repository at this point in the history
  8. Moved error types around

    jstuczyn committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    5e8b3e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. New ValidatorClient

    jstuczyn committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    74a82bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae1e4da View commit details
    Browse the repository at this point in the history
  3. Removed dead module

    jstuczyn committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9ff3d1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9434901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cecc2b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Dealt with unwrap

    jstuczyn committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    aa3be40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a530514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddba2e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89800fc View commit details
    Browse the repository at this point in the history
  5. More exported defaults

    jstuczyn committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b04c7d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe830f9 View commit details
    Browse the repository at this point in the history
  7. Fixed mixnode upgrade

    jstuczyn committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    57f8ba4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24e1283 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16d8abd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1a6f85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f027ac8 View commit details
    Browse the repository at this point in the history
  12. Fixed wasm client build

    jstuczyn committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e5c7bd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    e0d0c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ec3e8 View commit details
    Browse the repository at this point in the history
  3. Removed tokio dev dependency

    jstuczyn committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    57d6b5d View commit details
    Browse the repository at this point in the history
  4. Needless borrow

    jstuczyn committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    42ad1de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbdede6 View commit details
    Browse the repository at this point in the history
  6. Fixex wasm client build

    jstuczyn committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    e0119eb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Fixed tauri client build

    jstuczyn committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    1ef2469 View commit details
    Browse the repository at this point in the history
  2. Needless borrows

    jstuczyn committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ee38ff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Fixed client upgrade print

    jstuczyn committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    64dfcb0 View commit details
    Browse the repository at this point in the history
  2. Removed redundant comments

    jstuczyn committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    297099e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9a178d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a98069 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    632e1d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72b92ba View commit details
    Browse the repository at this point in the history
  7. Removed commented code

    jstuczyn committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b112801 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2efc4cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    208220d View commit details
    Browse the repository at this point in the history
  10. Adjusted the doc example

    jstuczyn committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2ee13b8 View commit details
    Browse the repository at this point in the history
  11. Removed unused import

    jstuczyn committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ab0f84e View commit details
    Browse the repository at this point in the history