forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 12
Issue/fix building issue on upgrade #315
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
Open
dhaval-supraoracles
wants to merge
1,944
commits into
issue/framework_upgrade_v1.34.0-automation
Choose a base branch
from
issue/fix_building_issue_on_upgrade
base: issue/framework_upgrade_v1.34.0-automation
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Issue/fix building issue on upgrade #315
dhaval-supraoracles
wants to merge
1,944
commits into
issue/framework_upgrade_v1.34.0-automation
from
issue/fix_building_issue_on_upgrade
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
…t during type checking (aptos-labs#16768)
I removed logic for OpenSSL v1. It's been deprecated for a while now.
* replay-verify: print mismatches as found. also enlarge timeout to allow pods finish on mismatch * smaller range * timeout * print verify timeout message * More memory and split heavy ranges --------- Co-authored-by: Balaji Arun <balaji@aptoslabs.com>
…os-labs#16739) * [cli] Update CLI build script to run with SH, and more platforms * [cli] fix emerge support * [cli] Add cargo install script for specific versions
…ptos-labs#16734) * Early refactors (structure / executor) for BlockSTMv2 * Addressing comments
* improve error message * refactor code
…rides the VestingContract type (aptos-labs#16054)
Ends up cleaning the PipelineBlock to make sure it's only shared with Arc instead of cloning, so we can abort the pipeline upon drop.
- Display implementation of tags is removed - `to_canonical_string()` should be used instead - Fixes conversion of function tags to strings
Co-authored-by: rustielin <12578616+rustielin@users.noreply.github.com>
…bs#16824) * add unit tests * add e2e test * refactor
Co-authored-by: Igor <igor-aptos@users.noreply.github.com>
…aptos-labs#16883) * [staking_contract] add view function to get staker given pool address * Update staking_contract.move
…ptos-labs#17256) * [verifier] Check for function signatures (aptos-labs#17210) (cherry picked from commit 3b81823) --------- Co-authored-by: George Mitenkov <georgemitenk0v@gmail.com>
(cherry picked from commit d360385) Co-authored-by: George Mitenkov <georgemitenk0v@gmail.com>
aptos-labs#17284) (aptos-labs#17286) (cherry picked from commit ae54b1d) Co-authored-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com>
…s#17296) (aptos-labs#17298) (cherry picked from commit c9bdfb4) Co-authored-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com>
… (aptos-labs#17318) (cherry picked from commit 52fad82) Co-authored-by: Balaji Arun <balaji@aptoslabs.com>
Co-authored-by: hariria <31301117+hariria@users.noreply.github.com>
* resolve merge conflicts in framework * renaming * address comments * address comments * revert changes to AggregatableCoin * trivial * adapt to supra * rename * address comments
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.
No description provided.