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 publish with retry method #455

Merged
merged 22 commits into from
Nov 23, 2021
Merged

Commits on Oct 25, 2021

  1. add publish with retry method

    Henrique Nogara committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6587302 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. replace publish_json with publish_json_with_retry

    Henrique Nogara committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    af60323 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into feat/promote-reattach-messages

    Henrique Nogara committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    3c65d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29f1758 View commit details
    Browse the repository at this point in the history
  4. run cargo fmt and cargo clippy

    Henrique Nogara committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    40a6dbb View commit details
    Browse the repository at this point in the history
  5. replace u64 for u32 in wasm interface

    Henrique Nogara committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2243ac6 View commit details
    Browse the repository at this point in the history
  6. run cargo fmt

    Henrique Nogara committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    3bc33d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. improve comments, remove method

    Henrique Nogara committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a30543c View commit details
    Browse the repository at this point in the history
  2. unpin reqwest dependency, update comments

    Henrique Nogara committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    84a5ffb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. add parking_lot with wasm-bindgen feature as a dependency

    Henrique Nogara committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3d78b34 View commit details
    Browse the repository at this point in the history
  2. remove tokio dependency

    Henrique Nogara committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    acd249d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    9b269ed View commit details
    Browse the repository at this point in the history
  2. remove unnecessary clone

    Henrique Nogara committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7def552 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. add check for message inclusion in retry_until_included

    Henrique Nogara committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    04f7ead View commit details
    Browse the repository at this point in the history
  2. merge with latest dev

    Henrique Nogara committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    66de00a View commit details
    Browse the repository at this point in the history
  3. add bee_rest_api dependency

    Henrique Nogara committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0dd0e7d View commit details
    Browse the repository at this point in the history
  4. solve doc conflicts

    Henrique Nogara committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0931037 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. restructure match statement

    Henrique Nogara committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b51f0cd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. add updated docs

    Henrique Nogara committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    96fdc1d View commit details
    Browse the repository at this point in the history
  2. solve conflicts with latest dev

    Henrique Nogara committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    1321b5b View commit details
    Browse the repository at this point in the history
  3. add minimum supported version for node

    Henrique Nogara committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2e4deeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    493dfe5 View commit details
    Browse the repository at this point in the history