This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
forked from dapperlabs/flow-rosetta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd871f8
commit 33cf65f
Showing
4 changed files
with
621 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
*.checkpoint | ||
*.log | ||
flow-go/ | ||
.vscode/ | ||
.vscode/ | ||
__debug_bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Please note that the flow-go repository should be cloned into this projects dire | |
|
||
* `git clone [email protected]:onflow/flow-go.git` | ||
* `cd flow-go/crypto` | ||
* `git checkout v0.21.4` | ||
* `git checkout v0.25.0` | ||
* `go generate` | ||
|
||
You can then verify that the installation of the flow-go crypto package has been successful by running the tests of the project. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.