Skip to content

Commit cf4cc4f

Browse files
committed
more precise wording in the readme
1 parent 1e6f919 commit cf4cc4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Each **Order** may contain arbitrary number of actions: outgoing messages and up
1010
>
1111
> Singers must approve order only after fully reading order contents.
1212
13+
> ⚠️ The multisig UI should display all created and unexecuted orders (these can be found in outgoing messages from multisig), as well as the match of their list of signers with the current list of singers of multisig, so that users clearly see all active orders that can be executed.
14+
1315
Parameters, such as threshold N, list of _signers_ and other can only be updated by consensus of current N-of-M owners.
1416

1517
Any _signer_ may propose new **Order**. Multisignature wallet also allows to assign _proposer_ role: _proposer_ may suggest new Orders but can not approve them.
@@ -23,7 +25,7 @@ This Multisignature wallet was developed keeping in mind [Safe{Wallet}](https://
2325
## Guarantees
2426

2527
- Nobody except _proposers_ and _signers_ can initiate creation of new order, nobody except _signers_ can approve new order.
26-
- Change of the _signers_ set invalidates all orders with other set. More strictly, Order is only valid when current _signers_ are equal to _signers_ at the time Order was created.
28+
- Change of the _signers_ set invalidates all orders with other set. More strictly, Order is only valid when current _signers_ of the Multisig are equal to _signers_ of the Order.
2729
- _Signer_ compromise, in particularly compromise of less than _signers.length - N_, does not hinder to execute orders or to propose new ones (including orders which will remove compromised _signers_ from the signers list)
2830
- _Proposer_ compromise does not hinder to execute orders or to propose new ones (including orders which will remove compromised _proposer_ from the proposers list)
2931
- Logic of multisignature wallet can not be changed after deploy

0 commit comments

Comments
 (0)