Skip to content

Commit

Permalink
Merge pull request #17 from PufferFinance/fix-dependabot-security-issues
Browse files Browse the repository at this point in the history
Update dependencies and fix compile issues
  • Loading branch information
SebForz authored Apr 15, 2024
2 parents f58f21c + 8eda328 commit d21b6b5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12,906 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Dependencies
/node_modules
package-lock.json

# Production
/build
Expand All @@ -18,3 +19,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
2 changes: 1 addition & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The validator’s entire balance that is withdrawn from the beacon chain to the

### `Slashing`
Slashing may refer to a loss of funds triggered by either of the following:
1. Misbehavior of validator nodes, such as signing two different blocks for the same beacon slot (AKA double-signing). See [secure-signer](technology/secure-signer) for more info on this kind of slashing
1. Misbehavior of validator nodes, such as signing two different blocks for the same beacon slot (AKA double-signing). See [secure-signer](../technology/secure-signer) for more info on this kind of slashing
2. A Restaking Operator (ReOp) not fulfilling obligations defined by an AVS

### `Validator Ticket`
Expand Down
3 changes: 2 additions & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docker volume inspect Puffer-Validator-Backup
```

Output:

```
$ docker volume inspect Puffer-Validator-Backup
[
{
Expand All @@ -70,6 +70,7 @@ Output:
"Scope": "local"
}
]
```

### Install SGX Drivers

Expand Down
Loading

0 comments on commit d21b6b5

Please sign in to comment.