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

Upgrade rusoto_s3 from 0.42 to 0.48. #1912

Merged
merged 1 commit into from
May 5, 2022
Merged

Upgrade rusoto_s3 from 0.42 to 0.48. #1912

merged 1 commit into from
May 5, 2022

Conversation

remoun
Copy link
Contributor

@remoun remoun commented May 3, 2022

Effectively a revert of #1435, with a couple of extra changes to improve error output, and fail after 100 attempts to upload a block.

This should fix most of the remaining Dependabot security alerts.

@remoun remoun added the rust Pull requests that update Rust code label May 3, 2022
@remoun remoun added this to the 1.3.0 Release milestone May 3, 2022
@remoun remoun self-assigned this May 3, 2022
Copy link
Contributor

@jcape jcape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending Cargo.lock fix

@jcape jcape modified the milestones: 1.3.0 Release, 1.2.0 Release May 4, 2022
Simplify type of retry result
@remoun
Copy link
Contributor Author

remoun commented May 5, 2022

This PR passes a test deploy. I see no errors in Sentry, and protos are uploaded to the relevant S3 bucket, e.g. https://s3-us-west-1.amazonaws.com/mobilecoin.chain/node1.build.mobilecoin.com/00/00/00/00/00/00/00/0000000000000001.pb

@nick-mobilecoin
Copy link
Collaborator

nick-mobilecoin commented May 5, 2022

Currently looking over this change and I noticed

⚠️ Rusoto is in maintenance mode. ⚠️

The current maintainers only have the bandwidth to review dependency bumps and
obvious bugfixes. Our bandwidth for reviewing new features is extremely limited.

While you are welcome to submit PRs that implement new features or refactor
existing code, they are unlikely to be merged unless we can find more active
maintainers.

