1774 Commits

Author SHA1 Message Date
Simon Warta
d1c6ba4494
Merge pull request #444 from CosmWasm/ledger-timeout-fix
Fix timeout calculation and document why it does not matter
2020-09-30 16:59:21 +02:00
Simon Warta
416d4b458f Fix timeout calculation and document why it does not matter 2020-09-30 16:39:26 +02:00
mergify[bot]
11d712f9ff
Merge pull request #430 from CosmWasm/tm34
Add Tendermint 0.34 support
2020-09-30 14:15:16 +00:00
Simon Warta
45519edf0b Avoid following logs for Tendermint in CI
which does not work with multiple instances.
Instead debug start logs.
2020-09-30 16:03:55 +02:00
Simon Warta
57c47280c0 Configure block times 2020-09-30 15:46:26 +02:00
Simon Warta
1cb983e3fe Add CHANGELOG entries for Tendermint 0.34 2020-09-30 15:46:26 +02:00
Simon Warta
3e911f91a6 Make TxEvent.index optional 2020-09-30 15:46:26 +02:00
Simon Warta
ef944355f1 Improve app/p2p version testing 2020-09-30 15:46:26 +02:00
Simon Warta
72b573116a Update Tendermint 0.33 2020-09-30 15:46:26 +02:00
Simon Warta
26309a7880 Test against Tendermint 0.34 2020-09-30 15:46:25 +02:00
Simon Warta
7df54e54c4 Make expected block version configurable 2020-09-30 15:46:25 +02:00
Simon Warta
97fd24fc17
Merge pull request #438 from CosmWasm/broadcast-ledger-signed
Broadcast transactions signed with Ledger
2020-09-30 15:19:28 +02:00
Simon Warta
127dbd6d93 Remove LEDGER_INTERACTIVE_ENABLED 2020-09-30 14:50:59 +02:00
Simon Warta
873f8c05f5 Add link how to initialize a Ledger 2020-09-30 14:39:34 +02:00
Simon Warta
639208b7c6 Document running Ledger tests 2020-09-30 14:36:34 +02:00
Simon Warta
f0b2df8a6c Check WASMD_ENABLED 2020-09-30 14:36:34 +02:00
Simon Warta
698d241d80 Add some time to recover 2020-09-30 14:36:33 +02:00
Simon Warta
334df80061 Create broadcasting test 2020-09-30 14:36:33 +02:00
Simon Warta
9106d17c4d Support running multiple tests in one process 2020-09-30 14:36:33 +02:00
Simon Warta
53b20f5338 Refactor ensureConnected 2020-09-30 14:36:33 +02:00
Simon Warta
d79dd01711 Add initial Ledger tests 2020-09-30 14:36:33 +02:00
Simon Warta
70b213d13d
Merge pull request #442 from CosmWasm/fromBytes
Add Uint32.fromBytes/Uint64.fromBytes/Uint32.fromString
2020-09-30 14:35:52 +02:00
Simon Warta
eb63957b08 Pull out IntegerStatic<T> 2020-09-30 14:28:19 +02:00
Simon Warta
6e99b8e733 Add CHANGELOG entries 2020-09-30 14:07:34 +02:00
Simon Warta
5d73e64b17 Document default endianess 2020-09-30 14:03:56 +02:00
Simon Warta
0f3ef46aa1 Use fromBytes instead of fromBytesBigEndian 2020-09-30 14:03:19 +02:00
Simon Warta
25b2f456ca Add fromString to static interface 2020-09-30 13:59:10 +02:00
Simon Warta
7dfd019ef2 Create Uint32.fromBytes and Uint64.fromBytes 2020-09-30 13:50:39 +02:00
Simon Warta
25c61da954
Merge pull request #436 from CosmWasm/test-sortJson
Add sortJson tests
2020-09-30 11:45:17 +02:00
Simon Warta
915208853a
Merge pull request #440 from CosmWasm/fix-readme-signAndBroadcast
Fix signAndPost -> signAndBroadcast in README
2020-09-30 10:49:13 +02:00
Simon Warta
d69f6041b8 Change API to sort+serialize 2020-09-30 10:13:42 +02:00
Simon Warta
8e337ad6b1 Add sortJson tests 2020-09-30 09:58:37 +02:00
Simon Warta
85743d511c Fix PostTxResult/assertIsPostTxSuccess -> BroadcastTxResult/assertIsBroadcastTxResult 2020-09-30 08:30:57 +02:00
Simon Warta
8f6351cb78 Fix signAndPost -> signAndBroadcast in README 2020-09-29 23:11:42 +02:00
Simon Warta
3edc6d51e7
Merge pull request #437 from CosmWasm/enable-explicit-member-accessibility
Enable explicit-member-accessibility and no-parameter-properties
2020-09-29 18:05:53 +02:00
Simon Warta
ed628a70fa Enable explicit-member-accessibility and no-parameter-properties 2020-09-29 17:29:00 +02:00
Simon Warta
5e79100fe3 v0.23.0-alpha.0 v0.23.0-alpha.0 2020-09-24 18:02:38 +02:00
Simon Warta
77896502e3 Add nonces 2020-09-24 17:58:42 +02:00
Simon Warta
75b7a7d2bf
Merge pull request #432 from CosmWasm/flexible-offline-signer
Allow OfflineSigner implementation to override fields
2020-09-24 17:52:09 +02:00
Simon Warta
9d1508e1ee Add makeStdTx and used signed document from signers 2020-09-24 14:10:57 +02:00
Simon Warta
bf6fed25fe Format code in README 2020-09-24 13:54:15 +02:00
Simon Warta
0f626a2320 Cleanup StdTx 2020-09-24 13:54:15 +02:00
Simon Warta
1b0eec8ed3 Simplify name to makeSignDoc 2020-09-24 13:54:15 +02:00
Simon Warta
14c285748a Remove makeSignBytes 2020-09-24 13:54:15 +02:00
Simon Warta
751861e501 Update CLI testing 2020-09-24 13:54:15 +02:00
Simon Warta
4733769f1a Rename field to SignResponse.signed 2020-09-24 13:54:14 +02:00
Simon Warta
fbd8bbce9c Let OfflineSigner.sign return a SignResponse 2020-09-24 13:54:14 +02:00
Simon Warta
5f2cf289eb Remove PrehashType 2020-09-24 13:54:13 +02:00
Simon Warta
bc890bee73 Let OfflineSigner.sign take a StdSignDoc instead of an encoded message 2020-09-24 13:54:13 +02:00
Simon Warta
6c116f3d5a Add makeStdSignDoc and serializeSignDoc 2020-09-24 13:54:13 +02:00