No description
Find a file
2025-10-06 13:25:39 +01:00
crates Add async and blocking APIs for publishing replies in nostr client, including tag construction for parent and root events. Update net-core feature flags to standardize std inclusion across runtime and persistence options, and simplify builder runtime initialization logic. Adjust error handling in events-codec for no_std compatibility. 2025-10-06 13:25:39 +01:00
packages/bindings Add crates/* workspace with core, events, events-codec, events-indexed and trade libraries, replaced legacy bindings with crate-scoped bindings packages. 2025-08-20 15:04:21 -07:00
.gitignore Add net crate. 2025-08-28 09:57:56 +00:00
Cargo.lock Extend net-core client with profile retrieval support for kind 0 metadata events. 2025-10-04 00:13:10 +01:00
Cargo.toml Add keys module with Nostr key management, supporting load/validate from multiple formats, ephemeral generation, and secure persistence. Refactor errors with new NetError type, expanding coverage for key handling, persistence, and logging init; update all modules to use unified result type. Update logging to no_std default, add configurable init with rolling file + stdout, disable tracing default features, and restructure features/dependencies across crates. 2025-10-03 19:24:09 +01:00
LICENSE Initial commit 2025-04-26 21:05:03 +00:00
package.json Update workspace packages. 2025-08-20 16:02:07 -07:00
rust-toolchain.toml Move dependencies to workspace. 2025-08-22 11:13:43 -07:00
turbo.json Add crates/* workspace with core, events, events-codec, events-indexed and trade libraries, replaced legacy bindings with crate-scoped bindings packages. 2025-08-20 15:04:21 -07:00
yarn.lock Update .gitignore 2025-08-25 16:19:24 +00:00