Commit Graph
867 Commits
Author SHA1 Message Date
Simon Warta 27581ce7df Upgrade TS to 3.9 2020-06-16 11:21:56 +02:00
Simon Warta 14c93a9216 Upgrade TS and @typescript-eslint/* 2020-06-16 11:09:13 +02:00
Simon Warta 7369e5b619 Add missing lint-fix scripts 2020-06-16 09:49:31 +02:00
Simon Warta 9016ac54f7 Update README.md 2020-06-10 17:26:25 +02:00
Simon Warta bb3cd1352a Merge pull request #217 from CosmWasm/214-decimal-comparisons
Add comparison methods to Decimal class
2020-06-10 16:50:08 +02:00
willclarktech 9ac1994cb6 Add static Decimal.compare method 2020-06-10 15:40:51 +01:00
willclarktech d6d6d3fee5 Use decimal comparison in faucet token manager 2020-06-10 15:31:17 +01:00
willclarktech 0ae83b0657 Add tests for Decimal comparison methods 2020-06-10 15:21:11 +01:00
willclarktech 8fbb7d4bcc Add comparison methods to Decimal 2020-06-10 15:21:11 +01:00
willclarktech 62db625dbe Add lint-fix script to @cosmjs/math 2020-06-10 15:21:10 +01:00
Simon Warta 4df5675313 Merge pull request #218 from CosmWasm/rm-bcp
Remove BCP package
2020-06-10 16:14:53 +02:00
Simon Warta fa5c62a797 Remove BCP package 2020-06-10 15:43:54 +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
Simon Warta fbc991e79a Merge pull request #216 from CosmWasm/132-searchtx-order
Improve cosmwasm searchTx by sentFromOrTo
2020-06-10 14:55:32 +02:00
willclarktech f816c961b4 Improve readability of cosmwasm searchTx by sentFromOrTo 2020-06-10 13:47:32 +01:00
willclarktech 16cb27bf46 Add sorting/dedup test for cosmwasm searchTx by sentFromOrTo 2020-06-10 12:51:13 +01:00
willclarktech aff82e1f40 Improve cosmwasm searchTx by sentFromOrTo 2020-06-10 12:45:34 +01:00
Simon Warta 0c6410612c Merge pull request #210 from CosmWasm/199-client-error-handling
Reorganise error handling
2020-06-10 11:54:50 +02:00
willclarktech 8c443dd134 Update cosmwasm error handling for review comments 2020-06-10 10:42:30 +01:00
willclarktech b121eabca4 Update sdk38 error handling for review comments 2020-06-10 10:42:05 +01:00
willclarktech 84cf719229 Reorganise error handling in cosmwasm 2020-06-09 17:13:55 +01:00
willclarktech 34d19e4d7e Reorganise error handling in sdk38 2020-06-09 17:13:52 +01:00
Simon Warta 16eb718b45 Merge pull request #196 from CosmWasm/add-iov-deps
Fork IOV dependencies
2020-06-09 18:09:54 +02:00
Simon Warta 17aa817b23 Update repo URLs 2020-06-09 18:02:29 +02:00
Simon Warta 064500e55a Set @iov/cosmos-sdk to private 2020-06-09 17:55:45 +02:00
Simon Warta ae7370b16e Remove unnecessary dependencies from @cosmjs/math 2020-06-09 17:55:45 +02:00
Simon Warta d23b303aa8 Add text formatters to encoding and math 2020-06-09 17:55:45 +02:00
Simon Warta ac6fd0e115 Fix broken package name @iov/cosmjs in README 2020-06-09 17:55:45 +02:00
Simon Warta 88faba8bed Replace internal usages of @iov/encoding with @cosmjs/{encoding,math} 2020-06-09 17:54:17 +02:00
Simon Warta 3cfad7a541 Add @cosmjs/encoding and @cosmjs/math 2020-06-09 17:46:03 +02:00
Simon Warta 4cca97651b Use @cosmjs/utils in this project 2020-06-09 17:45:48 +02:00
Simon Warta e582313b17 Add package @cosmjs/utils 2020-06-09 17:40:42 +02:00
Simon Warta 92417373cd Use @cosmjs/crypto in this project 2020-06-09 17:39:36 +02:00
Simon Warta 3bf3f45677 Fix linter settings in @cosmjs/crypto 2020-06-09 17:33:49 +02:00
Simon Warta a762c896f3 Add @cosmjs/crypto 2020-06-09 17:33:49 +02:00
Will Clark b67579af98 Merge pull request #209 from CosmWasm/replace-cosmwasm-js
Replace cosmwasm-js with cosmjs
2020-06-09 15:12:52 +01:00
willclarktech 8b4323c2b7 Replace cosmwasm-js with cosmjs 2020-06-09 15:01:13 +01:00
Simon Warta fb4363a16a Merge pull request #206 from CosmWasm/167-github-urls
Replace GitHub URLs
2020-06-09 15:53:00 +02:00
Simon Warta 81f45eb7cf Merge pull request #207 from CosmWasm/format-md
Format .md files
2020-06-09 15:50:28 +02:00
willclarktech b404ef38af Format .md files 2020-06-09 14:45:05 +01:00
willclarktech 29ebcd88fd Replace GitHub URLs 2020-06-09 14:41:55 +01:00
Simon Warta 4849c9559a Merge pull request #205 from CosmWasm/fix-faucet-test
Add wasmd check to faucet tests
2020-06-09 12:39:26 +02:00
willclarktech cf2ab9161b Add wasmd check to faucet tests 2020-06-09 11:29:45 +01:00
Simon Warta 56961f1bb2 Merge pull request #201 from CosmWasm/implement-and-test-data-field
Add data field to PostTxsResponse
2020-06-09 11:19:10 +02:00
Simon Warta 0c591c7c02 Add data field to PostTxsResponse 2020-06-09 08:24:49 +02:00
Simon Warta 912c87edfc Update the hackatom test contract 2020-06-08 17:02:58 +02:00
Simon Warta 2d83071bb0 Merge pull request #200 from CosmWasm/remove-unneeded-helper
Improve hackatom test contract code
2020-06-08 15:57:44 +02:00
Simon Warta 7ce08ff81c Let getHackatom() return some dummy test data as well 2020-06-08 12:22:46 +02:00
Simon Warta b6464c25a4 Simplify uploadContract 2020-06-08 12:10:25 +02:00