Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykiselev authored Dec 11, 2023
2 parents 0bb0ea2 + 469cb9e commit add486e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/wavesplatform/gowaves
go 1.20

require (
filippo.io/edwards25519 v1.0.0
filippo.io/edwards25519 v1.1.0
github.com/beevik/ntp v1.3.0
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/cenkalti/backoff/v4 v4.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
filippo.io/edwards25519 v1.0.0 h1:0wAIcmJUqRdI8IJ/3eGi5/HwXZWPujYXXlkrQogz0Ek=
filippo.io/edwards25519 v1.0.0/go.mod h1:N1IkdkCkiLB6tki+MYJoSx2JTY9NUlxZE7eHn5EwJns=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down
2 changes: 1 addition & 1 deletion itests/testdata/issue_smart_asset_tx_testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func GetNegativeAssetScriptData(suite *f.BaseSuite) map[string]IssueTestData[Exp
ErrGoMsg: errMsg,
ErrScalaMsg: errMsg,
ErrBrdCstGoMsg: errBrdCstMsg,
ErrBrdCstScalaMsg: "Invalid version of script",
ErrBrdCstScalaMsg: "ScriptParseError(Invalid checksum)",
WavesDiffBalance: 0,
AssetBalance: 0,
}),
Expand Down
2 changes: 1 addition & 1 deletion itests/testdata/set_asset_script_tx_testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func GetSetAssetScriptNegativeData(suite *f.BaseSuite, assetID crypto.Digest) ma
ErrGoMsg: errMsg,
ErrScalaMsg: errMsg,
ErrBrdCstGoMsg: errBrdCstMsg,
ErrBrdCstScalaMsg: "Invalid version of script",
ErrBrdCstScalaMsg: "ScriptParseError(Invalid checksum)",
}),
"Asset was issued by other Account": NewSetAssetScriptTestData(
utl.GetAccount(suite, utl.DefaultRecipientNotMiner),
Expand Down
2 changes: 1 addition & 1 deletion itests/testdata/transfer_with_sponsorship_testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func GetTransferWithSponsorshipMaxValuesDataNegative(suite *f.BaseSuite, sponsor
ErrGoMsg: errMsg,
ErrScalaMsg: errMsg,
ErrBrdCstGoMsg: errBrdCstMsg,
ErrBrdCstScalaMsg: fmt.Sprintf("asset %s overflow", sponsoredAssetId),
ErrBrdCstScalaMsg: fmt.Sprintf("asset %s sum overflow", sponsoredAssetId),
}),
}
}
Expand Down

0 comments on commit add486e

Please sign in to comment.