durt2 1.2.2
durt2: ^1.2.2 copied to clipboard
Dart library for interacting with Duniter v2s blockchains. Provides wallet management, transaction signing, Squid GraphQL requests, and more
1.2.1 #
- Fix macOS biometrics:
BiometricServicenow stores the encrypted PIN in the platform-aware secure storage (file-based on macOS, where the Keychain is not reliably available via Flutter plugins) instead of the raw Keychain plugin. Readable legacy Keychain enrollments are migrated on first use; broken ones simply require re-enrolling. New public API:CryptoUtils.secureRead/secureWrite/secureDelete/secureContainsKey/secureReadAll.
1.2.0 #
- Contacts sync foundation (Cesium+ pods): CRDT model
ContactsSyncState/ContactSyncEntry(per-field last-write-wins, commutative merge, non- destructive removal viaisContact, dead-entry GC, forward-compatible unknown fields) and encrypted-blob pod I/OgetContacts/saveContacts(cross-preserves the co-hosted certification queue).
0.6.0 #
- Bulk storage support
- Improved network scan
- Connection orchestrator improvements
0.3.0 #
- Implement all Gecko v2s requirements
0.1.0 #
- Migrate files from Ğazelle to split responsabilities