Commit Graph
19 Commits
Author SHA1 Message Date
Ethan Frey c62702ba30 Fix lint issues 2020-02-03 21:33:39 +01:00
Ethan Frey 0031d6860d Fix encodeTx implementation, Connection.identifier now works 2020-02-03 21:31:46 +01:00
Ethan Frey b99340bf76 Add encode logic to rest client 2020-02-03 20:22:02 +01:00
Ethan Frey 7e7f18a1b3 Remove all use of amino, identifier is disabled 2020-02-03 19:59:20 +01:00
Ethan Frey e50733eb71 RestClient posts with JSON-encoded StdTx 2020-02-03 19:44:38 +01:00
Ethan Frey 9299b73aa6 Merge branch 'master' into move-amino-into-sdk 2020-02-03 18:53:42 +01:00
Ethan Frey 80be33b621 Fix types re-export 2020-02-03 18:47:59 +01:00
Ethan Frey 6444be5aa4 Remove obsolete comments 2020-02-03 18:42:36 +01:00
Ethan Frey 6358b02f11 Move TokenInfo, coinToDecimal, decimalToCoin from sdk to bcp 2020-02-03 18:33:14 +01:00
Ethan Frey 1491b13e83 Format and lint 2020-02-03 18:25:05 +01:00
Ethan Frey f5fbb02ba4 Improve parsing, two types of pubkey decoding 2020-02-03 18:18:21 +01:00
Ethan Frey 62b5c88c58 bcp builds properly 2020-02-03 17:19:48 +01:00
Ethan Frey 8b262e6b12 Update imports from bcp to sdk 2020-02-03 17:11:44 +01:00
Ethan Frey b68fe1aa6a Copy amino interface definitions to package - need some cleanup 2020-02-03 17:08:48 +01:00
Simon Warta 9da9225345 Move decimalToCoin and coinToDecimal into SDK 2020-02-01 17:09:27 +01:00
Simon Warta 4377fdd8ab Move TokenInfo into sdk 2020-02-01 16:23:08 +01:00
Simon Warta fb9160f258 Move isAminoStdTx into sdk 2020-02-01 15:54:08 +01:00
Simon Warta 399a53e99a Add first test in new package 2020-01-31 18:02:08 +01:00
Simon Warta 1bf2d9b287 Extract RestClient, TxsResponse, AminoTx into @cosmwasm/sdk 2020-01-31 17:50:10 +01:00