Skip to content

v1.2.0

Compare
Choose a tag to compare
@abourget abourget released this 11 Dec 15:56
· 91 commits to master since this release

Release notes

New features

  • Added auto-discovery of multisig signatories by passing --with-subaccounts flag to eosc multisig propose
    • ex. eosc multisig propose testtesttest myprop myprop.json --request=friendsgroup --with-subaccounts will expand to request permission from all accounts listed for the active permission of friendsgroup
  • Added auto-discovery of multisig signatories to easily request quorum from 15/21 active BPs using the --request-producers flag
  • Added RPC verbose debug global flag --debug which will display detailed response and errors from the blockchain.

Major changes

  • Environment variables related to multisig command have been renamed from msig to multisig to align with the command naming scheme.
  • Improved RPC error display.

Minor changes and bug fixes

  • multisig propose changed from --request-permissions to --request to accommodate new semantics for the new feature.

Changelog

dfa80d7 Added --request-producers to multisig propose... does recursive digging in permissions to simplify tasks for block producers.
d7efa56 Added --with-subaccounts for msig propose.. will recurse multisig accts.
08948ee Added http verbose debug
0a58d97 Changed --requested-permission to --request . --include-owner-permissions -> --with-owner
ed1856d Display error messages more properly.
b62aba2 Rename env vars chunks for msig to multisig.
a28bedd Updated eos-go vendoring