Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 in /tutorials/nameservice/base #1505

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Other useful resources:

### Pull Request

When you submit your PR, please use the default [Pull Request template](/.github/PULL_REQUEST_TEMPLATE.md).
When you submit your PR, please use the default [Pull Request template](./.github/PULL_REQUEST_TEMPLATE.md).

### Folder structure

Expand All @@ -58,10 +58,6 @@ There are two ways to see what your changes will look like in production before

After the PR is created CI will kick off and run. All of ci must pass in order to merge the PR. Once the PR is merged, the changes will be deployed to the production site.

### Preview Draft PRs on a Local Web Browser

To view a local preview of a branch, follow the steps outlined in the [TECHNICAL SETUP](TECHNICAL-SETUP.md) guide to clone and install the app. Then, checkout the branch you would like to preview and run:

```sh
npm run serve
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/nameservice/base/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
github.com/emicklei/dot v1.6.1 // indirect
github.com/emicklei/dot v1.6.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
Expand Down
10 changes: 6 additions & 4 deletions tutorials/nameservice/docs/00-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Table of Contents

* [Getting Started](#overview-of-the-project)
* [Understanding Front-Running](01-understanding-front-running)
* [Mitigating Front-running with Vote Extensions](02-mitigating-front-running-with-vote-extensions)
* [Demo of Mitigating Front-Running](03-demo-of-mitigating-front-running)
- [Getting Started](#overview-of-the-project)
- [Understanding Front-Running](./01-understanding-frontrunning.md)
- [Mitigating Front-running with Vote Extensions](./02-mitigating-front-running-with-vote-extesions.md)
- [Demo of Mitigating Front-Running](./03-demo-of-mitigating-front-running.md)

## Getting Started

### Overview of the Project

Expand Down
Loading