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

Failure limit on tx proposals #3296

Open
wants to merge 50 commits into
base: main
Choose a base branch
from

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    1e52e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7465b View commit details
    Browse the repository at this point in the history
  3. Fix unnecessary .clone()

    NotGyro committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    94f99d9 View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    NotGyro committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8b2b437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d818079 View commit details
    Browse the repository at this point in the history
  6. Cargo fmt

    NotGyro committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cf0b095 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Failure limit on tx proposals

    NotGyro committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9016e8e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Cargo fmt.

    NotGyro committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c4c9fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91bf8cd View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    NotGyro committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ed3ecfe View commit details
    Browse the repository at this point in the history
  4. Adding a comment

    NotGyro committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    df61256 View commit details
    Browse the repository at this point in the history
  5. Cargo fmt

    NotGyro committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ee2c475 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    72cd0d5 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    NotGyro committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    232f149 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    a32f637 View commit details
    Browse the repository at this point in the history
  2. cargo clippy --fix

    NotGyro committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    3ee8518 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    8dcdf8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e80eb View commit details
    Browse the repository at this point in the history
  3. Fix unnecessary .clone()

    NotGyro committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0d2ab75 View commit details
    Browse the repository at this point in the history
  4. Cargo fmt

    NotGyro committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9e557dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c342f6c View commit details
    Browse the repository at this point in the history
  6. Cargo fmt

    NotGyro committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    ecd5836 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sam Dealy <[email protected]>
    NotGyro and samdealy authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    93d6030 View commit details
    Browse the repository at this point in the history
  2. Respond to suggestions on the pull request, no longer using reference…

    …s for Instant and Duration
    NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6b3861f View commit details
    Browse the repository at this point in the history
  3. Merge in suggested changes

    NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ee9ec68 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump syn from 1.0.109 to 2.0.11 (#3295)

    Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.11.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@1.0.109...2.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    bf6b2d3 View commit details
    Browse the repository at this point in the history
  5. Update log messages (#3301)

    varsha888 authored and NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    429d3ea View commit details
    Browse the repository at this point in the history
  6. move transaction summary computation to separate crate (#3132)

    * move tx summary computation to separate transaction/summary crate
    this simplifies building for hardware wallets as we no longer need to include transaction/{core,extra}
    
    * bump package versions
    
    * lockfile updates for mc-core crate version
    ryankurte authored and NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b130c4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31455af View commit details
    Browse the repository at this point in the history
  8. Merge in suggested changes

    NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3492fff View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    be4fd13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9ecddf View commit details
    Browse the repository at this point in the history
  11. Refactor out a shared compute authenticated sender and computer desti…

    …nation function (#3275)
    
    * Refactor compute authenticated sender memo and compute destination memo.
    Add new AuthenticatedSenderWithData and DestinationWithData memo types per MCIP#60
    
    Clean up match statement and add new memo with data types to sample paykit memo handler
    
    Removing with data types due to discussion on mcip/60
    
    Update dependencies to get cd to pass
    
    Update dependencies to get cd to pass
    
    * Refactor compute authenticated sender memo and compute destination memo.
    Add new AuthenticatedSenderWithData and DestinationWithData memo types per MCIP#60
    
    Clean up match statement and add new memo with data types to sample paykit memo handler
    
    Removing with data types due to discussion on mcip/60
    
    Update dependencies to get cd to pass
    
    Update dependencies to get cd to pass
    wjuan-mob authored and NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    7651276 View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump serde from 1.0.154 to 1.0.159 (#3294)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.154 to 1.0.159.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.154...v1.0.159)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and NotGyro committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c1014d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f618719 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9749e59 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c1c00c6 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'milliec/03-07-Track_failed_tx_proposals_in_consensus' i…

    …nto milliec/03-28-Failure_limit_on_tx_proposals
    NotGyro authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2ed4c51 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

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

Commits on Apr 10, 2023

  1. cargo fmt

    NotGyro committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    81c621d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump bitflags from 1.3.2 to 2.0.1 (#3250)

    * chore(deps): bump bitflags from 1.3.2 to 2.0.1
    
    Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.0.1.
    - [Release notes](https://github.com/bitflags/bitflags/releases)
    - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
    - [Commits](bitflags/bitflags@1.3.2...2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: bitflags
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update bitflag usage for the 1.0->2.0 changes
    
    Per <https://github.com/bitflags/bitflags/releases/tag/2.0.0> this
    changes the serialized format of items containing bitflags.
    
    * Update enclave lock files
    
    * Rust fmt
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Santana <[email protected]>
    2 people authored and NotGyro committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    cf078af View commit details
    Browse the repository at this point in the history
  3. refactor mobilecoind api to not depend on consensus-api (#3307)

    * refactor mobilecoind api to not depend on consensus-api
    
    I am having a lot of build problems in another project due to
    mc-mobilecoind-api pulling in mbedtls, which exports some symbols
    that conflicts with another C library that some rust code depends on.
    
    I determined that the only reason I have mbedtls in my build is
    that `mobilecoind-api` depends on `consensus-api` and this pulls
    in `mc-attest-core` etc.
    
    This change allows me to break this dependency.
    
    * remove stuff from build.rs that isn't needed anymore
    
    * cargo lock
    
    * fixup
    
    * fixup
    
    * restore deprecated field (avoid compatibility break)
    
    * add changelog entry
    
    * fixup
    cbeck88 authored and NotGyro committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    766fa33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94a7b15 View commit details
    Browse the repository at this point in the history
  5. Failure limit on tx proposals

    NotGyro committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9562735 View commit details
    Browse the repository at this point in the history
  6. Cargo fmt.

    NotGyro committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    5bd1b98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b0c4ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67c2284 View commit details
    Browse the repository at this point in the history
  9. Cargo fmt

    NotGyro committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    65bd6ad View commit details
    Browse the repository at this point in the history
  10. Respond to suggestions on the pull request, no longer using reference…

    …s for Instant and Duration
    NotGyro committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7be7728 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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