1029 Commits

Author SHA1 Message Date
willclarktech
bb35c86d35
root: Update NOTICE for tendermint 2020-06-24 13:27:21 +02:00
willclarktech
c0539e6517
tendermint-rpc: Update README 2020-06-24 13:27:11 +02:00
willclarktech
2c2423292f
tendermint-rpc: Update package.json author/description 2020-06-24 13:19:39 +02:00
willclarktech
cff8e0eef4
tendermint-rpc: Remove tslint comments 2020-06-24 13:01:40 +02:00
willclarktech
3825af984c
tendermint-rpc: Remove nonces 2020-06-24 12:58:10 +02:00
willclarktech
66e38860f7
tendermint-rpc: Add v0.33 support (part 2) 2020-06-24 12:53:29 +02:00
willclarktech
9ba93ebc9e
tendermint-rpc: Add v0.33 support (part 1) 2020-06-24 12:10:55 +02:00
willclarktech
6f07e90587
tendermint-rpc: Update general files for v0.33 2020-06-24 12:10:55 +02:00
willclarktech
605d2e9a89
tendermint-rpc: 🔥 Remove v0.32 codec 2020-06-24 12:10:55 +02:00
willclarktech
1eab5cd30f
tendermint-rpc: Update package name and version 2020-06-24 12:10:54 +02:00
willclarktech
c458803091
root: Update Tendermint scripts for v0.33 2020-06-24 12:10:54 +02:00
willclarktech
497ceb1eef
tendermint-rpc: Remove tslint 2020-06-24 12:10:54 +02:00
willclarktech
caf5ff7ce8
tendermint-rpc: Remove v0.31 support 2020-06-24 12:10:53 +02:00
willclarktech
65dbe10b68
tendermint-rpc: Replace @iov/utils dependency 2020-06-24 12:10:53 +02:00
willclarktech
248bf39dcc
tendermint-rpc: Replace @iov/crypto dependency 2020-06-24 12:10:52 +02:00
willclarktech
b7d8e940f0
tendermint-rpc: Replace @iov/encoding dependency 2020-06-24 12:10:52 +02:00
willclarktech
8204aa9f8c
root: Copy tendermint scripts from @iov-one 2020-06-24 12:10:52 +02:00
willclarktech
ad8d980af2
tendermint-rpc: Update yarn.lock 2020-06-24 12:10:52 +02:00
willclarktech
8e8f29f041
tendermint-rpc: Fork package from @iov-one 2020-06-24 12:10:51 +02:00
Will Clark
0c52fc46e4
Merge pull request #243 from CosmWasm/remove-duplicate-tests
Remove duplicate test
2020-06-24 11:32:44 +02:00
Simon Warta
9cd8371f7d Remove duplicate parts of "postTx" tests 2020-06-24 11:18:32 +02:00
Simon Warta
eaae577c7b Remove duplicate parts from txsQuery tests 2020-06-24 11:18:32 +02:00
Simon Warta
82984e7537 Remove duplicate "txById" tests 2020-06-24 11:18:32 +02:00
Simon Warta
375c8c2f96 Remove duplicate /node_info tests 2020-06-24 11:18:32 +02:00
Simon Warta
17c76ef5ad Remove duplicate /blocks tests 2020-06-24 11:18:32 +02:00
Simon Warta
8175359b14 Remove duplicate /auth tests from cosmwasm package 2020-06-24 11:18:32 +02:00
Will Clark
4bea59d2b2
Merge pull request #241 from CosmWasm/decorate-MsgSend
Decorate MsgSend
2020-06-23 17:04:29 +02:00
Simon Warta
38e32c618c Rename nested -> message in decorator 2020-06-23 16:20:29 +02:00
Simon Warta
2c171000a7 Simplify docs/stargate-dependencies.yml [ci skip] 2020-06-23 15:41:00 +02:00
Simon Warta
d1a069e94e Implement MsgSend using decorators 2020-06-23 15:15:59 +02:00
Simon Warta
1e4122f8d3 Add repeatedNested 2020-06-23 15:15:59 +02:00
Will Clark
c9146896a5
Merge pull request #240 from CosmWasm/decorator-types
Polish decorator types
2020-06-23 15:00:59 +02:00
Simon Warta
9b573a1c8c Use lower case decorator names 2020-06-23 14:43:33 +02:00
Simon Warta
573dff8ec2 Create FieldDecorator type 2020-06-23 14:24:34 +02:00
Simon Warta
f0432b11ce
Merge pull request #233 from CosmWasm/stabilize-unsuccessful-tx-search
Stabilize unsuccessful tx search
2020-06-23 13:10:39 +02:00
Simon Warta
27644dfc96
Merge pull request #236 from CosmWasm/delegate
Add delegation message and demo
2020-06-23 13:03:08 +02:00
Simon Warta
b9cce63514
Merge pull request #232 from CosmWasm/test-and-harden-coin-helper
Harden and test coin/coins helpers
2020-06-23 12:57:01 +02:00
Will Clark
30857b4723
Merge pull request #221 from CosmWasm/211-protobuf-demo
Add protobuf TxBody demo
2020-06-23 12:38:57 +02:00
Will Clark
7eb6dc42d2
Merge pull request #231 from CosmWasm/cleanup-api-types
Cleanup some REST API types
2020-06-23 12:29:25 +02:00
willclarktech
1ecd2204f4
demo-protobuf: Fix decorator test for browser 2020-06-23 12:02:01 +02:00
willclarktech
56b1ffb943
demo-protobuf: Rename UInt64 -> Uint64 2020-06-23 12:01:44 +02:00
willclarktech
4bd773eb10
demo-protobuf: Rename field Repeated -> RepeatedString 2020-06-23 11:16:12 +02:00
willclarktech
94ecbca474
demo-protobuf: Add nested msg field to decorator demo 2020-06-23 11:04:34 +02:00
willclarktech
00efb4ad9c
demo-protobuf: Add more protobuf field types to decorator demo 2020-06-23 11:04:28 +02:00
Simon Warta
26af817420
Move all codecimpl.tmp.js handling into "define-proto" 2020-06-23 10:26:46 +02:00
Simon Warta
8a1a961322
Prettify generated code and remove comments from .js 2020-06-23 10:26:46 +02:00
Simon Warta
9d5616c445
Extract *.proto files only 2020-06-23 10:26:46 +02:00
willclarktech
4f4f0cd682
demo-protobuf: Rearrange decorate demo 2020-06-23 10:26:45 +02:00
willclarktech
8f63359962
demo-protobuf: Add master ref to get-proto yarn script 2020-06-23 10:26:45 +02:00
willclarktech
d42af2bd26
demo-protobuf: Handle edge case in git archive for proto download 2020-06-23 10:26:45 +02:00