Commit Graph

159 Commits

Author SHA1 Message Date
ddb4c486cb Document JSON marshaling issue with escaped characters in MarshalJSON and update tests to prevent improper marshaling. 2025-08-23 02:08:30 +01:00
7d20a51508 Refactor tag encoder to optimize buffer reuse, simplify tag marshaling, and improve event handling; enhance tests with additional coverage and example validation. 2025-08-22 23:26:11 +01:00
225f949540 Refactor event encoder to handle nil tags gracefully and optimize buffer allocation; update tests for improved coverage and data consistency. 2025-08-22 21:47:19 +01:00
bf178eae4e complete the marshal/unmarshal of events using the new pool enabled tag codecs 2025-08-22 14:29:55 +01:00
8add32bb78 Add relayinfo package and utility modules for NIP-11 support
Introduce the `relayinfo` package with `NIP-11` utilities, including `Fees`, `Limits`, and `NIPs` structures. Add utility modules for handling numbers, timestamps, and kinds. Integrate functionality for fetching and managing relay information.
2025-08-21 15:22:17 +01:00
ecaf52b98f Add core packages, configuration system, and initial application structure 2025-08-21 11:04:03 +01:00
b8db587d7b initial addition of essential crypto, encoders, workflows and LLM instructions 2025-08-20 05:47:06 +01:00
f449a9d415 Add documentation guidelines and placeholder image to README 2025-08-20 04:39:08 +01:00
914f694dc4 Add initial project structure with README, LICENSE, and .gitignore config 2025-08-20 04:27:48 +01:00