Please see Meta: future of Rusoto (#1651)
for details.

As well as rusoto/rusoto#1651 (comment)
Do we have intent to migrate to https://awslabs.github.io/aws-sdk-rust/?

@remoun
Copy link
Contributor Author

remoun commented May 5, 2022

Do we have intent to migrate to https://awslabs.github.io/aws-sdk-rust/?

Yes, sort of. The block streaming S3 publisher uses aws-sdk-s3, so we'll effectively migrate when we switch to that, hopefully this quarter.

In the meantime, I thought of updating this binary to use that SDK, but its readme says "Please Note: The SDK is currently in Developer Preview and is intended strictly for feedback purposes only. Do not use this SDK for production workloads."

@remoun remoun requested a review from jcape May 5, 2022 21:36
@remoun remoun merged commit fa3752a into master May 5, 2022
@remoun remoun deleted the update-rusoto branch May 5, 2022 21:58
jcape pushed a commit that referenced this pull request May 18, 2022
* Update rust-toolchain to nightly-2022-04-29 (#1888)

* Update rust-toolchain version
* Fix clippy warnings

* Write an integration test for mobilecoind-json (#1885)

* Write an integration test for mobilecoind-json

* sort

* enable test

* spaces

* move wait_for_monitor_to_sync down

* DRY

* Update mobilecoind/strategies/test_client.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update mobilecoind/strategies/drain-accounts.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Bump libc from 0.2.124 to 0.2.125 (#1887)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.124 to 0.2.125.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.124...0.2.125)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump syn from 1.0.91 to 1.0.92 (#1886)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.91...1.0.92)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /fog/ledger/enclave/trusted (#1894)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /fog/view/enclave/trusted (#1895)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /consensus/enclave/trusted (#1897)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /fog/ingest/enclave/trusted (#1901)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 (#1903)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump semver from 1.0.7 to 1.0.9 (#1900)

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.7 to 1.0.9.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.7...1.0.9)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zeroize from 1.5.4 to 1.5.5 in /fog/view/enclave/trusted (#1896)

Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](RustCrypto/utils@zeroize-v1.5.4...zeroize-v1.5.5)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zeroize from 1.5.4 to 1.5.5 in /consensus/enclave/trusted (#1898)

Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](RustCrypto/utils@zeroize-v1.5.4...zeroize-v1.5.5)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zeroize from 1.5.4 to 1.5.5 in /fog/ingest/enclave/trusted (#1899)

Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](RustCrypto/utils@zeroize-v1.5.4...zeroize-v1.5.5)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency updates (Part 1) (#1908)

* Update regex in consensus enclave to 1.5.5

* Update crossbeam utils 0.8.5 to 0.8.8

* Update generic-array 0.12.3 to 0.12.4

* Update hyper from 0.12.35 to 0.12.36

* Update hyper 0.14.16 to 0.14.18

* Ran cargo update against protoc, somehow log is back to the right version.

* Update log to 0.4.17.

* Fix protoc again...

* Switch to using our fork of opentelemetry. (#1918)

This was needed since we had to upgrade opentelemetry-jaeger's
dependency on thrift, which in turn depended on a broken verison of
ordered-float.

* Upgrade to rocket 0.5.0-rc (#1913)

* mobilecoind-json uses new(er) rocket

* admin gw uses newer rocket

* fog-overseer-server uses newer rocket

* Bump clap from 3.1.12 to 3.1.15 (#1904)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.12...v3.1.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* no need for 10 subaddresses, and this also makes the test compatible with the drain_accounts.py script (#1919)

* Bump libz-sys from 1.1.5 to 1.1.6 (#1873)

Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](rust-lang/libz-sys@1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: libz-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added extra configuration consensus service serve side. (#1800)

* added extra configuration consensus service serve side.

* fixed build errors

* increased the allowed testime for testing

* added one more method to set defaults

* fixed compile error

* linting issue

* Update consensus/service/src/consensus_service.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Co-authored-by: Eugene Rata <no-email@no-email.com>
Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Bump zeroize from 1.5.4 to 1.5.5 (#1902)

* Bump serde_json from 1.0.79 to 1.0.81 (#1916)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.79...v1.0.81)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump crc from 2.1.0 to 3.0.0 (#1857)

* Bump crc from 2.1.0 to 3.0.0

Bumps [crc](https://github.com/mrhooray/crc-rs) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](mrhooray/crc-rs@2.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: crc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>

* Upgrade rusoto_s3 from 0.42 to 0.48. (#1912)

Simplify type of retry result

* Bump prost from 0.10.1 to 0.10.3 (#1930)

* Bump prost from 0.10.1 to 0.10.3

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update util/keyfile/Cargo.toml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* allow providing minting trust root public key via a PEM file instead hex bytes (#1951)

* allow providing minting trust root public key via a PEM file instead of hex bytes

* update lock file

* make fog-resolver and ingest-report serializable (#1944)

* Feature/attest verifier mc seed bugfix (#1943)

* Bump proc-macro2 from 1.0.37 to 1.0.38 (#1938)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.37 to 1.0.38.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.37...1.0.38)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* reverting ledger-dist folder to work dir and work dir now in target dir (#1954)

* Bump clap from 3.1.15 to 3.1.18 (#1957)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.15...v3.1.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump syn from 1.0.92 to 1.0.93 (#1956)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.92...1.0.93)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prost from 0.10.1 to 0.10.3 in /consensus/enclave/trusted (#1927)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prost from 0.10.1 to 0.10.3 in /fog/view/enclave/trusted (#1929)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prost from 0.10.1 to 0.10.3 in /fog/ingest/enclave/trusted (#1926)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MintTx/MintConfigTx tombstone validation bugfixes (#1964)

* fix a bug that would cause MintTxs that depend on old MintConfigTxs to fail validation

* fix off by one error in mint tx/mint config tx tombstone validation. also add a test for duplicate nonce

* lint, fix tests

* test boundary condiotion and update comment

* Update consensus/service/src/mint_tx_manager/mod.rs

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* Update consensus/service/src/mint_tx_manager/mod.rs

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* make tombstone block check optional by passing an Option for the current block index, as suggested in the PR review

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* mint-client: make the process exitcode reflect transaction status returned from consensus when a transaction is submitted (#1967)

* mint-client: make the process exitcode reflect transaction status returned from consensus when a transaction is submitted

* add missing import

* Update builder_install image (#1968)

#1888 updated rust-toolchain without updating builder_install.

* Remove bogus DATABASE_URL value
* Add postgresql-client explicitly to init_debian.sh
* Bump Dockerfile-version

* Bump hashbrown from 0.11.2 to 0.12.1 (#1915)

* Bump hashbrown from 0.11.2 to 0.12.1

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.11.2...v0.12.1)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating lock files for enclave crates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>

* Bump ed25519 from 1.4.1 to 1.5.0 (#1950)

* Bump ed25519 from 1.4.1 to 1.5.0

Bumps [ed25519](https://github.com/RustCrypto/signatures) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](RustCrypto/signatures@ed25519/v1.4.1...ed25519/v1.5.0)

---
updated-dependencies:
- dependency-name: ed25519
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Cargo.lock for enclave crates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Wygle <andrew@mobilecoin.com>

* Add a mint auditor integration test to be used in CD. (#1971)

* Write a mint auditor integration test to be used in CD.

accept command line args

wip

off by one

debug

* update comment

* update fee amount

* Update mint-auditor/tests/integration_test.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update mint-auditor/tests/integration_test.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Bump syn from 1.0.93 to 1.0.94 (#1976)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.93...1.0.94)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>
Co-authored-by: Eran Rundstein <eran@rundste.in>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eugen Rata <eugen.rata@gmail.com>
Co-authored-by: Eugene Rata <no-email@no-email.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>
Co-authored-by: Brian Corbin <brian.william.corbin@gmail.com>
Co-authored-by: Andrew Wygle <andrew@mobilecoin.com>
remoun pushed a commit that referenced this pull request May 19, 2022
* add feature extended message digest (#1841)

* Bump anyhow from 1.0.56 to 1.0.57 (#1837)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.56...1.0.57)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump cbindgen from 0.22.0 to 0.23.0 (#1836)

Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix header file definition (#1796)

Soundtrack of this PR: [Orlann Divo - Onde Anda O Meu Amor](https://youtu.be/fe-PXWEbCGg)

### Motivation

Function parameter types do not match definition.

### In this PR
* update to be correct.

* add get_minting_trust_root to consensus enclave (#1845)

* remove redundant field (#1843)

* Slip10redo (#1689)

* Adding chris's slip10 changes

* mnemonics replacing slip10

* fix clippy

* Removing slip10 where inappropriate

* Addressing review comments

* Update mobilecoind/api/proto/mobilecoind_api.proto

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update util/keyfile/src/bin/main.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Updating conformance and local network tests to pass report id

* linting

* Changing fog report id to empty string in conformace and local network tests

* Adding back readme

* Escaping the empty string in fog conformance test

* Adding missing account index

* lint

* Update fog/sample-paykit/proto/remote_wallet.proto

Co-authored-by: James Cape <jamescape777@gmail.com>

* Update util/keyfile/src/mnemonic_acct.rs

Co-authored-by: James Cape <jamescape777@gmail.com>

* Update util/keyfile/src/error.rs

Co-authored-by: James Cape <jamescape777@gmail.com>

* Fixing prost

* Update util/keyfile/src/bin/keygen_main.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update util/keyfile/src/bin/main.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update util/keyfile/src/bin/keygen_main.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update util/keyfile/src/bin/main.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* removing structopt from merge

* clean up

* fixing previous

* addressing review comments

* importing read and write directly instead of using prelude

* Resolving lint

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>
Co-authored-by: James Cape <jamescape777@gmail.com>

* Android SDK Recoverable Transaction History (#1606)

* Add android bindings for recoverable transaction history

* Create android bindings for RTH

* Format files

* Fixing Memo Size in Test

* Add Block Version to TransactionBuilder

* Fix One-time Private Key Generation to Use Correct Subaddress

* Review Action Items

Removing some debug logs and unused imports

* Updating Android Bindings Dependencies

* Removing old comment

* Fixing bad merge

* Updating Cargo.lock

* Removing comments

* Removing unused binding

* Updating Cargo.lock

* Updating Cargo.lock

* Removing unnecessary log

* Removing redundant test

* Cleaning up unneeded dependencies

* Cargo lock updates

* Updating android-bindings dependencies

* Lint

* Lint

* Lint

Co-authored-by: Sam <sam.dealy@gmail.com>

* Split LedgerDB impl (#1844)

* Bump clap from 3.1.10 to 3.1.12 (#1847)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.10 to 3.1.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.10...v3.1.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* GHA CI/CD workflow_dispatch placeholders. (#1846)

* add workflow-dispatch placeholdes so we can run on other non-default branches

* add delete dispatch

* Add endpoint for exposing current consensus node configuration (#1858)

* initial work on consensus config api endpoint

* add governors signature to config

* expose more configuration params

* minor edits

* try and fix go build

* Update consensus/api/proto/consensus_config.proto

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update consensus/api/src/conversions.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* allow transactions with "mixed" token types (#1827)

* allow transactions with "mixed" token types

these are introduced at block version 3

the token type of every pseudo output and real output must be
listed in `pseudo_output_token_ids` and `output_token_ids` in the
`SignatureRctBulletproofs` object

* Update mobilecoind-json/src/data_types.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update mobilecoind-json/src/data_types.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update mobilecoind-json/src/data_types.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* cargo fmt

* fix mobilecoind-json conversions

* review comments

* fixups

* add more test coverage on mixed transactions

* add transaction builder support for mixed transactions, and tests

* fix the world

* don't, at this time, make mobilecoind start writing 0 value change

this should happen at the time of adding RTH support to mobilecoind

* eran comments

* Update transaction/core/src/ring_signature/error.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* more review comments

* Make a wrapper for u64 which serializes to json as string

this addresses review comments

* missing copyright

* more review comments

* more uses of `Amount::new`

* cleanup in transaction builder around Amount

* cleanup tx prefix around Amount

* cleanup input secret and output secret around Amount

* Update transaction/core/src/ring_signature/rct_bulletproofs.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update transaction/std/src/memo_builder/rth_memo_builder.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Update consensus/service/src/validators.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* fix build

* JsonTokenId -> JsonU64, and code shortening in lots of places

* more JsonU64

* Update transaction/core/src/ring_signature/generator_cache.rs

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* replace assert with error

* Make `TransactionBuilder::new(` take the fee `Amount`

this cleans up the constructor

* fix build

* fix clippy

* replace assert with error in another place

* fix a variable name, per review comments

* add a code comment about balance proofing after this mixed transactions stuff

* fixup code comment

* Update transaction/core/src/blockchain/block_version.rs

Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* Update transaction/core/src/ring_signature/rct_bulletproofs.rs

Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* Update transaction/std/src/transaction_builder.rs

Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* Update transaction/core/src/tx_error.rs

Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* Update transaction/core/src/ring_signature/rct_bulletproofs.rs

Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* improve code comment

* add code comments in external.proto

* add github issue references in sources

* cargo format of code comments

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>
Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>

* Create test blocks with custom content (#1864)

Add ability to create simulated blocks with custom content for benchmark tests

* Make sure all output token ids are actually configured (#1876)

Fixes #1868

* move validation tests to be an integration test, remove adapt_hack (#1875)

* move validation tests to be an integration test, remove adapt_hack

This works because, when cargo compiles in-line unit tests, they are
compiled into the module of the code under test, but when cargo
compiles integration tests (in tests directory), that is considered
a separate module (effectively a separate crate, just without its
own cargo toml).

This fixes the adapt hack issue because now we no longer need to
compile the `mc-transaction-core` crate in test mode, which also
references the `mc-transaction-core` crate which `mc-ledger-db`
depends on. The types in the test code always refer to the types
in the same version of `mc-transaction-core` that `mc-ledger-db`
is using.

* address eran comments

* Initial take on implementing Burn Redemption Memo (#1862)

* burn redemption memo type and builder

* another test

* misc fixes

* update comment

* Update transaction/std/src/memo_builder/burn_redemption_memo_builder.rs

Co-authored-by: Mike Turner <zaphrod.beeblebrox@gmail.com>

* fmt

* use const

* Update transaction/std/src/memo_builder/burn_redemption_memo_builder.rs

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* pr review fixes

* merge fixes

* lint

* remove address from InvalidRecipient

* review fixes

Co-authored-by: Mike Turner <zaphrod.beeblebrox@gmail.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>

* Add Clippy check to lint script (#1863)

* Add --all-targets to clippy command in tools/lint.sh
* Fix clippy findings.

* Update Change Subaddress Index (#1880)

Set Change Subaddress Index to u64::MAX - 1

* API for generating burn txs in mobilecoind (#1872)

* add and impl generate_burn_redemption_tx

* add tests

* support destination memos

* fmt

* Update mobilecoind/src/service.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update mobilecoind/src/service.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update mobilecoind/api/proto/mobilecoind_api.proto

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* change test to exercise off by one scenario

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>

* fix typo (#1883)

* Update rust-toolchain to nightly-2022-04-29 (#1888)

* Update rust-toolchain version
* Fix clippy warnings

* Write an integration test for mobilecoind-json (#1885)

* Write an integration test for mobilecoind-json

* sort

* enable test

* spaces

* move wait_for_monitor_to_sync down

* DRY

* Update mobilecoind/strategies/test_client.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update mobilecoind/strategies/drain-accounts.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Fix/slip10errors (#1893)

* Adding a default value for fog_report_id and adding info level logging

* lint

* Fix bug calling wrong method in accounts.py

* Changing check in sample_keys_main to just be a clap default

* Changing option to string reference

* Bump libc from 0.2.124 to 0.2.125 (#1887)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.124 to 0.2.125.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.124...0.2.125)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump syn from 1.0.91 to 1.0.92 (#1886)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.91...1.0.92)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /fog/ledger/enclave/trusted (#1894)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /fog/view/enclave/trusted (#1895)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /consensus/enclave/trusted (#1897)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 in /fog/ingest/enclave/trusted (#1901)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump serde from 1.0.136 to 1.0.137 (#1903)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump semver from 1.0.7 to 1.0.9 (#1900)

Bumps [semver](https://github.com/dtolnay/semver) from 1.0.7 to 1.0.9.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.7...1.0.9)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zeroize from 1.5.4 to 1.5.5 in /fog/view/enclave/trusted (#1896)

Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.5.4...zeroize-v1.5.5)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zeroize from 1.5.4 to 1.5.5 in /consensus/enclave/trusted (#1898)

Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.5.4...zeroize-v1.5.5)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zeroize from 1.5.4 to 1.5.5 in /fog/ingest/enclave/trusted (#1899)

Bumps [zeroize](https://github.com/RustCrypto/utils) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.5.4...zeroize-v1.5.5)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependency updates (Part 1) (#1908)

* Update regex in consensus enclave to 1.5.5

* Update crossbeam utils 0.8.5 to 0.8.8

* Update generic-array 0.12.3 to 0.12.4

* Update hyper from 0.12.35 to 0.12.36

* Update hyper 0.14.16 to 0.14.18

* Ran cargo update against protoc, somehow log is back to the right version.

* Update log to 0.4.17.

* Fix protoc again...

* Switch to using our fork of opentelemetry. (#1918)

This was needed since we had to upgrade opentelemetry-jaeger's
dependency on thrift, which in turn depended on a broken verison of
ordered-float.

* Upgrade to rocket 0.5.0-rc (#1913)

* mobilecoind-json uses new(er) rocket

* admin gw uses newer rocket

* fog-overseer-server uses newer rocket

* Bump clap from 3.1.12 to 3.1.15 (#1904)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.12...v3.1.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* no need for 10 subaddresses, and this also makes the test compatible with the drain_accounts.py script (#1919)

* Bump libz-sys from 1.1.5 to 1.1.6 (#1873)

Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](https://github.com/rust-lang/libz-sys/compare/1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: libz-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* added extra configuration consensus service serve side. (#1800)

* added extra configuration consensus service serve side.

* fixed build errors

* increased the allowed testime for testing

* added one more method to set defaults

* fixed compile error

* linting issue

* Update consensus/service/src/consensus_service.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Co-authored-by: Eugene Rata <no-email@no-email.com>
Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Bump zeroize from 1.5.4 to 1.5.5 (#1902)

* Bump serde_json from 1.0.79 to 1.0.81 (#1916)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.81.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.81)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump crc from 2.1.0 to 3.0.0 (#1857)

* Bump crc from 2.1.0 to 3.0.0

Bumps [crc](https://github.com/mrhooray/crc-rs) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](https://github.com/mrhooray/crc-rs/compare/2.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: crc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>

* Upgrade rusoto_s3 from 0.42 to 0.48. (#1912)

Simplify type of retry result

* Bump prost from 0.10.1 to 0.10.3 (#1930)

* Bump prost from 0.10.1 to 0.10.3

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update util/keyfile/Cargo.toml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Clean up mc-util-test-helper (#1925)

* Use rand::distributions::Alphanumeric in random_string()
* Use lazy_static to call get_seeds only once

* Add cargo-sort to the pre-commit hook (#1921)

* Update precommit hook to install/use cargo sort.
* Redirect sort output to dev null.
* Do version checks first, then do tests, pipe some junk to /dev/null.
* Don't print "OK" for rustfmt check, version is sufficient.
* Pipe stderr output when testing for cargo sort/fmt to dev null.
* Update hooks/pre-commit

Co-authored-by: Mike Turner <zaphrod.beeblebrox@gmail.com>

* GH-CLI Friendly PR Template (#1922)

* Remove the "In this PR section", Soundtrack to end
* Comment out the prompts
* Update .github/pull_request_template.md

Co-authored-by: Remoun Metyas <remoun.metyas@gmail.com>

* Prevent docker from trashing the host target directory (#1935)

* Make a transaction-std-test-utils module, to help code reuse (#1870)

* Make a transaction-std-test-utils module, to help code reuse

This will be useful for testing the signed contingent inputs

* fix build and comments

* fix another comment

* fix a clippy

* cargo fmt

* Support Arbitrary Reserved Addresses (#1936)

* Refactor to ChangeAddress to `ReservedAddress` accomodate all platform reserved addresses

Originally the ChangeAddress object only held public address data for
the change address. As more reserved subaddresses are becoming official
on the mobilecoin platform, it's wise to make the object general to hold
all reserved subaddresses.

* allow providing minting trust root public key via a PEM file instead hex bytes (#1951)

* allow providing minting trust root public key via a PEM file instead of hex bytes

* update lock file

* make fog-resolver and ingest-report serializable (#1944)

* Feature/attest verifier mc seed bugfix (#1943)

* Bump proc-macro2 from 1.0.37 to 1.0.38 (#1938)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.37 to 1.0.38.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.37...1.0.38)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* reverting ledger-dist folder to work dir and work dir now in target dir (#1954)

* Add proto schema for GiftCode and rust equivalent object  (#1953)

Add protobuf message enabling clients to TxOutGift codes between users and Rust equivalent object

* Bump clap from 3.1.15 to 3.1.18 (#1957)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.15...v3.1.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump syn from 1.0.92 to 1.0.93 (#1956)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.92...1.0.93)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prost from 0.10.1 to 0.10.3 in /consensus/enclave/trusted (#1927)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prost from 0.10.1 to 0.10.3 in /fog/ledger/enclave/trusted (#1928)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prost from 0.10.1 to 0.10.3 in /fog/view/enclave/trusted (#1929)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/signed contingent inputs (#1871)

* add signed input rules to TxIn and use in ring signatures

* signed contingent input builder, and make tx builder able to use these inputs

* fix dependency ordering

add a test for removing input rules entirely from the signed input

clippy

clippy

fixup

Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Update transaction/std/src/transaction_builder.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Update transaction/core/src/signed_contingent_input.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Update api/src/convert/tx_in.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Update mobilecoind-json/src/data_types.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Update transaction/core/src/ring_signature/rct_bulletproofs.rs

Co-authored-by: Eran Rundstein <eran@rundste.in>

Update transaction/std/src/signed_contingent_input_builder.rs

Co-authored-by: wjuan-mob <william@mobilecoin.com>

Update transaction/std/src/signed_contingent_input_builder.rs

Co-authored-by: wjuan-mob <william@mobilecoin.com>

Update transaction/std/src/signed_contingent_input_builder.rs

Co-authored-by: Eran Rundstein <eran@rundste.in>

fix tests after rebase

address remoun comment

address remoun and sam comments

fix bad rebase

* remoun comment

* add unit tests for input rules

* enforce global index count

* cargo fmt

* fix nits, fix build

* remove optional input rules from SignableRing for rct_bulletproofs signer

There is no existing use-case for this, and so removing it reduces code
complexity somewhat. Thanks to Eran for pointing this out.

* eran nits, fix build

* signed contingent input signs the entire TxIn not just the rules

* enforce in the verifier that not all rigns can be presigned

* add block version to the signed contingent input proto

* clippy

* improve code comments and variable names in signed contingent input builder

* fix a william nit

* fix fee setting with RTH on the signed contingent input builder

* Update transaction/core/src/validation/validate.rs

Co-authored-by: Eran Rundstein <eran@rundste.in>

* fix input credentials zeroize

Co-authored-by: Eran Rundstein <eran@rundste.in>

* Bump prost from 0.10.1 to 0.10.3 in /fog/ingest/enclave/trusted (#1926)

Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MintTx/MintConfigTx tombstone validation bugfixes (#1964)

* fix a bug that would cause MintTxs that depend on old MintConfigTxs to fail validation

* fix off by one error in mint tx/mint config tx tombstone validation. also add a test for duplicate nonce

* lint, fix tests

* test boundary condiotion and update comment

* Update consensus/service/src/mint_tx_manager/mod.rs

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* Update consensus/service/src/mint_tx_manager/mod.rs

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* make tombstone block check optional by passing an Option for the current block index, as suggested in the PR review

Co-authored-by: Nick Santana <nick@mobilecoin.com>

* mint-client: make the process exitcode reflect transaction status returned from consensus when a transaction is submitted (#1967)

* mint-client: make the process exitcode reflect transaction status returned from consensus when a transaction is submitted

* add missing import

* Gift Code Memos (#1932)

Add gift code memo objects for the 3 gift code types:
* Gift Code Sender Memo 0x0002
* Gift Code Funding Memo 0x0201
* Gift Code Cancellation Memo 0x0202

* Update builder_install image (#1968)

#1888 updated rust-toolchain without updating builder_install.

* Remove bogus DATABASE_URL value
* Add postgresql-client explicitly to init_debian.sh
* Bump Dockerfile-version

* Make fee map enforce divisibility by minimum fee. Also check this in enclave impl (#1965)

* Make fee map enforce divisibility by minimum fee. Also check this in enclave impl

* fix previous after cargo fmt

* fix imports

* fix build

* clippy

* fix consensus service tests

* fix more tests

* fix blockchain api tests

* fix consensus enclave api tests

* fix consensus enclave impl tests

* fix more tests

* New attempt at zip_exact utility (#1969)

* New attempt at zip_exact utility

This is intended to ease maintenance of the rct_bulletproofs module,
since accidentally removing or wrongly implementing a length check
no longer silently leads to transaction elements being skipped.

Fixes #1869

---

This version seems less annoying than the previous version based on
`ZipLongest`, because it doesn't cause as much syntax explosion.

* cargo lock

* review comments

* Update Rust crates to Edition 2021 (#1960)

* Update mc-crypto-digestible-derive-test to 2021

* Upgrade mc-fog-test-enclave-api to 2021

* Upgrade mc-fog-ingest-enclave-edl to 2021

* Upgrade mc-fog-ingest-enclave-impl to 2021

* Upgrade mc-fog-ingest-enclave-measurement to 2021

* Upgrade mc-fog-ingest-enclave-trusted to 2021

* Upgrade mc-fog-ingest-enclave to 2021

* Upgrade mc-fog-ingest-client to 2021

* Upgrade mc-fog-ingest-server to 2021

* Upgrade mc-fog-ledger-connection to 2021

* Upgrade mc-fog-ledger-enclave-api to 2021

* Upgrade mc-fog-ledger-enclave-edl to 2021

* Upgrade mc-fog-ledger-enclave-impl to 2021

* Upgrade mc-fog-ledger-enclave-measurement to 2021

* Upgrade mc-fog-ledger-enclave-trusted to 2021

* Upgrade mc-fog-ledger-enclave to 2021

* Upgrade mc-fog-ledger-server to 2021

* Upgrade mc-fog-ledger-test-infra to 2021

* Upgrade mc-fog-api to 2021

* Update mc-fog-distribution to 2021

* Update mc-foc-enclave-connection to 2021

* Update mc-fog-kex-rng to 2021

* Update mc-fog-load-testing to 2021

* Update mc-fog-ocall-oram-storage-edl to 2021

* Update mc-fog-ocall-oram-storage-testing 2021

* Update mc-fog-ocall-oram-storage-trusted to 2021

* Update mc-fog-ocall-oram-storage-untrusted to 2021

* Update mc-fog-overseer-server to 2021

* Update mc-fog-recovery-db-iface to 2021

* Update mc-fog-report-apit to 2021

* Update mc-fog-report-cli to 2021

* Update mc-fog-report-connection to 2021

* Update mc-fog-report-server to 2021

* Update mc-fog-report-types to 2021

* Update mc-fog-report-validation to 2021

* Update mc-fog-sample-paykit to 2021

* Update mc-fog-sig to 2021

* Update mc-fog-sql-recovery-db to 2021

* Update mc-fog-test-client to 2021

* Update mc-fog-test-infra to 2021

* Update mc-fog-types to 2021

* Update mc-fog-uri to 2021

* Update mc-fog-view-connection to 2021

* Update mc-fog-view-enclave to 2021

* Update mc-fog-view-load-test to 2021

* Update mc-fog-view-protocol to 2021

* Update mc-fog-view-server to 2021

* Update mc-fog-view-enclave to 2021

* Update missed mc-fog-report test-utils to 2021

* Update enclave rustfmt.toml to 2021

* Update mc-consensus to 2021

* Update mc-account-keys to 2021

* Update mc-admin-http-gateway to 2021

* Update mc-android-bindings to 2021

* Update mc-api to 2021

* Update mc-attest to 2021

* Update mc-common to 2021

* Update mc-connection to 2021

* Update mc-crypto to 2021

* Update mc-enclave-boundary to 2021

* Update libmobilecoin to 2021

* Update mc-mint-auditor to 2021

* Update mobilecoind to 2021

* Update mobilecoind-json to 2021

* Update mc-peers to 2021

* Update test vectors to 2021

* Update transaction to 2021

* Update sgx crates to 2021

* Update go-grpc testing crate to 2021

* Update libmobilecoin to 2021 (again)

* Update ledger crates to 2021

* Update rustfmt rules to 2021

* Update mc-watcher to 2021

* Update util crates to 2021

* Cleaner solution for partial-capture-induced issues

Co-authored-by: Andrew Wygle <andrew@mobilecoin.com>

* Create ResponderId out of host and port in PollingNetworkState (#1906)

* Add responder_id query param in ConnectionUri test url

* Create host and port ResponderId from ConnectionUri

* Run format

* Include error in panic message

* Bump hashbrown from 0.11.2 to 0.12.1 (#1915)

* Bump hashbrown from 0.11.2 to 0.12.1

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.11.2...v0.12.1)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating lock files for enclave crates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>

* Fix failures when tests are run in parallel, and DRY up tests that start a fog-ingest server (#1931)

* Fix concurrent test failures due to port conflicts.
  * consensus-service: Have gRPC server pick a port.
  * fog-ingest: update constants.
  * fog-view, mobilecoind: use portpicker helper.
* impl Drop for OverseerService
* Fix incorrect deny(missing_docs)
* DRY up tests that start a fog-ingest-server.

* Bump ed25519 from 1.4.1 to 1.5.0 (#1950)

* Bump ed25519 from 1.4.1 to 1.5.0

Bumps [ed25519](https://github.com/RustCrypto/signatures) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](https://github.com/RustCrypto/signatures/compare/ed25519/v1.4.1...ed25519/v1.5.0)

---
updated-dependencies:
- dependency-name: ed25519
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Cargo.lock for enclave crates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Wygle <andrew@mobilecoin.com>

* Add a mint auditor integration test to be used in CD. (#1971)

* Write a mint auditor integration test to be used in CD.

accept command line args

wip

off by one

debug

* update comment

* update fee amount

* Update mint-auditor/tests/integration_test.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update mint-auditor/tests/integration_test.py

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Bump serde_with from 1.12.1 to 1.13.0 (#1882)

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v1.12.1...v1.13.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Mark fee_token_id as `omit_when = 0` (#1978) (#1980)

The fee token id, which is a new field in 1.2, needs to be marked
`omit_when = 0`, otherwise there is no way for clients to be
compatible with 1.1 and 1.2.

This needs to be done whenever we add a numeric field to a proto
that is hashed into the blockchain, otherwise the schema evolution
strategy for hashing doesn't work.

(It really should have been the default for hashing integers,
because it's so easy to miss this,
but it's probably too late to change that now.)

* Bump syn from 1.0.93 to 1.0.94 (#1976)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.93...1.0.94)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mockall from 0.11.0 to 0.11.1 (#1986)

Bumps [mockall](https://github.com/asomers/mockall) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/asomers/mockall/releases)
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/compare/v0.11.0...v0.11.1)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Make the test client exercise the signed contingent input functionality (#1979)

* Make the test client exercise the signed contingent input functionality

* fix multiline displaydoc after format

* fix review comments, make SCI builder clear the proofs, fix tests

* clippy

* Update fog/test-client/src/test_client.rs

Co-authored-by: Eran Rundstein <eran@rundste.in>

* Update fog/test-client/src/test_client.rs

Co-authored-by: Eran Rundstein <eran@rundste.in>

* Update fog/test-client/src/test_client.rs

Co-authored-by: Eran Rundstein <eran@rundste.in>

* Update fog/sample-paykit/src/client.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update fog/sample-paykit/src/client.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Update fog/sample-paykit/src/client.rs

Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* fix more review comments

* fix signed contingent input builder tests (we made the builder delete merkle proofs)

* test defaults with delimiter values

* add use-value-delimiter config

* add debug logging

* fix an issue where SCI builder wasn't sorting global indices with input ring

we realized that, the `InputCredentials` actually contains all the global
indices, so we don't need to have a second source of truth for this,
the SCI builder can just get the global indices from the membership proofs
The input credentials already sorts the inputs and membership proofs
together, so this simplification also fixes the issue

* increase atomic swap amount

* fix atomic swap fee calculation thing

* fix expected balances after changes to swap amounts

* fixup RTH tests in connection to atomic swaps

* add a note about SCI expiry check being racy

Co-authored-by: Eran Rundstein <eran@rundste.in>
Co-authored-by: Remoun Metyas <remoun@mobilecoin.com>

* Bump ed25519 from 1.5.0 to 1.5.2 (#1987)

Bumps [ed25519](https://github.com/RustCrypto/signatures) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](https://github.com/RustCrypto/signatures/compare/ed25519/v1.5.0...ed25519/v1.5.2)

---
updated-dependencies:
- dependency-name: ed25519
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump signal-hook from 0.3.13 to 0.3.14 (#1984)

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.13 to 0.3.14.
- [Release notes](https://github.com/vorner/signal-hook/releases)
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/signal-hook/compare/v0.3.13...v0.3.14)

---
updated-dependencies:
- dependency-name: signal-hook
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rayon from 1.5.2 to 1.5.3 (#1985)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump syn from 1.0.94 to 1.0.95 (#1989)

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump libc from 0.2.125 to 0.2.126 (#1990)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.125 to 0.2.126.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.125...0.2.126)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rocket from 0.5.0-rc.1 to 0.5.0-rc.2 (#1949)

* Bump rocket from 0.5.0-rc.1 to 0.5.0-rc.2

Bumps [rocket](https://github.com/SergioBenitez/Rocket) from 0.5.0-rc.1 to 0.5.0-rc.2.
- [Release notes](https://github.com/SergioBenitez/Rocket/releases)
- [Changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SergioBenitez/Rocket/compare/v0.5.0-rc.1...v0.5.0-rc.2)

---
updated-dependencies:
- dependency-name: rocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update for Rocket v0.5.0-rc.2

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Wygle <andrew@mobilecoin.com>

* Bump ed25519 from 1.5.0 to 1.5.2 in /fog/view/enclave/trusted (#1983)

Bumps [ed25519](https://github.com/RustCrypto/signatures) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](https://github.com/RustCrypto/signatures/compare/ed25519/v1.5.0...ed25519/v1.5.2)

---
updated-dependencies:
- dependency-name: ed25519
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ed25519 from 1.5.0 to 1.5.2 in /consensus/enclave/trusted (#1982)

Bumps [ed25519](https://github.com/RustCrypto/signatures) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/RustCrypto/signatures/releases)
- [Commits](https://github.com/RustCrypto/signatures/compare/ed25519/v1.5.0...ed25519/v1.5.2)

---
updated-dependencies:
- dependency-name: ed25519
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* make permission denied log level be info (#1997)

Logging at error causes a sentry alert, and so if a client like
fog distro is in a retry loop submitting transactions and getting
this error, it can blow out our sentry quota

* add an option to use an ipinfo token (#1996) (#1998)

* Implement some improvements to the `mc-consensus-mint-client` utility (#1993)

* add TxFile and dump subcommand

* add signing command

* Gift Code Memo Builder (#1933)

Add memo builders for creating gift code memos and simulate gift code transaction
flow within transaction builder.

* Fix clippy::iter-overeager-cloned

* Fix clippy::needless-arbitrary-self-type

* Fix deprecated-where-clause-location

* Fix lifetime issue

* Fix error: use of `expect` followed by a function call

* Fix clippy::needless-collect

Co-authored-by: Chris Beck <beck.ct@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Mork <the-real-adammork@users.noreply.github.com>
Co-authored-by: Eran Rundstein <eran@rundste.in>
Co-authored-by: wjuan-mob <william@mobilecoin.com>
Co-authored-by: James Cape <jamescape777@gmail.com>
Co-authored-by: Bernie Dolan <bernie@mobilecoin.com>
Co-authored-by: Sam <sam.dealy@gmail.com>
Co-authored-by: Jason Greathouse <jgreat@jgreat.me>
Co-authored-by: sugargoat <sara.drakeley@mobilecoin.com>
Co-authored-by: Mike Turner <zaphrod.beeblebrox@gmail.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>
Co-authored-by: James Cape <james@mobilecoin.com>
Co-authored-by: Eugen Rata <eugen.rata@gmail.com>
Co-authored-by: Eugene Rata <no-email@no-email.com>
Co-authored-by: Diana <5275194+DianaNites@users.noreply.github.com>
Co-authored-by: Brian Corbin <brian.william.corbin@gmail.com>
Co-authored-by: awygle <awygle@gmail.com>
Co-authored-by: Andrew Wygle <andrew@mobilecoin.com>
Co-authored-by: Sam Dealy <33067698+samdealy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants