Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iqlusioninc/tmkms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3e89ae72226eaa3382c28fdf4589ffe386d013f5
Choose a base ref
...
head repository: iqlusioninc/tmkms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90836b572f20ecafb7c8594cfd38e79c06e94c6c
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 17, 2020

  1. Bump serde from 1.0.116 to 1.0.117

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.116...v1.0.117)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    ed6718f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #174 from iqlusioninc/dependabot/cargo/serde-1.0.117

    Bump serde from 1.0.116 to 1.0.117
    tony-iqlusion authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    3e2e752 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. tx_signer: fix retry-on-error behavior

    Fixes the logic to retry failed transactions at a higher sequence number
    if the previous attempts to broadcast a transaction resulted in an
    error.
    
    Prior to this commit, the logic was never triggered as it needed to
    store whether or not the prior transaction succeeded before performing a
    new one.
    tony-iqlusion committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    90836b5 View commit details
    Browse the repository at this point in the history
Loading