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(besu): deployContractSolBytecodeNoKeychainV1 requires keychainId #3587

Merged
merged 1 commit into from
Oct 17, 2024

Commits on Oct 17, 2024

  1. fix(besu): deployContractSolBytecodeNoKeychainV1 requires keychainId

    In the DeployContractSolidityBytecodeNoKeychainV1Request of
    `packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json`
    there are parameters that are required despite the entire point of this
    operation is to not need them (e.g. keychainId and contract JSON object).
    
    Fixes hyperledger-cacti#3586
    
    Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
    petermetz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d71e316 View commit details
    Browse the repository at this point in the history