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

fix jwk/zkid entries in release yaml 1.10 #12024

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

zjma
Copy link
Contributor

@zjma zjma commented Feb 15, 2024

Description

Test Plan

Copy link

trunk-io bot commented Feb 15, 2024

⏱️ 1h 4m total CI duration on this PR
Job Cumulative Duration Recent Runs
rust-unit-tests 30m 🟩
windows-build 12m 🟩
rust-lints 7m 🟩
check 4m 🟩
run-tests-main-branch 4m 🟥
general-lints 3m 🟩
check-dynamic-deps 3m 🟩
semgrep/ci 18s 🟩
file_change_determinator 12s 🟩
file_change_determinator 8s 🟩
permission-check 3s 🟩
permission-check 2s 🟩
permission-check 2s 🟩
permission-check 2s 🟩

🚨 1 job on the last run was significantly faster/slower than expected

Job Duration vs 7d avg Delta
windows-build 12m 18m -33%

settingsfeedbackdocs ⋅ learn more about trunk.io

@zjma zjma marked this pull request as ready for review February 15, 2024 00:20
@zjma zjma merged commit 1c0bebf into jpark/reset-release-yaml-for-1.10 Feb 15, 2024
42 checks passed
@zjma zjma deleted the zjma/fix_release_yaml_1_10 branch February 15, 2024 00:20
sherry-x pushed a commit that referenced this pull request Feb 15, 2024
* Update release.yaml

* enable REFUNDABLE_BYTES

* enable FairnessShuffler

* enable WEBAUTHN_SIGNATURE

* AIP-54 Object Code Deployment release addition

* enable vtxn and jwk consensus

* Update release.yaml

adding aggregators v2 flags, and updating execution onchain config

* add feature flag for zkID (ZK-only mode)

