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 |
|
Simon Warta
|
d1a7c95d05
|
Merge pull request #195 from CosmWasm/browser-testing
Setup browser testing in CI
|
2020-06-08 10:34:34 +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
|
ae043aae69
|
Run browser test in CI
|
2020-06-08 10:22:47 +02:00 |
|
Simon Warta
|
5a3d17b817
|
Add and update test-chrome command
|
2020-06-08 10:22:47 +02:00 |
|
Simon Warta
|
71012f9c67
|
Add test-firefox 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
|
c448d6beb1
|
Stabilize height search tests for parallel testing
|
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
|
da8af6f5ae
|
Update BCP test account
|
2020-06-08 10:22:46 +02:00 |
|
Simon Warta
|
f75a2b9ad2
|
Use alice instead of faucet for pubkey getter
|
2020-06-08 10:22:46 +02:00 |
|
Simon Warta
|
0ca2be0e51
|
Fix bug in deduplicate
|
2020-06-08 10:22:46 +02:00 |
|
Simon Warta
|
fbcd74312f
|
Upgrade karma to 5.0.9
|
2020-06-08 10:22:46 +02:00 |
|
Simon Warta
|
f947a30ed8
|
Merge pull request #191 from CosmWasm/marschaltx
Move marshalTx/unmarshalTx to BCP
|
2020-06-08 10:21:42 +02:00 |
|
Simon Warta
|
f704194836
|
Move marshalTx/unmarshalTx to BCP
|
2020-06-08 10:17:46 +02:00 |
|
Ethan Frey
|
57d0686ac6
|
Merge pull request #190 from CosmWasm/upgrade-iov-core
Upgrade @iov/* dependencies to 2.3.2
|
2020-06-08 09:52:14 +02:00 |
|
Simon Warta
|
8b98b6c686
|
Use pathToString from @iov/crypto
|
2020-06-05 11:17:04 +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
|
0fda18a95a
|
Remove unused dependencies from @cosmjs/demo-staking
|
2020-06-05 11:17:04 +02:00 |
|
Simon Warta
|
7c70cb3c6a
|
Merge pull request #193 from CosmWasm/stabilize-ci
Give blockchain more time to index transactions
|
2020-06-05 10:15:14 +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 |
|
Ethan Frey
|
765382c905
|
Merge pull request #188 from CosmWasm/new-names
Use new package names
|
2020-06-05 08:23:51 +02:00 |
|
Simon Warta
|
16df23f79b
|
Rename packages @cosmwasm/* to @cosmjs/*
|
2020-06-04 19:53:58 +02:00 |
|
Simon Warta
|
fcddf6414a
|
Rename package to @iov/cosmos-sdk to prepare move
|
2020-06-04 19:45:43 +02:00 |
|
Simon Warta
|
cd862ef573
|
Merge pull request #187 from CosmWasm/bcp-free-faucet
Remove BCP dependency from faucet
|
2020-06-03 19:37:35 +02:00 |
|
Simon Warta
|
7acc0e4ef8
|
Request accounts in parallel
|
2020-06-03 14:41:07 +02:00 |
|
Simon Warta
|
ca103bfedb
|
Remove BCP types from faucet
|
2020-06-03 14:41:07 +02:00 |
|