Migrates Events to the App's source code as opposed to NostrPostr:

- Changes them to remove all secondary fields and turn them into functions
- Changes them to from being based in ByteArrays to String (since we use Hex everywhere and strings are immutable, we avoid duplicating memory with ByteArrays)
This commit is contained in:
Vitor Pamplona
2023-03-03 16:00:47 -05:00
parent da9027b430
commit 5ae552117d
44 changed files with 729 additions and 308 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
-keep class fr.acinq.secp256k1.jni.** { *; }
# For the NostrPostr library
-keep class nostr.postr.** { *; }
-keep class nostr.postr.events.** { *; }
-keep class com.vitorpamplona.amethyst.service.model.** { *; }
# Json parsing
-keep class com.google.gson.reflect.** { *; }
-keep class * extends com.google.gson.reflect.TypeToken