Commit Graph
9 Commits
Author SHA1 Message Date
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
Aleksandr Bezobchuk 486fa5b4b0 Fix constructors 2020-03-24 18:55:53 -04:00
Aleksandr Bezobchuk 98f62db242 Fix linting 2020-03-15 14:10:15 -04:00
Aleksandr Bezobchuk c49af0b8dd Update context 2020-03-13 13:59:14 -04:00
Aleksandr Bezobchuk 217cae2021 DRY code 2020-03-13 09:57:15 -04:00
Aleksandr Bezobchuk 0a79849d6e Test tx 2020-03-13 09:51:11 -04:00
Aleksandr Bezobchuk 53a43dc2a1 Fix API 2020-03-12 13:46:35 -04:00
Aleksandr Bezobchuk 34f9fc439a Implement canonical signing 2020-03-12 13:32:03 -04:00
Aleksandr Bezobchuk 3a94f42e11 Implement app-level tx 2020-03-12 10:53:27 -04:00