forked from ZcashFoundation/zebra
-
Notifications
You must be signed in to change notification settings - Fork 2
ZSA synced with the upstream v4.2.0 #114
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
Changes from all commits
Commits
Show all changes
543 commits
Select commit
Hold shift + click to select a range
a597c4e
Minor fix in comments
dmidem 0498e06
Temporary comment of #[cfg(feature = tx-v6)] in zebra-chain/src/trans…
dmidem 975d5be
Merge branch 'zsa-integration-txv6' into zsa-integration-generics
dmidem 1857e0c
Update ZSA test blocks (use test data with action groups)
dmidem 9a99235
Update Nu7 consensus branch id in rpc test snapshot
dmidem 7735050
Make changes according to #17 PR review (partially)
dmidem 25a44a2
Derive Copy, Clone, Debug, Eq, PartialEq for EncryptedNote instead of…
dmidem 600571d
Make changes according to #17 PR review
dmidem f0faf64
Merge branch 'zsa-integration-generics' into zsa-integration-proptest
dmidem 3ac784a
Fix wrong resolving of merge conflict in the previous commit
dmidem d7cba24
Merge branch 'zsa-integration-proptest' into zsa-integration-issuance…
dmidem 757a789
Minor fix in FIXME comment
dmidem a911873
Merge branch 'zsa-integration-generics' into zsa-integration-proptest
dmidem 8f87c2f
Merge branch 'zsa-integration-proptest' into zsa-integration-issuance…
dmidem 9bf6a26
Merge branch 'zsa-integration-issuance-commitments' into zsa-integrat…
dmidem bfe8f6f
Minor spelling fixes in comments
dmidem 850ebf2
Fix compilation error in tests
dmidem fa16948
Fix clippy warning
dmidem 1e407d4
Fix clippy warning (2)
dmidem ccaa026
Fix clippy warning (3)
dmidem 6cfb2cd
Merge branch 'zsa-integration-demo-ag' into zsa-integration-demo-ag-u…
dmidem 1cb52c3
Refactor burn serialization to use read_burn, write_burn functions fr…
dmidem f3d5da9
Remove TrustedPreallocate impl and size constants from orchard_zsa::i…
dmidem 1c19435
Switch to updated version of orchard and librustzcash crates in Cargo…
dmidem e480c7a
Update orchard_flavor_ext module to re-use OrchardVanilla and Orchard…
dmidem a11f356
Rename orchard_flavor_ext module to shielded_data_flavor
dmidem 6b76eb6
Fix several comments
dmidem 7313610
Use NoiteValue instead of Amount ffor BurnItem
dmidem b36a941
Fix compilation error
dmidem 543b7a6
Fix compilation error (2)
dmidem e80bc80
Refactor zebra-chain/src/transaction/serialize.rs (add comments, redu…
dmidem 32c1428
Merge branch 'zsa-integration-consensus' into zsa-integration-state-ag
dmidem b5162c9
Fix remaining merge conflicts
dmidem 2c042a0
Fix compilation erros
dmidem a6913a2
Fix clippy warning
dmidem dd5d8bd
Fix compilation errors appeared after the previous merge
dmidem 88a47a5
Fix compilation error
dmidem 4ee9031
Merge branch 'zsa-integration-state-fix-revert' into zsa-integration-…
dmidem 0f8ed6f
Add support of V6 to remove_orchard_conflicts proptest function in ze…
dmidem 0c6aee6
Fix to resolve some review comment for #37
dmidem 50f1ef8
Update comments and rename some modules according to #37 review notes
dmidem aeff48b
More updates according to #37 review notes
dmidem c0f9e90
Add OrchardZSA version of encrypted_ciphertext_roundtrip test
dmidem d82151d
Fix a couple of comments and orchard_zsa/tests items visibility accor…
dmidem 55c5c4b
Additional fixes according #37 review comments
dmidem f5a6f84
Add support of V6 to property tests for mempool storage in zebrad
dmidem 08ed883
Add comments according to #37 review
dmidem 3338ef0
Add v6_strategy to zebra-chain/src/transaction/arbitrary code
dmidem a6519ff
Fix compilation errors
dmidem 22f7ccc
Fix a mistake in zebra-chain/src/primitives/zcash_note_encryption
dmidem b58c8b2
Fix compilation warnings
dmidem 837395e
Comment out v6_strategy usage in zebra-chain/src/transaction/arbitrar…
dmidem adcc967
Fix cargo fmt issue
dmidem 5de8fbd
Fix and return support of Nu7/V6 (i.e. a call of v6_strategy) to Tran…
dmidem 672d4a8
Ensure orchard_shielded_data can not be None for V6 in v6_strategy of…
dmidem 7df9054
Fix doc comment for ACTION_SIZE in orchard::ShieldedData
dmidem f071091
Move burn field inside action group in serialization functions for Or…
dmidem a3ca271
Update zebra-consensus/src/primitives/halo2/tests to add OrchardZSA t…
dmidem 8a32389
Fix cargo clippy warning
dmidem ef1882d
Update orchard and librustzcash versions
dmidem cd877ab
Merge branch 'zsa-integration-consensus' into zsa-integration-consens…
dmidem 86272d5
Fix order of fields for OrchardZS serialization/deserialization to be…
dmidem b4e7fdd
Update test vectors (with ones that contain burn inside AG)
dmidem 632d2b2
Rename and fix orchard shielded data test vectors and releated tests
dmidem b102b60
Added a doc comment for orchard_zsa workflow test (zebra-consensus/sr…
dmidem bb4c872
Remove ValueCommitment::with_asset and introduce a ValueCommitment::n…
dmidem fc1cd74
Rename orchard test vectors modules, data files and constants in zebr…
dmidem 8850c5a
Remove serialization tests from orchard_zsa in zebra-chain (as there'…
dmidem 48540e5
Added short comments/descriptions for test blocks in orchard_workflow…
dmidem 90a49d7
Make fixes according to the second #37 review
dmidem 333f59c
Fix cargo clippy error
dmidem 9bb723a
Generalize verify_v5_transaction and verify_v6_transaction functions …
dmidem d88120c
Fix FIXME comments in transaction.rs
dmidem 852730b
Create push-deploy.yaml
seniakalma b9f7083
Remove allow(missing_docs) from zebra-test/.../orchard_workflow_block…
dmidem 183fe3d
Fix the code to support compilation with tx-v6 feature flag disabled,…
dmidem 2ca5e2a
Allow manual triggering for push-deploy
seniakalma 3e1e232
Allow manual triggering for push-deploy (#54)
PaulLaux e79160b
\Merge branch 'zsa-integration-consensus' into zsa-integration-state-…
dmidem 65dbc74
Fix compilation errors in zebra-state happened without tx-v6 feature …
dmidem 11d37fe
Allow finalizing issued assets via the issue action when no notes are…
dmidem 70ab5ed
Refactor orchard_workflow_blocks_zsa.rs (zebra-test crate) to read te…
dmidem d301946
Fix clippy errors
dmidem 43ea314
Copy tests from zsa-issued-assets-tests here and fix compilation errors
dmidem 3ab6b56
Temporarily comment out verify_issuance_blocks_test test (it fails now)
dmidem f0756b3
Merge branch 'zsa1' into zsa-integration-consensus
PaulLaux 236b4eb
ZSA integration (stage 1) - Tx V6, Nu7 (#37)
dmidem 67961c3
Merge branch 'zsa1' into zsa-integration-state
dmidem 50ea49c
Add split of workflow, ecr and ecs
seniakalma b286601
Update
seniakalma afc02d3
Update PR comments
seniakalma 953ea4e
Update PR comments
seniakalma 5111e60
Update by comments
seniakalma 82193e3
Repo var for DOCKERFILE_PATH
seniakalma 7c1be4c
Add env
seniakalma 91464b8
Add env
seniakalma 7bfdb2b
Update deploy-ecs.yaml
seniakalma e05d170
Update deploy-ecs.yaml
seniakalma 6a5678d
1 time task definition download
seniakalma e03c7e5
Update deploy-ecs.yaml (#67)
seniakalma 6821d89
First-stage ZSA integration: apply upstream feedback & refactoring (#…
dmidem 3c9bac2
Add more V6 tests to zebra-chain, refactor OrchardZSA tests in zebra-…
dmidem 7136f07
Clean up rust-toolchain.toml and move rustfmt & clippy installs to CI…
dmidem 6600d62
Update push ecr on zsa1 branch
seniakalma 43037bd
Update push ecr on zsa1 branch (#76)
PaulLaux bd332e3
Sync Zebra with orchard and librustzcash synced to upstream (#71)
dmidem c006f8a
Merge branch 'zsa1' into zsa-integration-state
dmidem ae18bb3
Attempt to refactor asset state management
dmidem a53cb57
Continue refactoring asset state management
dmidem 8591f25
Merge branch 'zsa-integration-state' into zsa-integration-state-refac…
dmidem 5438017
CI: reclaim runner disk, add resource logs, and use --locked/--no-dep…
dmidem 871d70b
Manual partial sync of upstream (ZcashFoundation) v2.4.2 to reduce fu…
dmidem cfe0c61
Add transaction_sighashes to semantically and contextually verified b…
dmidem 754860c
Update orchard and librustzcash, align Zebra with upstream API/module…
dmidem d87ceef
Merge branch 'upgrade-orchard-2083-librustzcash-a7e5' into zsa-integr…
dmidem 760368b
Fix compilation errors that appeared after the previous merge
dmidem ec8e3bc
zebra-chain: add ZIP-230 vSighashInfo(V0) serialization/deserializati…
dmidem 9ab4244
zebra-chain: add ZIP-230 vSighashInfo(V0) serialization/deserializati…
dmidem 5d239f9
zebra-chain: add ZIP-230/ZIP-246 versioned signature support
dmidem 69ed7ba
zebra-chain: add NU6_1 activation heights
dmidem ea8dfbf
zebra-chain: add ZIP-230/ZIP-246 versioned signature support
dmidem 33a3a9c
zebra-chain: add NU6_1 activation heights
dmidem 0c6dfd6
zebra-chain: add missing new sapling_v6.rs module
dmidem 489f937
zebra-chain: add missing new sapling_v6.rs module
dmidem 86229df
Update ZSA test blocks
dmidem 95dc65e
Update ZSA test blocks again and refactor orchard_zsa_workflow_blocks…
dmidem f8e71ab
Add 1-hour limit for cargo test in CI and a specific 1-minute limit f…
dmidem 9a03705
Fix compilation error from the previous commit
dmidem 1344c30
Update orchard-zsa-shielded-data test vectors
dmidem 45ee9f1
Update get_blockchain_info@mainnet_10.snap test snapshot
dmidem 6df563e
Update get_blockchain_info@testnet_10.snap test snapshot
dmidem 2f1c1c8
Make fixes according to #92 review comments
dmidem 4183c0d
zebra-chain: refactor versioned_sig_v0_roundtrip test according to #9…
dmidem 01d1037
Add testnet-singlenode-deploy
alexeykoren bbace68
Merge remote-tracking branch 'origin/upgrade-orchard-2083-librustzcas…
alexeykoren 3f407c1
Add testnet-singlenode-deploy to dockerignore exceptions
alexeykoren ec3dc33
Merge branch 'upgrade-orchard-2083-librustzcash-a7e5' into zsa-integr…
dmidem 6ea1d70
Sync Zebra with latest Orchard and librustzcash (#92)
dmidem 78fc31c
Merge branch 'zsa1' into zsa-integration-state-refactor-2
dmidem af80ebe
Create stop-ecs workflow (#99)
seniakalma 0640746
Update Orchard and librustzcash refs for PR471 review sync (#104)
ConstanceBeguier e174627
Refactor to use the latest zsa1 branch commits of Orchard and librust…
dmidem 2becb2d
Pin blake2b_simd to 1.0.1 for compatibility with Orchard
dmidem ee2486d
Fix test compilation errors
dmidem 3042a11
Add reference_note field to impl serde::Serialize for AssetState
dmidem 969441b
Final refactoring of asset_base.rs
dmidem 0f521fb
Remove 'nonempty' crate dependency
dmidem 9a20622
Add missing doc comment for pup mod testing
dmidem 1644308
Update Zebra Orchard and librustzcash refs in Cargo.toml
dmidem c546f96
Skip signature verification for checkpoint verified blocks
dmidem 1928508
Remove (comment out) failing assert in update_chain_tip_with_block_pa…
dmidem fec3a08
Fix zebra-rpc asset_state test snapshots to add reference_note
dmidem ad00e18
Fix zebra-rpc asset_state test snapshots to rename total_supply to am…
dmidem 1098dd0
Return MIN_TRANSPARENT_COINBASE_MATURITY to 100
dmidem 7f1a3ee
Make transaction_sighashes optional in semantically and contextually …
dmidem 746108d
Fix cargo clippy errors
dmidem 1196785
Merge branch 'zsa1' into zsa-integration-state-refactor-2
dmidem 57c39a0
Drop global issuance state unrelated changes
dmidem a7cbc60
Minor refactoring, FIXME resolution, etc.
dmidem 635d29b
Merge branch 'zcash_pr471_review' of https://github.com/QED-it/zebra …
dmidem 2674f18
Merge branch 'zcash_pr471_review' into zsa-integration-state
dmidem cdefdcb
Update deploy-ecs.yaml (#107)
seniakalma 2b80155
Update Orchard and librustzcash versions and fix the code accordingly
dmidem a2ec43c
Merge branch 'zsa1' into zsa-integration-state
dmidem 2a82c28
Update push-ecr.yaml (#108)
seniakalma 751c0ec
Update push-ecr.yaml
seniakalma a7eaff5
Fix CI: update librustzcash rev and derive test reference notes via I…
dmidem 4cc5e7f
Merge branch 'zsa1' into zcash_pr471_review
dmidem 564d588
Fix zebra-rpc test compilation error
dmidem 8e3076f
Add initial/partial support for ZIP-233 (zip233_amount field in Trans…
dmidem 098270e
Revert "Add initial/partial support for ZIP-233 (zip233_amount field …
dmidem bd988f5
zebra-test: zebra-test: update Orchard ZSA workflow blocks
dmidem 8421cd5
zebra-test: update Orchard ZSA workflow blocks
dmidem a8c0ba7
zebra-rpc: update get_asset_state snapshots
dmidem 794f1b5
Merge branch 'zsa1' into zsa-integration-state
dmidem d9abe0e
Fix cargo clippy issues
dmidem 5e3bc3b
Merge branch 'zcash_pr471_review' into zsa-integration-state
dmidem 63341a5
Add initial/partial support for ZIP-233 (zip233_amount field in Trans…
dmidem dce97e1
Merge branch 'zcash-v4.1.0' into sync-zcash-v4.1.0-merge
dmidem 4564f18
Fix compilation errors that appeared after the previous commit (i.e.,…
dmidem 56761d3
Add tx_sighash to VerifiedUnminedTx
dmidem 3e47b2a
zebra-chain: Align Nu7 consensus branch ID and TxV6 version group ID …
dmidem 55c302c
zebra-consensus: Set activation heights for Canopy and NU7 to 1 for r…
dmidem 15c4ec6
Sync .github/workflows with upstream
dmidem e3aaf52
Add missed .github/workflows files for the previous commit
dmidem 7bcaab7
Update Orchard ZSA workflow blocks to support ZIP-233
dmidem 25f5738
Update Orchard ZSA workflow blocks to support ZIP-233
dmidem c38c41b
Fix small cargo fmt issue
dmidem e53c36d
zebra-test: fix Orchard ZSA workflow vectors after correcting hashBlo…
dmidem 63eef9d
zebra-rpc: update get_asset_state_not_found snapshots, assign Transac…
dmidem 4c5094e
ci-basic.yml: rename elided_named_lifetimes to mismatched_lifetime_sy…
dmidem 8e76dd8
ci-basic.yml: match clippy flags with upstream lint workflow
dmidem 29906ba
zebra-test: increase MockService default request wait to 1s to avoid …
dmidem 9e75366
Address PR #111 review comments (tx_v6 feature gating to be fixed sep…
dmidem bcc02b8
Clear ENABLE_ZSA in Flags arbitrary strategy to fix V5 transaction ro…
dmidem 1e9ea65
Make Zebra compilable with tx_v6/nu7 flags disabled
dmidem 426dd85
ci-basic.yml: test both with and without nu7/tx_v6 flags using a matrix
dmidem e3850f5
Merge branch 'zsa-integration-state' into sync-zcash-v4.1.0-merge-1
dmidem af45381
Fix tv_v6 flag guard style to align with that used in upstream Zebra …
dmidem f517d82
Fix zsa-integration-state->sync-zcash-v4.1.0 merge conflict resolutio…
dmidem 89d593d
Add ZIP-230 coinbase ENABLE_ZSA consensus check
dmidem 0bf444b
Merge branch 'sync-zcash-v4.1.0-merge-1' into sync-zcash-v4.1.0-merge
dmidem 0d5ea69
Merge branch 'zcash-v4.2.0' into sync-zcash-v4.2.0-merge
dmidem 0978377
zebra-consensus: temporarily allow empty NU6.1 lockbox disbursements …
dmidem bac28fe
CI: restore repo cleanliness check, revert temporary Cargo config cha…
dmidem e33aed7
Merge branch 'sync-zcash-v4.1.0-merge' into sync-zcash-v4.2.0-merge
dmidem 0b6deef
zebra-test: refactor orchard_zsa_workflow_blocks.rs to use a u8 stati…
dmidem 63c5d2b
zebra-test: refactor orchard_zsa_workflow_blocks.rs to use a u8 stati…
dmidem 402cd87
Refactor insert_fake_orchard_shielded_data into separate V5 and V6 he…
dmidem 47fedd3
Add v6_coinbase_transaction_with_enable_zsa_flag_fails_validation test
dmidem 8e471f6
Refactor insert_fake_orchard_shielded_data into separate V5 and V6 he…
dmidem b4504d1
Add v6_coinbase_transaction_with_enable_zsa_flag_fails_validation test
dmidem c79fc92
Update orchard and librustzcash crate versions to the latest from the…
dmidem 4ce0a32
Update orchard and librustzcash crate versions to the latest from the…
dmidem 2f6121e
Use new IssueBundle::note_commitments method from the orchard crate i…
dmidem 7314dff
Merge branch 'sync-zcash-v4.1.0-merge' into sync-zcash-v4.2.0-merge
dmidem b55ae3b
Remove zebra-scan files (as they were removed upstream)
dmidem c3e9c58
Remove get_block_template_rpcs.rs from zebra-rpc (as it was removed i…
dmidem a995eb4
Remove orchard/test-dependencies from zebra-chain deps to keep propte…
dmidem 224ab68
Bump MSRV to Rust 1.85.1, as librustzcash crates use it
dmidem 2afa187
Correct codespell typo
dmidem 786fce1
zebra-scan: sync CHANGELOG with upstream
dmidem 95acd4e
ci: specify stable toolchain for cargo-deny job
dmidem adfecee
Implement ZIP-0227 global issued-assets state in Zebra (#111)
dmidem 6289f30
Start addressing additional #111 review comments
dmidem 0b2ca13
Continue addressing additional #111 review comments: reuse existing r…
dmidem 3002196
Continue addressing additional #111 review comments: remove test-gap …
dmidem d4f8d54
Update cargo-deny git source allowlist for new dependency repos
dmidem 17915ff
Allow remaining upstream git sources in cargo-deny
dmidem e6a9d70
Merge branch 'zsa1' into sync-zcash-v4.2.0-merge
dmidem 09def10
Address the first part of #114 review comments
dmidem 205bf8c
Address the first part of #114 review comments (2)
dmidem 9fe1f13
Apply the same fix as the upstream branch for the new
dmidem 8a95237
Revert "Apply the same fix as the upstream branch for the new"
dmidem 134804d
ci: temporarily allow clippy::manual_option_zip in lint job
dmidem 88911bf
ci: allow manual_option_zip clippy lint across toolchain versions
dmidem 02d75fb
Remove "toolchain: stable" for deny in lint.yml
dmidem 3183c50
Refactor transaction handling and update related tests per #114 revie…
dmidem 1bda5da
Add tx_v6/nu7 feature guard before verify_v6_transaction_network_upgrade
dmidem a1f6173
zebra-rpc: update snapshots to use new burnexists/issuanceexists fiel…
dmidem 4a389fa
zebra-consensus: skip NU6.1 lockbox disbursement check on Regtest
dmidem f7904f7
Make ZSA transaction RPC flags optional
dmidem c2b3485
Add zip233amount to transaction RPC output
dmidem 9d0932a
check_orchard_zsa_workflow test: remove extra lockbox_disbursements.i…
dmidem 723bce1
Add ZSA issue note count to ZIP-317 logical actions
dmidem 20760d2
Temporarily skip empty NU6.1 lockbox disbursement checks on Regtest-l…
dmidem 7aff71e
re-added testnet-single-node-deploy/ folder
PaulLaux e971063
updated network upgrade table
PaulLaux 2b036fd
fix(ci): make unit tests build with nu7 cfg
PaulLaux 11afb6e
updated comments and todos
PaulLaux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,4 +22,4 @@ | |
| !zebra-* | ||
| !zebrad | ||
| !docker/entrypoint.sh | ||
| !docker/default-zebra-config.toml | ||
| !testnet-single-node-deploy | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| name: Basic checks | ||
|
|
||
| on: [push] | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-latest | ||
|
|
||
| strategy: | ||
| matrix: | ||
| nu7: | ||
| - true | ||
| - false | ||
|
|
||
| env: | ||
| # Use system-installed RocksDB library instead of building from scratch | ||
| ROCKSDB_LIB_DIR: /usr/lib | ||
| # Use system-installed Snappy library for compression in RocksDB | ||
| SNAPPY_LIB_DIR: /usr/lib/x86_64-linux-gnu | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - name: Show system resource summary (before cleanup) | ||
| run: | | ||
| df -h | ||
| free -h | ||
| lscpu | egrep 'Model name|Socket|Thread|Core|CPU\(s\)' | ||
|
|
||
| - name: Free disk space (safe cleanup for Rust CI) | ||
| run: | | ||
| # Remove heavy preinstalled SDKs and toolchains | ||
| sudo rm -rf /usr/local/lib/android || true | ||
| sudo rm -rf "$AGENT_TOOLSDIRECTORY" || true # preinstalled tool caches | ||
| df -h | ||
|
|
||
| - name: Install dependencies on Ubuntu | ||
| run: sudo apt-get update && sudo apt-get install -y protobuf-compiler librocksdb-dev | ||
| - name: Install formatting & linting tools | ||
| run: rustup component add rustfmt clippy | ||
|
|
||
| - name: Verify working directory is clean | ||
| run: git diff --exit-code | ||
|
|
||
| - name: Strip nu7/tx_v6 flags from config | ||
| if: ${{ !matrix.nu7 }} | ||
| run: | | ||
| sed -i 's|.*"--cfg", .feature="tx_v6".*|# &|' .cargo/config.toml | ||
| sed -i 's|.*"--cfg", "zcash_unstable=\\"nu7\\"".*|# &|' .cargo/config.toml | ||
|
|
||
| - name: Run tests | ||
| run: timeout --preserve-status 1h cargo test --verbose --locked | ||
| - name: Run doc check | ||
| run: cargo doc --workspace --no-deps --all-features --document-private-items --locked | ||
| - name: Run format check | ||
| run: cargo fmt -- --check | ||
| - name: Run clippy | ||
| run: cargo clippy --workspace --all-targets --features "default-release-binaries proptest-impl lightwalletd-grpc-tests zebra-checkpoints" | ||
| - name: Restore cargo config | ||
| run: git checkout -- .cargo/config.toml | ||
| - name: Verify working directory is clean | ||
| run: git diff --exit-code | ||
|
|
||
| - name: Show system resource summary | ||
| run: | | ||
| df -h | ||
| free -h | ||
| lscpu | egrep 'Model name|Socket|Thread|Core|CPU\(s\)' | ||
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
do we need to submit this file or is it just for us?
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.
Yes, this file is only for our internal use. I’ll remove it before preparing the upstream PR.