-
Notifications
You must be signed in to change notification settings - Fork 14
test: add mNight tx tests covering invalid proof bug #369
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
base: main
Are you sure you want to change the base?
Conversation
|
New Issues (41)Checkmarx found the following issues in this Pull Request
Fixed Issues (35)Great job! The following issues were fixed in this Pull Request
|
| ports: | ||
| - "32000:32000" | ||
|
|
||
| cardano-node-socat: |
Check warning
Code scanning / Checkmarx One
Container Capabilities Unrestricted Medium
| ports: | ||
| - "32000:32000" | ||
|
|
||
| cardano-node-socat: |
Check warning
Code scanning / Checkmarx One
Healthcheck Not Set Medium
| ports: | ||
| - "32000:32000" | ||
|
|
||
| cardano-node-socat: |
Check warning
Code scanning / Checkmarx One
Security Opt Not Set Medium
| - cardano-node-1 | ||
| volumes: | ||
| - cardano-node-1-data:/data | ||
| ports: |
Check warning
Code scanning / Checkmarx One
Container Traffic Not Bound To Host Interface Medium
| condition: "service_started" | ||
| image: ${INDEXER_CHAIN_IMAGE} | ||
| restart: "no" | ||
| ports: |
Check warning
Code scanning / Checkmarx One
Container Traffic Not Bound To Host Interface Medium
| condition: "service_started" | ||
| image: ${INDEXER_WALLET_IMAGE} | ||
| restart: "no" | ||
| ports: |
Check warning
Code scanning / Checkmarx One
Container Traffic Not Bound To Host Interface Medium
16ff51a to
197415d
Compare
|
/bot rebuild-metadata |
197415d to
8d31a7b
Compare
|
✅ Metadata rebuild complete. No changes detected. |
added: - e2e test that generates regularTx and systemTx in one block - socat container to allow `cardano-cli` usage between host and container changed: - e2e tests that rely on one-shot-utxo are behind a feature flag and executed by default in CI - e2e tests default env is set to local from local-ci Refs: PM-20886
9ce80a0 to
234d915
Compare


Overview
Added:
cardano-cliusage between host<->containerChanged:
one-shot-utxoare behind a feature flag and executed by default in CIlocalfromlocal-ciRefs: PM-20886
🗹 TODO before merging
📌 Submission Checklist
🧪 Testing Evidence
Please describe any additional testing aside from CI:
🔱 Fork Strategy
Links