Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Release v1.2.0

Choose a tag to compare

@nogang nogang released this 22 Oct 04:21
· 1377 commits to dev since this release
d3965a8

v1.2.0 Release Notes

New Features

  • Support multisig and role-based key for accounts
    • KlayCredential can now have multiple keys or role-based keys depending on its purpose.
    • You can add multiple signs to a transaction through the TransactionManager.
    • FeePayerManager now allows you to add multiple signatures of a fee payer to a transaction.
    • Any type of RLP-encoded transactions can be decoded using TransactionDecoder.
    • Introduce keystore version 4 to support multisig and role-based keys. Use a field called keyring instead of crypto to store the key.
    • The build pattern is applied to convert the TransactionTransformer to a TxTypeFeeDelegate.

Fixes

  • Resolved an issue with length mismatch during public key decode