cosmos-sdk/types/errors
Aaron Craelius bb4642ad0d
Decouple client/tx from x/auth (#5992)
As part of #5864 part 2), this PR decouples the new client/tx
package from x/auth (as an incremental step to deprecating
all the tx logic in x/auth) and adds StdFee, StdSignature,
StdSignMsgBase and StdTxBase to codec/std, while
deprecating the corresponding types in x/auth.
2020-04-15 23:55:02 +02:00
..
abci.go Merge PR #5665: Bump Module ABCI Error Codes 2020-02-18 14:43:00 +01:00
abci_test.go types/errors: make Wrap() work like github.com/pkg/errors.Wrap 2020-03-28 00:19:44 +01:00
doc.go Merge PR #4821: Port weave errors package 2019-07-31 12:37:11 -04:00
errors.go Decouple client/tx from x/auth (#5992) 2020-04-15 23:55:02 +02:00
errors_test.go types/errors: make Wrap() work like github.com/pkg/errors.Wrap 2020-03-28 00:19:44 +01:00
stacktrace.go Merge PR #4821: Port weave errors package 2019-07-31 12:37:11 -04:00
stacktrace_test.go types/errors: make Wrap() work like github.com/pkg/errors.Wrap 2020-03-28 00:19:44 +01:00