-
Notifications
You must be signed in to change notification settings - Fork 152
nick/merge 6.0 into main #3973
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
Merged
Merged
nick/merge 6.0 into main #3973
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
nick-mobilecoin
commented
Apr 23, 2024
- Update changelog (Update changelog #3956)
- Update SGX SDK to 2.23.100.2 (Update SGX SDK to 2.23.100.2 #3957)
- Bump go version in CD to 1.22.2 (Bump go version in CD to 1.22.2 #3958)
- mobilecoind: include RTH memos by default and allow customizing them if desired (mobilecoind: include RTH memos by default and allow customizing them if desired #3945)
- Add merging to BlockRange (Add merging to BlockRange #3923)
- Fix fog ledger router returning incorrect block number (Fix fog ledger router returning incorrect block number #3933)
- update testing base to v5.2.3 and block 6224 (CI/CD - v6.0 Update testing base to v5.2.3 #3962)
- Update changelog (Update changelog #3961)
- annotation to keep autoscaler from evicting ingest. set ledger exceedBlockHeightBy (helm - set exceed by for ledger, keep ingest from being evicted by accident #3964)
- CI - Update CI jobs to remove deprecated actions (CI - Update CI jobs to remove deprecated actions #3965)
- Mobilecoind T3 support (Mobilecoind T3 support #3960)
- tools - scripts to scale down/up a dev environment (tools - scripts to scale down/up a dev environment #3966)
- Add SGX_MODE env variable to android bindings build (Add SGX_MODE env variable to android bindings build #3968)
- Bump idna from 3.3 to 3.7 (Bump idna from 3.3 to 3.7 #3969)
- Update golang.org/x/net from 0.21.0 to 0.24.0 (Update golang.org/x/net from 0.21.0 to 0.24.0 #3970)
- Use the current job id in the uploaded core dump name (Use the current job id in the uploaded core dump name #3971)
- Bump rustls from 0.21.7 to 0.21.11 (Bump rustls form 0.21.7 to 0.21.11 #3967)
- Update changelog (Update changelog #3972)
Update changelog for the changes that got brought in from the main branch
* Bump go version in CD to 1.22.2 * bump runtime image to jammy and use bullseye for build Co-authored-by: Jason Greathouse <jgreat@jgreat.me>
…if desired (#3945) * add TransactionMemo proto and tests * add memo_builder method * update api to allow specifying memo * memo builder is no longer optional * sanity test that the expected default memo is present * add explicit memo test * RTH -> Rth --------- Co-authored-by: Henry Holtzman <henry@mobilecoin.com>
Co-authored-by: Henry Holtzman <henry@mobilecoin.com>
Previously when a fog ledger store was spun up prior to the block chain having blocks in its block range it would return back 0 for the block number. This resulted in the collated response having 0 for the total number of blocks. Now stores will respond back with the range of blocks that they have processed and the collation logic will combine the overlapping ranges to come up with the highest available block count.
Also fixed light-client versions to match the rest of the repo
* remove rust setup (rust already set up in builder image) * remove unused mobilecoin-cache-seeds * update ci to remove deprecated rust action * bump build image
* t3 configuration * basic t3 store * collect TransparentTransactions when scanning the ledger * t3 sync thread --------- Co-authored-by: Henry Holtzman <henry@mobilecoin.com>
* add scripts to scale down/up a target dev environment * wait for ingest to start before trying to activate * uncomment mobilecoind tests to progress blockchain
The newer upload artifacts requires a unique name for artifacts. In order to ensure that multiple failing test steps can upload core dumps the artifact name has been prefixed with the [job id](https://docs.github.com/en/actions/learn-github-actions/contexts#github-context)
|
holtzman
approved these changes
Apr 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.