Commit Graph
32 Commits
Author SHA1 Message Date
Simon Warta e3b43fd9dd Remove Wasm types from @cosmjs/sdk38 2020-06-20 10:20:22 +02:00
Simon Warta 1c233774f9 Increase tolerance for slow block creation in "gets height via last block" 2020-06-18 10:55:07 +02:00
Simon Warta dd120779aa v0.20.0 2020-06-10 15:08:24 +02:00
Simon Warta af7270a907 Add nonces 2020-06-10 15:07:13 +02:00
willclarktech b121eabca4 Update sdk38 error handling for review comments 2020-06-10 10:42:05 +01:00
willclarktech 34d19e4d7e Reorganise error handling in sdk38 2020-06-09 17:13:52 +01:00
Simon Warta 88faba8bed Replace internal usages of @iov/encoding with @cosmjs/{encoding,math} 2020-06-09 17:54:17 +02:00
Simon Warta 4cca97651b Use @cosmjs/utils in this project 2020-06-09 17:45:48 +02:00
Simon Warta 92417373cd Use @cosmjs/crypto in this project 2020-06-09 17:39:36 +02:00
willclarktech 8b4323c2b7 Replace cosmwasm-js with cosmjs 2020-06-09 15:01:13 +01:00
willclarktech 29ebcd88fd Replace GitHub URLs 2020-06-09 14:41:55 +01:00
Simon Warta 0c591c7c02 Add data field to PostTxsResponse 2020-06-09 08:24:49 +02:00
Simon Warta 6acdb3051a Stabilize "gets height via last block" 2020-06-08 10:24:07 +02:00
Simon Warta 2292de6e19 Add some tolerance for slow chains 2020-06-08 10:24:07 +02:00
Simon Warta 61d655a269 Stabilize height tests 2020-06-08 10:24:05 +02:00
Simon Warta 5a3d17b817 Add and update test-chrome command 2020-06-08 10:22:47 +02:00
Simon Warta 4701e1aaea Allow multiple tx results in "can query transactions by height" 2020-06-08 10:22:46 +02:00
Simon Warta a504d1a3c6 Get sendUnsuccessful.height from error
this makes parallel testing more stable
2020-06-08 10:22:46 +02:00
Simon Warta f704194836 Move marshalTx/unmarshalTx to BCP 2020-06-08 10:17:46 +02:00
Simon Warta 538004a1d6 Replace deprecated Encoding class with free functions 2020-06-05 11:17:04 +02:00
Simon Warta 76fa832202 Upgrade IOV Core to 2.3.2 2020-06-05 11:17:04 +02:00
Simon Warta ab45793e7c Give blockchain more time to index transactions
Usually not needed but this makes the CI more stable
2020-06-05 09:44:33 +02:00
Simon Warta 16df23f79b Rename packages @cosmwasm/* to @cosmjs/* 2020-06-04 19:53:58 +02:00
Simon Warta fe7f930bca Harden some tests for parallel testing 2020-06-03 14:04:24 +02:00
Simon Warta 0dbed5ac29 Add test accounts Alice/Bob 2020-06-03 14:04:24 +02:00
Simon Warta 3ceae61a0d Deduplicate large parts of the RestClient 2020-06-03 13:21:53 +02:00
Simon Warta 54cff0367e Remove contract functionality from sdk38 2020-06-03 08:41:51 +02:00
Simon Warta 9d054c6dd3 Improve Msg types 2020-06-02 16:14:04 +02:00
Simon Warta 5da7bbc93c Deduplicate and sort some types 2020-06-02 16:13:34 +02:00
Simon Warta efb90d1f65 Sort some types between sdk38 and cosmwasm 2020-06-02 13:45:19 +02:00
Simon Warta a0cb8011e1 Export rawSecp256k1PubkeyToAddress, Pen, Secp256k1Pen, makeCosmoshubPath 2020-06-02 13:18:31 +02:00
Simon Warta b1003be1df Create package @cosmwasm/sdk38 2020-06-02 12:30:38 +02:00