Skip to content

Commit

Permalink
feat(frontend): version bump (#2172)
Browse files Browse the repository at this point in the history
* bump frontend

* removed SpVuexError

* bump FE version
  • Loading branch information
marinhoarthur committed Mar 17, 2022
1 parent cdb5b95 commit 0c3d9a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ require (
github.com/tendermint/spn v0.1.1-0.20211210094128-4ca78a240c57
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
github.com/tendermint/vue v0.3.0
github.com/tendermint/vue v0.3.4
golang.org/x/mod v0.4.2
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1508,8 +1508,8 @@ github.com/tendermint/tm-db v0.6.2/go.mod h1:GYtQ67SUvATOcoY8/+x6ylk8Qo02BQyLrAs
github.com/tendermint/tm-db v0.6.3/go.mod h1:lfA1dL9/Y/Y8wwyPp2NMLyn5P5Ptr/gvDFNWtrCWSf8=
github.com/tendermint/tm-db v0.6.4 h1:3N2jlnYQkXNQclQwd/eKV/NzlqPlfK21cpRRIx80XXQ=
github.com/tendermint/tm-db v0.6.4/go.mod h1:dptYhIpJ2M5kUuenLr+Yyf3zQOv1SgBZcl8/BmWlMBw=
github.com/tendermint/vue v0.3.0 h1:jllMEhdq3r7pIwLCNh7Aj7CXmOG3mqHCKeRMelohjwQ=
github.com/tendermint/vue v0.3.0/go.mod h1:Sg9MGPF+uY+SJ79sdZgtC2LnH+FDU2qWuiRxoZn5bmw=
github.com/tendermint/vue v0.3.4 h1:8JWovrgoxI2rtvRJJDOD5au7aPDZ1Pd/ESUXcAfpP90=
github.com/tendermint/vue v0.3.4/go.mod h1:Sg9MGPF+uY+SJ79sdZgtC2LnH+FDU2qWuiRxoZn5bmw=
github.com/tetafro/godot v1.4.9/go.mod h1:LR3CJpxDVGlYOWn3ZZg1PgNZdTUvzsZWu8xaEohUpn8=
github.com/tidwall/gjson v1.6.7/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI=
github.com/tidwall/match v1.0.3/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
Expand Down
5 changes: 2 additions & 3 deletions starport/pkg/cosmosgen/templates/vuex/store/index.ts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,9 @@ export default {
return msg
} catch (e) {
if (e == MissingWalletError) {
throw new Error('TxClient:{{ .Name }}:Init Could not initialize signing client. Wallet is required.')
throw new Error('TxClient:{{ .Name }}:Init Could not initialize signing client. Wallet is required.')
}else{
throw new Error('TxClient:{{ .Name }}:Create Could not create message: ' + e.message)
throw new Error('TxClient:{{ .Name }}:Create Could not create message: ' + e.message)
}
}
},
Expand Down

0 comments on commit 0c3d9a6

Please sign in to comment.