ndk_objectbox 0.2.9 copy "ndk_objectbox: ^0.2.9" to clipboard
ndk_objectbox: ^0.2.9 copied to clipboard

Nostr Development Kit - the most performant lib for all your nostr usecases

0.2.9 #

  • REFACTOR: remove acc prefix, clear seperation wallet. (4da6091f)
  • REFACTOR: remove wallet prefix from cashu. (8658f196)
  • FIX: remove duplicated. (8fa8db2e)
  • FIX: missing clear cashu/wallet stuff on clearAll. (b6b093af)
  • FIX: remove unique for cashu counter. (8bd0e6a7)
  • FIX: separate wallets storage operations from cache manager. (e9e0199a)
  • FIX: getProofs mem cache manager. (68d64656)
  • FIX: objectbox mintInfo parsing. (35944992)
  • FIX: objectbox transaction not async. (61be7f20)
  • FIX: type parsing. (ef94039e)
  • FEAT: cashu remove mint info. (e2b4f923)
  • FEAT: spending with state. (729f7e4e)

0.2.8-dev.10 #

  • REFACTOR: rename rawContent to content. (22da4a00)
  • REFACTOR: remove acc prefix, clear seperation wallet. (4da6091f)
  • REFACTOR: remove wallet prefix from cashu. (8658f196)
  • FIX: remove duplicated. (8fa8db2e)
  • FIX: missing clear cashu/wallet stuff on clearAll. (b6b093af)
  • FIX: remove unique for cashu counter. (8bd0e6a7)
  • FIX: separate wallets storage operations from cache manager. (e9e0199a)
  • FIX: use setter for known properties + content never null. (a1b469f7)
  • FIX(perf): improved tag storage. (db4fcf11)
  • FIX(perf): removing json methods. (337cb5e0)
  • FIX(perf): remove calcId from db obj. (892dcc9c)
  • FIX: objectbox nullable sig. (fdd70d1d)
  • FIX: getProofs mem cache manager. (68d64656)
  • FIX: objectbox mintInfo parsing. (35944992)
  • FIX: objectbox transaction not async. (61be7f20)
  • FIX: type parsing. (ef94039e)
  • FEAT: cashu remove mint info. (e2b4f923)
  • FEAT: update cache managers to support metadata tags and rawContent fields. (f1c8ca50)
  • FEAT: change removeEvents to support flexible filtering. (c378887e)
  • FEAT(cache): add removeEvents method for bulk event deletion. (2d8a3f5e)
  • FEAT(cache): add clearAll() method to CacheManager. (b94a1d4b)
  • FEAT: spending with state. (729f7e4e)

0.2.8-dev.9 #

  • REFACTOR: rename rawContent to content. (22da4a00)
  • REFACTOR: remove acc prefix, clear seperation wallet. (4da6091f)
  • REFACTOR: remove wallet prefix from cashu. (8658f196)
  • FIX: remove duplicated. (8fa8db2e)
  • FIX: missing clear cashu/wallet stuff on clearAll. (b6b093af)
  • FIX: remove unique for cashu counter. (8bd0e6a7)
  • FIX: separate wallets storage operations from cache manager. (e9e0199a)
  • FIX: use setter for known properties + content never null. (a1b469f7)
  • FIX(perf): improved tag storage. (db4fcf11)
  • FIX(perf): removing json methods. (337cb5e0)
  • FIX(perf): remove calcId from db obj. (892dcc9c)
  • FIX: objectbox nullable sig. (fdd70d1d)
  • FIX: getProofs mem cache manager. (68d64656)
  • FIX: objectbox mintInfo parsing. (35944992)
  • FIX: objectbox transaction not async. (61be7f20)
  • FIX: type parsing. (ef94039e)
  • FEAT: cashu remove mint info. (e2b4f923)
  • FEAT: update cache managers to support metadata tags and rawContent fields. (f1c8ca50)
  • FEAT: change removeEvents to support flexible filtering. (c378887e)
  • FEAT(cache): add removeEvents method for bulk event deletion. (2d8a3f5e)
  • FEAT(cache): add clearAll() method to CacheManager. (b94a1d4b)
  • FEAT: spending with state. (729f7e4e)

