Skip to content

10.2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 19:27
· 29 commits to master since this release
6385b74

Changelog

  • Augment of query spo-stake-distribution to include the DRep delegation choices of the Pool's rewards accounts
    (breaking)
    PR 990

  • Implement the query proposals command
    (feature, compatible)
    PR 984

  • More fine grained controls of eras for create-testnet-data. Forbid creating DReps and CC in babbage.

    Remove the create-testnet-data altogether in eras earlier than Babbage
    (breaking)
    PR 968

  • Update API to 10.4.0.0
    (breaking)
    PR 988

  • Modified anchor-data checking to allow HTTP schema for testing purposes
    (feature)
    PR 979

  • Minting script witness refactor
    The type ScriptWitnessFiles makes it difficult to accommodate for specific changes to plutus scripts.
    As a result we introduce MintScriptWitnessWithPolicyId as a first step towards deprecating ScriptWitnessFiles.
    This paves the way to more readable code and allows us to introduce specific changes to the different script types i.e simple vs plutus.
    (breaking, refactoring)
    PR 971

  • create-testnet-data: create byron genesis
    (breaking, test)
    PR 974

  • transaction build now checks and fails if stake addresses used for deposit return or treasury withdrawals in proposals are NOT registered on-chain.
    (feature)
    PR 963

  • transaction submit: print transaction hash, like this:

    Transaction successfully submitted. Transaction hash is:
    {"txhash":"456c614d5d547b7fe197a4d18fbb86e086cb9080594dabf9059adf08b00cf2bd"}
    

    Previously it was:

    Transaction successfully submitted.
    

    (feature, breaking)
    PR 925

  • Add option --committee-keys to create-testnet-data to create the cold and hot credential for constitutional committee members
    (compatible)
    PR 961

  • Added anchor data hash checks to transaction build
    (feature)
    PR 951

  • Update cardano-api to 10.2.0.0
    (breaking)
    PR 967

  • Add the debug check-node-configuration --node-configuration-file node-config.json command
    that reads node-config.json and checks that the hashes of genesis files are correct.
    (feature)
    PR 923