-
Notifications
You must be signed in to change notification settings - Fork 151
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
base: main
Are you sure you want to change the base?
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e52e1b - Browse repository at this point
Copy the full SHA 1e52e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e7465b - Browse repository at this point
Copy the full SHA 9e7465bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f99d9 - Browse repository at this point
Copy the full SHA 94f99d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2b437 - Browse repository at this point
Copy the full SHA 8b2b437View commit details -
Configuration menu - View commit details
-
Copy full SHA for d818079 - Browse repository at this point
Copy the full SHA d818079View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0b095 - Browse repository at this point
Copy the full SHA cf0b095View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9016e8e - Browse repository at this point
Copy the full SHA 9016e8eView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c4c9fb2 - Browse repository at this point
Copy the full SHA c4c9fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91bf8cd - Browse repository at this point
Copy the full SHA 91bf8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3ecfe - Browse repository at this point
Copy the full SHA ed3ecfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for df61256 - Browse repository at this point
Copy the full SHA df61256View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2c475 - Browse repository at this point
Copy the full SHA ee2c475View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72cd0d5 - Browse repository at this point
Copy the full SHA 72cd0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 232f149 - Browse repository at this point
Copy the full SHA 232f149View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a32f637 - Browse repository at this point
Copy the full SHA a32f637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee8518 - Browse repository at this point
Copy the full SHA 3ee8518View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8dcdf8d - Browse repository at this point
Copy the full SHA 8dcdf8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e80eb - Browse repository at this point
Copy the full SHA f4e80ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d2ab75 - Browse repository at this point
Copy the full SHA 0d2ab75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e557dd - Browse repository at this point
Copy the full SHA 9e557ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c342f6c - Browse repository at this point
Copy the full SHA c342f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd5836 - Browse repository at this point
Copy the full SHA ecd5836View commit details
Commits on Apr 7, 2023
-
Apply suggestions from code review
Co-authored-by: Sam Dealy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93d6030 - Browse repository at this point
Copy the full SHA 93d6030View commit details -
Respond to suggestions on the pull request, no longer using reference…
…s for Instant and Duration
Configuration menu - View commit details
-
Copy full SHA for 6b3861f - Browse repository at this point
Copy the full SHA 6b3861fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9ec68 - Browse repository at this point
Copy the full SHA ee9ec68View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bf6b2d3 - Browse repository at this point
Copy the full SHA bf6b2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 429d3ea - Browse repository at this point
Copy the full SHA 429d3eaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b130c4a - Browse repository at this point
Copy the full SHA b130c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31455af - Browse repository at this point
Copy the full SHA 31455afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3492fff - Browse repository at this point
Copy the full SHA 3492fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for be4fd13 - Browse repository at this point
Copy the full SHA be4fd13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ecddf - Browse repository at this point
Copy the full SHA c9ecddfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7651276 - Browse repository at this point
Copy the full SHA 7651276View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c1014d0 - Browse repository at this point
Copy the full SHA c1014d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f618719 - Browse repository at this point
Copy the full SHA f618719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9749e59 - Browse repository at this point
Copy the full SHA 9749e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c00c6 - Browse repository at this point
Copy the full SHA c1c00c6View commit details -
Merge branch 'milliec/03-07-Track_failed_tx_proposals_in_consensus' i…
…nto milliec/03-28-Failure_limit_on_tx_proposals
Configuration menu - View commit details
-
Copy full SHA for 2ed4c51 - Browse repository at this point
Copy the full SHA 2ed4c51View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c5f429 - Browse repository at this point
Copy the full SHA 6c5f429View commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81c621d - Browse repository at this point
Copy the full SHA 81c621dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cf078af - Browse repository at this point
Copy the full SHA cf078afView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 766fa33 - Browse repository at this point
Copy the full SHA 766fa33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a7b15 - Browse repository at this point
Copy the full SHA 94a7b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9562735 - Browse repository at this point
Copy the full SHA 9562735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd1b98 - Browse repository at this point
Copy the full SHA 5bd1b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0c4ef - Browse repository at this point
Copy the full SHA 2b0c4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c2284 - Browse repository at this point
Copy the full SHA 67c2284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bd6ad - Browse repository at this point
Copy the full SHA 65bd6adView commit details -
Respond to suggestions on the pull request, no longer using reference…
…s for Instant and Duration
Configuration menu - View commit details
-
Copy full SHA for 7be7728 - Browse repository at this point
Copy the full SHA 7be7728View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23a168e - Browse repository at this point
Copy the full SHA 23a168eView commit details