0.2.8-dev.8 #

  • REFACTOR: rename rawContent to content. (22da4a00)
  • REFACTOR: remove acc prefix, clear seperation wallet. (4da6091f)
  • REFACTOR: remove wallet prefix from cashu. (8658f196)
  • FIX: missing clear cashu/wallet stuff on clearAll. (b6b093af)
  • FIX: remove unique for cashu counter. (8bd0e6a7)
  • FIX: separate wallets storage operations from cache manager. (e9e0199a)
  • FIX: use setter for known properties + content never null. (a1b469f7)
  • FIX(perf): improved tag storage. (db4fcf11)
  • FIX(perf): removing json methods. (337cb5e0)
  • FIX(perf): remove calcId from db obj. (892dcc9c)
  • FIX: objectbox nullable sig. (fdd70d1d)
  • FIX: getProofs mem cache manager. (68d64656)
  • FIX: objectbox mintInfo parsing. (35944992)
  • FIX: objectbox transaction not async. (61be7f20)
  • FIX: type parsing. (ef94039e)
  • FEAT: cashu remove mint info. (e2b4f923)
  • FEAT: update cache managers to support metadata tags and rawContent fields. (f1c8ca50)
  • FEAT: change removeEvents to support flexible filtering. (c378887e)
  • FEAT(cache): add removeEvents method for bulk event deletion. (2d8a3f5e)
  • FEAT(cache): add clearAll() method to CacheManager. (b94a1d4b)
  • FEAT: add caching support for nip05.resolve() with identifier lookup. (02b1ed0d)
  • FEAT: spending with state. (729f7e4e)

0.2.8-dev.6 #

  • REFACTOR: rename rawContent to content.
  • REFACTOR: remove acc prefix, clear seperation wallet.
  • REFACTOR: remove wallet prefix from cashu.
  • FIX: missing clear cashu/wallet stuff on clearAll.
  • FIX: remove unique for cashu counter.
  • FIX: separate wallets storage operations from cache manager.
  • FIX: use setter for known properties + content never null.
  • FIX(perf): improved tag storage.
  • FIX(perf): removing json methods.
  • FIX(perf): remove calcId from db obj.
  • FIX: objectbox nullable sig.
  • FIX: getProofs mem cache manager.
  • FIX: objectbox mintInfo parsing.
  • FIX: objectbox transaction not async.
  • FIX: type parsing.
  • FEAT: cashu remove mint info.
  • FEAT: update cache managers to support metadata tags and rawContent fields.
  • FEAT: change removeEvents to support flexible filtering.
  • FEAT(cache): add removeEvents method for bulk event deletion.
  • FEAT(cache): add clearAll() method to CacheManager.
  • FEAT: add caching support for nip05.resolve() with identifier lookup.
  • FEAT: spending with state.

0.2.8-dev.5 #

  • REFACTOR: rename rawContent to content.
  • REFACTOR: remove acc prefix, clear seperation wallet.
  • REFACTOR: remove wallet prefix from cashu.
  • FIX: missing clear cashu/wallet stuff on clearAll.
  • FIX: remove unique for cashu counter.
  • FIX: separate wallets storage operations from cache manager.
  • FIX: use setter for known properties + content never null.
  • FIX(perf): improved tag storage.
  • FIX(perf): removing json methods.
  • FIX(perf): remove calcId from db obj.
  • FIX: objectbox nullable sig.
  • FIX: getProofs mem cache manager.
  • FIX: objectbox mintInfo parsing.
  • FIX: objectbox transaction not async.
  • FIX: type parsing.
  • FEAT: cashu remove mint info.
  • FEAT: update cache managers to support metadata tags and rawContent fields.
  • FEAT: change removeEvents to support flexible filtering.
  • FEAT(cache): add removeEvents method for bulk event deletion.
  • FEAT(cache): add clearAll() method to CacheManager.
  • FEAT: add caching support for nip05.resolve() with identifier lookup.
  • FEAT: spending with state.

