Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
7efcfc3c
Unverified
Commit
7efcfc3c
authored
Oct 25, 2023
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specs: Apply code review suggestions
Co-authored-by:
Matt Solomon
<
matt@mattsolomon.dev
>
parent
7d974663
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
safe-liveness-checking.md
specs/safe-liveness-checking.md
+2
-2
No files found.
specs/safe-liveness-checking.md
View file @
7efcfc3c
...
...
@@ -34,7 +34,7 @@ For implementing liveness checks a `LivenessGuard` is created which receives the
each executed transaction, and tracks the latest time at which a transaction was signed by each
signer. This time is made publicly available by calling a
`lastLive(address)(Timestamp)`
method.
Signers may also call the contract directly in order to prove liveness.
Signers may also call the contract
's
`showLiveness()()`
method
directly in order to prove liveness.
### The Liveness Module
...
...
@@ -47,7 +47,7 @@ A `LivenessModule` is also created which does the following:
1.
If so, it will call the Safe's
`removeSigner()`
to remove the non-live signer, and if necessary
reduce the threshold.
1.
When a member is removed, the signing parameters are modified such that
`M/N`
is the lowest ratio
which remains
above
75%. Using integer math, this can be expressed as
`M = (N * 75 + 99) / 100`
.
which remains
greater than or equal to
75%. Using integer math, this can be expressed as
`M = (N * 75 + 99) / 100`
.
### Shutdown
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment