Commit Graph

106 Commits

Author SHA1 Message Date
07a92cd70d Fixes all or nothing decryption of Zaps failing in a few cases. Now it has a fallback when decryption fails. 2023-11-30 10:15:36 -05:00
6b7bb209d4 Refinements to ShopStr's event rendering. 2023-11-29 14:56:42 -05:00
5356d869fd Reduces the amount of wasted memory by using Array<Array<List>> as opposed to List<List<String>> for tags. 2023-11-28 15:00:41 -05:00
d87542a949 Reduces JC usage by creating arrays with the exact amount of bytes when deserializing events. 2023-11-28 09:37:00 -05:00
greenart7c3
386960dc62 fix crash tryng to decrypt/parse gossip 2023-11-27 14:28:15 -03:00
ae3cc5da2a Fixing benchmark tests after the refactoring. 2023-11-26 21:10:15 -05:00
19fb129f7c Fixing test cases after the mega refactoring 2023-11-26 14:59:00 -05:00
5bfc53136b updates jackson. 2023-11-25 19:49:51 -05:00
greenart7c3
285ae056a2 fix wrong pubkey in encrypt and decrypt nip44 external signer 2023-11-25 14:28:48 -03:00
greenart7c3
8a18781048 support for sending/receiving multiple events from external signer 2023-11-24 12:33:10 -03:00
70964e680a Migrates to MuteList 10000 2023-11-23 10:46:56 -05:00
954330064d Trying to save from crashes on the signer 2023-11-22 17:04:57 -05:00
0de4cd5c18 Adding a geohash mipmap to events. 2023-11-22 12:48:19 -05:00
greenart7c3
6db031b208 fix sending zaps using amber, send some default permissions on login, save the signer package name 2023-11-22 08:33:41 -03:00
9acad8b3f5 Narrowing the redownloads of reactions down. 2023-11-20 18:58:25 -05:00
d4ed6661dd Fixes single click login screen 2023-11-19 17:45:00 -05:00
df9b764c1d Massive refactoring to unify internal signer and the Amber signer. 2023-11-19 17:28:17 -05:00
57d97447f4 Fix error message when parsing LnInvoice 2023-11-09 14:07:50 -05:00
499149b7d9 Speeds up LNInvoice parsing 2023-11-09 10:56:37 -05:00
572c11e847 Adjusting Stability of composables 2023-10-28 18:19:21 -04:00
f20fd1aebe Fixes: https://github.com/vitorpamplona/amethyst/issues/629 2023-10-28 16:58:17 -04:00
greenart7c3
800c0b0131 fix double encryption when sending dms, when login with external signer set privKey to null to be sure we have no private keys 2023-10-20 10:58:56 -03:00
f8a574375a Updating Jackson 2023-10-17 16:33:16 -04:00
c29b4b8e5f Avoids testing the signature when the id or sig fields are blank 2023-10-16 12:05:48 -04:00
4286b64b41 Improves the feedback to messages from relays. 2023-10-16 11:54:14 -04:00
f9fed8a04f Update dependencies 2023-10-15 15:41:24 -04:00
ba4a594a41 Fixes all the other mute list feeds 2023-10-14 14:50:54 -04:00
c89ca51a1b Updates dependencies 2023-10-01 11:10:37 -04:00
e454ccc326 Uses the "host" property as the creator of the stream. 2023-09-30 17:43:46 -04:00
dffb49b071 Uses Lists name instead of d-tag on the Top Bar 2023-09-30 11:45:46 -04:00
f2b6a9bedb Avoids creating nip94 and nip95 events with blank alts 2023-09-25 11:12:02 -04:00
f4da2ae6be Mute keywords 2023-09-24 15:10:50 -04:00
19557bf358 Filters zap payments outside the established min-max parameters on polls. 2023-09-22 16:50:25 -04:00
909d3f4fbe Migrates alt descriptions from .content to alt tag. 2023-09-20 16:18:21 -04:00
15e7540b26 Code clean up 2023-09-19 16:43:57 -04:00
274e4f7498 Fixes merge issue on NIP24 TextNotes 2023-09-18 11:23:36 -04:00
cdb5be2fe9
Merge branch 'main' into amber 2023-09-18 11:16:47 -04:00
83be43e94e Removes the ZapSplit display when the weights are zero or were incorrectly created. 2023-09-18 10:36:05 -04:00
greenart7c3
d726b3b5b5 fix createZapRequestFor userhex 2023-09-18 11:27:05 -03:00
4d1a99d076 Adds NIP24 Kind1 create function 2023-09-17 11:32:35 -04:00
greenart7c3
9f9f158709 fix zap splits and show message if user uninstall amber 2023-09-16 08:23:56 -03:00
greenart7c3
3a753f0d5d
Merge branch 'main' into amber 2023-09-16 08:03:54 -03:00
20e76daff8 Adds zap splits 2023-09-15 12:56:24 -04:00
greenart7c3
6876a7f0d2 zaps in background 2023-09-15 13:53:05 -03:00
greenart7c3
87dbf86129
Merge branch 'main' into amber 2023-09-15 13:18:43 -03:00
310db1008e Fixes bug when verifying the checksum of LNURLs (bech32) in uppercase. 2023-09-14 13:46:29 -04:00
greenart7c3
ff4d704bde add support for private zaps 2023-09-11 15:30:00 -03:00
greenart7c3
7ff6f16df0
Merge branch 'main' into amber 2023-09-11 07:20:03 -03:00
cda821e5af Stops accepting space as a Valid hex char and requires an even number of chars (padding) 2023-09-09 14:33:19 -04:00
b4f1c4d13e Migrates to Encrypted Push Notifications 2023-09-08 16:16:26 -04:00