mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 06:57:34 +01:00
- Creates a Quartz Module for Nostr Events
- Creates a Benchmark Module to test Performance - Migrates from GSon to Jackson for Performance Gains, adapts all serializers accordingly - Recreates Hex encoding/decoding classes for Performance. - Migrates NIP24 to the new ByteArray Concat encoding. - Removes support for Lenient choices in the. events. - Reorganizes Nostr Events dependencies. - Refactors TLV's and NIP-19 dependencies. - Adds a Large DB for signature checks.
This commit is contained in:
@@ -16,3 +16,5 @@ dependencyResolutionManagement {
|
||||
}
|
||||
rootProject.name = "Amethyst"
|
||||
include ':app'
|
||||
include ':benchmark'
|
||||
include ':quartz'
|
||||
|
||||
Reference in New Issue
Block a user