Commit Graph
1742 Commits
Author SHA1 Message Date
mergify[bot] 59f7445c2c Merge pull request #449 from CosmWasm/448-launchpad-exports
Export launchpad staking extension types
2020-10-07 10:45:29 +00:00
willclarktech 088a3a6506 launchpad: Export all types for staking extension 2020-10-07 12:38:14 +02:00
Simon Warta 864f3d2372 v0.23.0-alpha.1 2020-10-07 10:48:31 +02:00
Simon Warta ca01991bd0 Add nonces 2020-10-07 09:58:56 +02:00
Simon Warta 01fe31047e Merge pull request #447 from CosmWasm/441-upgrade-ledgerhq
Upgrade launchpad-ledger dependencies
2020-10-07 09:37:36 +02:00
willclarktech 1c7336d2e5 launchpad-ledger: Update dependencies 2020-10-06 17:12:55 +02:00
Will Clark 7c5f699ac9 Merge pull request #446 from CosmWasm/445-ledger-transport-agnostic
Pass transport to Ledger signer
2020-10-06 17:12:28 +02:00
willclarktech 033a9339dc launchpad-ledger: Add missing @ledgerhq/hw-transport devDependency 2020-10-06 17:05:08 +02:00
willclarktech 73bc1ba22a launchpad-ledger: Finish aligning Ledger transport names 2020-10-06 16:50:38 +02:00
willclarktech aead09686c root: Install libusb on CI 2020-10-06 16:26:49 +02:00
willclarktech 00e3701234 launchpad-ledger: Update README for transport restructure 2020-10-06 13:53:43 +02:00
willclarktech 46d84455ec launchpad-ledger: Fix tests 2020-10-06 13:53:43 +02:00
willclarktech 49ed3194c3 launchpad-ledger: Align Ledger transport class names 2020-10-06 13:53:43 +02:00
willclarktech a8c325ba62 launchpad-ledger: Remove disconnect method 2020-10-06 11:57:49 +02:00
willclarktech 974ed65c92 launchpad-ledger: Remove @ledgerhq optionalDependencies 2020-10-06 11:41:20 +02:00
willclarktech 610411bb5f launchpad-ledger: Update demos for transport argument 2020-10-01 13:27:21 +02:00
willclarktech 3ed2380c7c launchpad-ledger: Update tests for transport argument 2020-10-01 13:27:04 +02:00
willclarktech db88528921 launchpad-ledger: Pass transport as argument 2020-10-01 13:26:35 +02:00
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