0.2.8-dev.4 #

  • REFACTOR: rename rawContent to content.
  • REFACTOR: remove acc prefix, clear seperation wallet.
  • REFACTOR: remove wallet prefix from cashu.
  • FIX: missing clear cashu/wallet stuff on clearAll.
  • FIX: remove unique for cashu counter.
  • FIX: separate wallets storage operations from cache manager.
  • FIX: use setter for known properties + content never null.
  • FIX(perf): improved tag storage.
  • FIX(perf): removing json methods.
  • FIX(perf): remove calcId from db obj.
  • FIX: objectbox nullable sig.
  • FIX: getProofs mem cache manager.
  • FIX: objectbox mintInfo parsing.
  • FIX: objectbox transaction not async.
  • FIX: type parsing.
  • FEAT: cashu remove mint info.
  • FEAT: update cache managers to support metadata tags and rawContent fields.
  • FEAT: change removeEvents to support flexible filtering.
  • FEAT(cache): add removeEvents method for bulk event deletion.
  • FEAT(cache): add clearAll() method to CacheManager.
  • FEAT: add caching support for nip05.resolve() with identifier lookup.
  • FEAT: spending with state.

0.2.8-dev.3 #

  • REFACTOR: rename rawContent to content.
  • FIX: use setter for known properties + content never null.
  • FIX(perf): improved tag storage.
  • FIX(perf): removing json methods.
  • FIX(perf): remove calcId from db obj.
  • FIX: objectbox nullable sig.
  • FEAT: update cache managers to support metadata tags and rawContent fields.
  • FEAT: change removeEvents to support flexible filtering.
  • FEAT(cache): add removeEvents method for bulk event deletion.
  • FEAT(cache): add clearAll() method to CacheManager.
  • FEAT: add caching support for nip05.resolve() with identifier lookup.

0.2.8-dev.2 #

  • REFACTOR: rename rawContent to content.
  • FIX: use setter for known properties + content never null.
  • FIX(perf): improved tag storage.
  • FIX(perf): removing json methods.
  • FIX(perf): remove calcId from db obj.
  • FIX: objectbox nullable sig.
  • FEAT: update cache managers to support metadata tags and rawContent fields.
  • FEAT: change removeEvents to support flexible filtering.
  • FEAT(cache): add removeEvents method for bulk event deletion.
  • FEAT(cache): add clearAll() method to CacheManager.
  • FEAT: add caching support for nip05.resolve() with identifier lookup.

0.2.8-dev.0+1 #

  • Update a dependency to the latest release.

0.2.8 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

0.2.8-dev.21 #

  • REFACTOR: rename rawContent to content.
  • FIX: use setter for known properties + content never null.
  • FEAT: update cache managers to support metadata tags and rawContent fields.

0.2.8-dev.20 #

  • Update a dependency to the latest release.

0.2.8-dev.19 #

  • Update a dependency to the latest release.

0.2.8-dev.18 #

  • Update a dependency to the latest release.

0.2.8-dev.17 #

  • Update a dependency to the latest release.

0.2.8-dev.16 #

  • FIX(perf): improved tag storage.
  • FIX(perf): removing json methods.
  • FIX(perf): remove calcId from db obj.

0.2.8-dev.15 #

  • Update a dependency to the latest release.

0.2.8-dev.14 #

  • FIX: objectbox nullable sig.

0.2.8-dev.13 #

  • Update a dependency to the latest release.

0.2.8-dev.12 #

  • FEAT: change removeEvents to support flexible filtering.
  • FEAT(cache): add removeEvents method for bulk event deletion.

0.2.8-dev.11 #

  • FEAT(cache): add clearAll() method to CacheManager.

0.2.8-dev.10 #

  • Update a dependency to the latest release.

0.2.8-dev.9 #

  • Update a dependency to the latest release.

0.2.8-dev.8 #

  • Update a dependency to the latest release.

0.2.8-dev.7 #

  • FEAT: add caching support for nip05.resolve() with identifier lookup.

