Commit Graph

186 Commits

Author SHA1 Message Date
klk1236
9b7c304ebe Fixed where the keplr overides txn fees. 2022-07-06 18:25:08 +04:00
Simon Warta
61082b01ee
Merge pull request #70 from cosmos/pubkey-with-null-account
Let getMultisigAccount always return a pubkey
2022-06-28 09:55:02 +02:00
Simon Warta
263e246f03 Remove @param and @return from getMultisigAccount docs 2022-06-28 09:52:48 +02:00
Simon Warta
391279726d Let getMultisigAccount always return a pubkey 2022-06-27 15:16:14 +02:00
samepant
4239d14700
Merge pull request #69 from cosmos/fix-getMultisig-implementation 2022-06-22 12:39:02 -04:00
Simon Warta
2eb7f1a50f Fix chainId request parameter handling of getMultisig 2022-06-21 19:07:10 +02:00
Simon Warta
fd6fc2f0a3
Merge pull request #67 from cosmos/show-connected-address
Show signer address when connected
2022-06-20 20:46:31 +02:00
Simon Warta
7802393e80 Show connected address 2022-06-20 20:44:10 +02:00
Simon Warta
d03159488e Show info about connected signer above signing button 2022-06-20 20:44:10 +02:00
Simon Warta
bc63467739
Merge pull request #65 from cosmos/remove-unnecessary-balance-request
Remove unnecessary balance request
2022-06-20 20:43:31 +02:00
Simon Warta
fb54d5cbaf Remove unnecessary balance request from transaction screen 2022-06-20 20:41:56 +02:00
Simon Warta
8a23e4e76a
Merge pull request #68 from cosmos/build-job
Create build job for the CI
2022-06-20 20:41:30 +02:00
Simon Warta
fefe4105fa Create build job for the CI 2022-06-20 20:39:32 +02:00
samepant
84de5f6aa3
Merge pull request #64 from cosmos/enable-lint-for-typescript
Enable eslint for typescript files and adapt code
2022-06-20 12:23:40 -04:00
Simon Warta
b220705407 Turn "Account on chain value missing." into assertion 2022-06-16 10:11:10 +02:00
Simon Warta
80de7cac66 Run lint on master branch 2022-06-10 16:10:47 +02:00
Simon Warta
e5857afb4c Configure eslint for typescript and adapt code 2022-06-10 16:10:39 +02:00
samepant
d92e9a3acf
Merge pull request #61 from cosmos/samepant/typescript
Typescript conversion and Nextjs version upgrade
2022-06-09 18:48:55 -04:00
samepant
fa54c708e3 Convert to typescript 2022-06-09 18:40:32 -04:00
Simon Warta
0e4d341b63
Merge pull request #62 from cosmos/run-lint-in-ci
Create lint and build job using GH Actions
2022-06-09 08:35:42 +02:00
Simon Warta
dbcb131da9 Deactivate build job 2022-06-07 23:21:47 +02:00
Simon Warta
7935a3a9e5 Adapt code to make lint and build steps pass 2022-06-07 23:01:32 +02:00
Simon Warta
1fe6c17e3a CReate lint and build job using GH Actions 2022-06-07 22:55:37 +02:00
Simon Warta
f8d230c6d3
Merge pull request #58 from cosmos/add-ledger-support-simon
Add ledger support with fixes
2022-04-27 12:25:18 +02:00
Simon Warta
41700cbfd7 Fix signer address 2022-04-27 12:19:57 +02:00
Simon Warta
4c15e97fed Upgrade all CosmJS version to 0.28.4 2022-04-27 12:19:43 +02:00
Simon Warta
a3ba6de46f Add missing @cosmjs/ledger-amino dependency 2022-04-27 12:18:09 +02:00
msteiner96
43c2da0f80 Remove debug 2022-04-13 10:25:20 +02:00
msteiner96
a2c78e214b Merge branch 'master' into add-ledger-support 2022-04-13 10:24:44 +02:00
msteiner96
e57ecfe821 Using public method getAccounts instead of private 2022-04-13 10:22:18 +02:00
Simon Warta
7735d6efc0
Merge pull request #53 from msteiner96/upgrade-cosmjs0.28.0
Upgrade cosmjs to 0.28.0
2022-03-30 11:31:54 +02:00
Milan Steiner
d3bdf9de91 Upgrade cosmjs to 0.28.0 2022-03-30 11:17:54 +02:00
Milan Steiner
9a6542a347 Remove spaces 2022-03-24 11:31:12 +01:00
Milan Steiner
9394d10e02 Adding Ledger Support to Sign TX 2022-03-24 11:29:24 +01:00
samepant
19c01d31f8 multichain env var fix 2022-03-03 19:15:07 -05:00
samepant
2161d864f6
Merge pull request #42 from cosmos/nooomski/filter-testnets
Filter out testnets
2022-02-22 07:56:40 -07:00
Noam
69fc8d7606
Update components/chainSelect/ChainSelect.js
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-18 15:04:10 +00:00
Noam
3bb31d4d71
Filter out testnets 2022-02-18 13:15:38 +01:00
samepant
95a132d0d6
Merge pull request #35 from cosmos/samepant/chain-select-fix 2022-02-17 16:49:26 -07:00
samepant
bed58afb81 setting chain from form fix 2022-02-17 11:50:17 -07:00
samepant
f439645731 adds registry to env and state 2022-02-17 11:46:13 -07:00
samepant
1583a5fb10
Merge pull request #24 from cosmos/samepant/chain-select
Preparation for in app chain select
2022-02-03 22:14:24 -05:00
samepant
ca5f888273 linter fixes 2022-02-03 22:02:48 -05:00
samepant
1f8fc4fa5c adds env variable for non-multichain use 2022-02-02 21:40:49 -05:00
samepant
d0f4f673ce simplify useEffect hook 2022-02-02 21:29:24 -05:00
samepant
3ba3e49e84 adds chainId to query structure 2022-02-02 21:25:46 -05:00
samepant
3155a53647 remove extraneous style 2022-02-01 21:32:57 -05:00
samepant
6e56587a9e use pretty name from chain registry 2022-02-01 21:31:10 -05:00
samepant
12f94a21c5 adds escape slash to tx explorer 2022-02-01 21:24:25 -05:00
samepant
3f637fd56a adds chain info to url for easier linking 2022-02-01 21:13:23 -05:00