Commit Graph

60 Commits

Author SHA1 Message Date
abefernan
edbd1d24c9 Add exampleValidatorAddress 2023-04-12 10:52:50 +02:00
abefernan
5a1f8b4364 Use checkAddress for validator address 2023-04-11 16:38:47 +02:00
samepant
9ccb80aca3
Merge pull request #73 from klk1236/klk/delegate-support
Klk/delegate support
2022-10-22 16:35:59 -04:00
klk1236
d5d6f11c82 optimised code for delegation txn 2022-07-12 18:26:31 +04:00
klk1236
9047d3c54d added delegation txn support 2022-07-12 11:30:48 +04:00
klk1236
937b7846ef Setting keplr options true instead of !0. 2022-07-07 10:47:16 +04:00
klk1236
9b7c304ebe Fixed where the keplr overides txn fees. 2022-07-06 18:25:08 +04:00
Simon Warta
391279726d Let getMultisigAccount always return a pubkey 2022-06-27 15:16:14 +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
e5857afb4c Configure eslint for typescript and adapt code 2022-06-10 16:10:39 +02:00
samepant
fa54c708e3 Convert to typescript 2022-06-09 18:40:32 -04:00
Simon Warta
7935a3a9e5 Adapt code to make lint and build steps pass 2022-06-07 23:01:32 +02:00
Simon Warta
41700cbfd7 Fix signer address 2022-04-27 12:19:57 +02:00
msteiner96
43c2da0f80 Remove debug 2022-04-13 10:25:20 +02:00
msteiner96
e57ecfe821 Using public method getAccounts instead of private 2022-04-13 10:22:18 +02:00
Milan Steiner
9394d10e02 Adding Ledger Support to Sign TX 2022-03-24 11:29:24 +01:00
samepant
2f01269b25 graphql fixes and fix explorer url function 2022-02-01 21:13:23 -05:00
samepant
64fb4f69f7 fixes findMultisigFrom 2022-02-01 21:09:45 -05:00
samepant
6de10befc0 converts classes to functions
to better make use of the context provider
2022-02-01 21:09:45 -05:00
Simon Warta
405981cd6d Prefix placeholders with E.g. 2022-01-28 16:18:04 +01:00
Simon Warta
8e8d819cbe Make click/change handlers work again 2022-01-14 09:57:39 +01:00
Simon Warta
1b8b0740ac Increase line length to 100 and set traling comma 2022-01-12 23:22:40 +01:00
Simon Warta
c8c4eed282 Update code to make linter happy 2022-01-12 23:21:26 +01:00
Simon Warta
d302119ffb Implement more advanced address checks 2022-01-11 22:44:04 +01:00
Simon Warta
c7def77752 Make display token denomination configurable 2022-01-11 16:03:33 +01:00
Simon Warta
1bf2d145d5 Allow configuring the gas price 2022-01-11 15:50:59 +01:00
Simon Warta
248cf30549 Create examplePubkey() to generate example data 2022-01-11 15:36:01 +01:00
Simon Warta
1237d8d344 Make addresses chain aware 2022-01-11 15:35:56 +01:00
Simon Warta
c8a72504e4 Remove @cosmjs/launchpad dependency 2022-01-10 16:42:49 +01:00
Simon Warta
42e30d37c1 Use fromBase64/toBase64 from @cosmjs/encoding 2022-01-10 16:41:01 +01:00
Simon Warta
1fa2f1e755 Use calculateFee from @cosmjs/stargate 2022-01-10 16:38:04 +01:00
Simon Warta
b1f00e5bf7 Print gas price and fee 2022-01-10 12:08:07 +01:00
samepant
bff22b61cc adds disableBalanceCheck to keplr options 2021-12-03 22:34:05 -05:00
samepant
9b9ef4e985 adds toggle to use pubkey on creation 2021-12-01 22:10:01 -05:00
samepant
9c184214f9 copy fixes 2021-10-04 18:53:08 -04:00
samepant
ef0440e85f switch to using addresses for multisig creation 2021-10-04 18:45:01 -04:00
samepant
5468512a78 gas default update 2021-08-29 23:10:12 -04:00
samepant
41b1ee940b move setting keplr options 2021-08-29 23:00:13 -04:00
samepant
fef8c935fa small structure update 2021-08-29 22:51:37 -04:00
samepant
4dd9b9326a confirmation of signing 2021-08-29 22:03:36 -04:00
samepant
0599a80b20 transaction info page update 2021-08-29 19:33:01 -04:00
samepant
d756aa1e49 some bug fixes 2021-08-16 21:47:09 -04:00
samepant
9c1cf79813 stronger reliance on env variables 2021-08-16 21:28:33 -04:00
samepant
11a01a7df7 handling txhashes on succesful broadcast 2021-08-16 21:09:02 -04:00
samepant
47804a017f in progress transaction bug fix code 2021-07-17 21:51:21 -04:00
samepant
801a94bb27 adds multisig tx creation and broadcasting 2021-05-08 19:29:22 -04:00
samepant
ca8f9ce8f2 encodes signature for saving, save sig api 2021-05-01 18:14:33 -04:00
samepant
588db42159 axios reassignment bug fix 2021-05-01 16:46:52 -04:00
samepant
ce29b2533c working signing of transaction 2021-04-27 08:18:29 -04:00