0.2.8-dev.6 #

  • Update a dependency to the latest release.

0.2.8-dev.5 #

  • Update a dependency to the latest release.

0.2.8-dev.4 #

  • Update a dependency to the latest release.

0.2.8-dev.3 #

  • Update a dependency to the latest release.

0.2.8-dev.2 #

  • Update a dependency to the latest release.

0.2.8-dev.1 #

  • Update a dependency to the latest release.

0.2.8-dev.0 #

  • REFACTOR: other packages.
  • FIX: clean imports.
  • FEAT: cache managers support.
  • FEAT: objectbox test.
  • FEAT: unify cache events api.

0.2.7-dev.10 #

  • REFACTOR: other packages.
  • FIX: clean imports.
  • FEAT: cache managers support.
  • FEAT: objectbox test.
  • FEAT: unify cache events api.

0.2.7-dev.8 #

  • REFACTOR: other packages.
  • FIX: clean imports.
  • FEAT: cache managers support.
  • FEAT: objectbox test.
  • FEAT: unify cache events api.

0.2.7-dev.7 #

  • REFACTOR: other packages.
  • FEAT: objectbox test.

0.2.7-dev.6 #

  • FIX: clean imports.

0.2.7-dev.5 #

  • FIX: clean imports.

0.2.7-dev.4 #

  • FIX: clean imports.

0.2.7-dev.2 #

  • Update a dependency to the latest release.

0.2.7 #

  • Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

0.2.7-dev.25 #

  • Update a dependency to the latest release.

0.2.7-dev.24 #

  • Update a dependency to the latest release.

0.2.7-dev.23 #

  • Update a dependency to the latest release.

0.2.7-dev.22 #

  • Update a dependency to the latest release.

0.2.7-dev.21 #

  • Update a dependency to the latest release.

0.2.7-dev.20 #

  • Update a dependency to the latest release.

0.2.7-dev.19 #

  • Update a dependency to the latest release.

0.2.7-dev.18 #

  • Update a dependency to the latest release.

0.2.7-dev.17 #

  • Update a dependency to the latest release.

0.2.7-dev.16 #

  • Update a dependency to the latest release.

0.2.7-dev.15 #

  • Update a dependency to the latest release.

0.2.7-dev.14 #

  • Update a dependency to the latest release.

0.2.7-dev.13 #

  • Update a dependency to the latest release.

0.2.7-dev.12 #

  • Update a dependency to the latest release.

0.2.7-dev.11 #

  • Update a dependency to the latest release.

0.2.7-dev.10 #

  • Update a dependency to the latest release.

0.2.7-dev.9 #

  • Update a dependency to the latest release.

0.2.7-dev.8 #

  • Update a dependency to the latest release.

0.2.7-dev.7 #

  • Update a dependency to the latest release.

0.2.7-dev.6 #

  • Update a dependency to the latest release.

0.2.7-dev.5 #

  • Update a dependency to the latest release.

0.2.7-dev.4 #

  • Update a dependency to the latest release.

0.2.7-dev.3 #

  • Update a dependency to the latest release.

0.2.7-dev.2 #

  • FIX: import cosmetics.

0.2.7-dev.1 #

  • FIX: import cosmetics.

0.2.7-dev.0+1 #

  • Update a dependency to the latest release.

0.2.6 #

  • limit in loadEvents
  • upgrade to ndk 0.5.1

0.2.5 #

  • upgrade to ndk 0.4.1
  • added delete methods

0.2.4 #

  • upgrade to ndk 0.4.0
  • dependency updates

0.2.3 #

  • fix loadEvents when empty pubKeys

0.2.2 #

  • upgrade to ndk 0.3.2

0.2.1 #

  • version match with ndk
  • user relay list support

0.2.0 #

  • separate object_box into monorepo
1
likes
130
points
456
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Nostr Development Kit - the most performant lib for all your nostr usecases

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

crypto, flat_buffers, http, ndk, objectbox, objectbox_flutter_libs, path, path_provider

More

Packages that depend on ndk_objectbox