* fix jwk/zkid entries in release yaml 1.10 (#12024)

* update

* update

* Update release.yaml

fix flag name

* Update release.yaml

rename feature

---------

Co-authored-by: aldenhu <[email protected]>
Co-authored-by: hariria <[email protected]>
Co-authored-by: John Chang <[email protected]>
Co-authored-by: danielxiangzl <[email protected]>
Co-authored-by: igor-aptos <[email protected]>
Co-authored-by: Alin Tomescu <[email protected]>
Co-authored-by: zhoujunma <[email protected]>
danielxiangzl added a commit that referenced this pull request Feb 16, 2024
* clean error log lines (#12019)

* [table info][2/4] add utils for table info backup and restore and redesign the db read (#11793)

* separate indexer async v2 db from aptosdb

* address comments

* add utils for table info backup and restore and redesign the db read

* address comments to spawn block sync file ops

* address comments

* tests for events and improve event v1 handling (#12012)

* [move-vm] Cache verified modules (#12002)

* [move-vm] Cache verified modules

* fixup! [move-vm] Cache verified modules

* [passkey] Add MAX_BYTES limit for signatures (#11697)

* [passkey] Add MAX_BYTES limit for signatures

* [passkey] Add tracing for AssertionSignature type and fix README

* [passkey] Rebased on latest main, rerun authenticator_regenerate.sh

* Object Code Deployment module with CLI commands generated (#11748)

* [simple] rename RG split in VmChangeSet flag (#12027)

* rename RG split in VmChangeSet flag

old name was stale, when charging was different

* [fuzzing] fixes oss-fuzz FP and fuzz.sh (#12030)

* [fuzzing] fixes oss-fuzz FP and fuzz.sh

* Update Docker images (#12026)

Co-authored-by: sionescu <[email protected]>

* Update release.yaml (#12020)

* Update release.yaml

* enable REFUNDABLE_BYTES

* enable FairnessShuffler

* enable WEBAUTHN_SIGNATURE

* AIP-54 Object Code Deployment release addition

* enable vtxn and jwk consensus

* Update release.yaml

adding aggregators v2 flags, and updating execution onchain config

* add feature flag for zkID (ZK-only mode)

* fix jwk/zkid entries in release yaml 1.10 (#12024)

* update

* update

* Update release.yaml

fix flag name

* Update release.yaml

rename feature

---------

Co-authored-by: aldenhu <[email protected]>
Co-authored-by: hariria <[email protected]>
Co-authored-by: John Chang <[email protected]>
Co-authored-by: danielxiangzl <[email protected]>
Co-authored-by: igor-aptos <[email protected]>
Co-authored-by: Alin Tomescu <[email protected]>
Co-authored-by: zhoujunma <[email protected]>

* Cherry-pick VM changes (#12021)

* [gas] add gas charges for type creation

* [gas-calibration] Add calibration sample

* [move-vm] Implement a per-frame cache for paranoid mode

* fixup! [move-vm] Implement a per-frame cache for paranoid mode

* fixup! fixup! [move-vm] Implement a per-frame cache for paranoid mode

* fixup! fixup! fixup! [move-vm] Implement a per-frame cache for paranoid mode

* fixup! fixup! fixup! fixup! [move-vm] Implement a per-frame cache for paranoid mode

* [gas] add gas charges for dependencies

---------

Co-authored-by: Runtian Zhou <[email protected]>

* trivial doc fix

* [GHA] Upgrade actions/checkout to v4

* jwk ob counters (#12048)

* Revert "[GHA] Upgrade actions/checkout to v4"

This reverts commit 04d078f.

* [CI][indexer] fix the e2e localnet. (#12047)

* fix the e2e localnet.

* fix the e2e localnet.

* bump latest gas feature version to 14

Also be conservative and leave legacy parameters in >14 versions for
now. Need to clean up after REFUNDABLE_BYTES feature is actually enabled
on all networks.

* compat test to be against the testnet tag

* [GHA] Upgrade lint-test.yaml and the dependent actions to checkout@v4

actions/checkout@v4 doesn't behave well if both a workflow and an
invoked action checkout the source code on top of each other.

* [GHA] Update pin for tj-actions/changed-files

* start jwk consensus for google (#12053)

* [consensus] check rpc epoch in epoch_manager (#12018)

* [consensus] check rpc epoch in epoch_manager

* fix gas version (13 is deprecated/cannot be used) (#12064)

* FatalVMError shouldn't create "Delayed materialization code invariant" (#12044)

* Move all visibility checking into AST-level function_checker, simplify that code a bit, and improve diagnostics. (#11948)

* rust changes to move all visibility checking to AST and clean it up a bit
* change `Known attribute ... position` warning to a neater `Attribute .. position` warning
* add FunctionData id_loc to allow pointing at function name in declaration for more concise error messages. abstract messages a bit in function_checker
* add 'inlined from' labels to diagnostics with labels, fix bug in function_checker to enable post-inlining visibility checking

* lint

* fix for small stakes

* assert

---------

Co-authored-by: igor-aptos <[email protected]>
Co-authored-by: jill <[email protected]>
Co-authored-by: George Mitenkov <[email protected]>
Co-authored-by: runtianz <[email protected]>
Co-authored-by: Andrew Hariri <[email protected]>
Co-authored-by: John Chang <[email protected]>
Co-authored-by: Gerardo Di Giacomo <[email protected]>
Co-authored-by: sionescu <[email protected]>
Co-authored-by: Junkil Park <[email protected]>
Co-authored-by: aldenhu <[email protected]>
Co-authored-by: danielxiangzl <[email protected]>
Co-authored-by: Alin Tomescu <[email protected]>
Co-authored-by: Victor Gao <[email protected]>
Co-authored-by: Stelian Ionescu <[email protected]>
Co-authored-by: Stelian Ionescu <[email protected]>
Co-authored-by: larry-aptos <[email protected]>
Co-authored-by: Balaji Arun <[email protected]>
Co-authored-by: Brian R. Murphy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant