-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Casper 2.0.0 support
- Loading branch information
Showing
115 changed files
with
10,009 additions
and
508 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
run: | | ||
go mod vendor | ||
go install -v github.com/incu6us/goimports-reviser/[email protected] | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 | ||
- name: Format | ||
run: go fmt ./... | ||
|
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
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
module github.com/make-software/casper-go-sdk | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 | ||
github.com/shopspring/decimal v1.3.1 | ||
github.com/stretchr/testify v1.8.2 | ||
golang.org/x/crypto v0.18.0 | ||
golang.org/x/crypto v0.23.0 | ||
golang.org/x/sync v0.6.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
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
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.