Skip to content

[#67] Add specialized multisig contract

Sandeep.C.R requested to merge sras/#67-add-specialized-multisig into master

Description

This PR copies the specialized multisig contract from the https://github.com/tqtezos/lorentz-contract-multisig repo to morly-multisig package.

The tests for the specialized contract was made by copying the tests from generic multisig contract and making necessary changes to work with the it.

EDIT: The contract has been slightly amended to include key count/threshold check.

Related issue(s)

Resolves #67 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Sandeep.C.R

Merge request reports