Skip to content

Extend the BLSCache to add in a rust Pybinding for validate_clvm_and_signature for use in the mempool #1339

Extend the BLSCache to add in a rust Pybinding for validate_clvm_and_signature for use in the mempool

Extend the BLSCache to add in a rust Pybinding for validate_clvm_and_signature for use in the mempool #1339

Workflow file for this run

name: Security audit
on:
pull_request:
branches:
- "**"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071