MDIP v0.5-beta
Pre-release
Pre-release
MDIP v0.5-beta is now available. Visit our website at keychain.org for details.
THIS RELEASE IS BETA SOFTWARE
This open-source software is provided as-is with no guarantees. It is only to be used for non-production research and development purposes. Thank you for visiting our repository. Discussions and Issues are welcome.
Release 0.5-beta introduces encrypted wallets, sqlite and mongodb database support, a python pip package for keymaster, encrypted message send and receive in the web wallet, numerous performance improvements, credential issuance improvements from user feedback, and more.
What's Changed
- fix: satoshi-mediator startup improvements by @macterra in #434
- refactor: issueCredential by @macterra in #438
- fix: Added exception handling to ipfs-mediator by @macterra in #439
- fix: Node sync with mongodb by @macterra in #442
- fix: Node sync with sqlite by @macterra in #445
- refactor: Error classes by @macterra in #446
- refactor: Add utils to mdip/common by @macterra in #452
- feat: Added includeHash option to encryptMessage by @macterra in #450
- feat: Added messages tab to web wallet by @macterra in #454
- fix: Reset corrupted json db files by @macterra in #458
- fix: Prevent hyperswarm gossip storm by @macterra in #459
- refactor: Remove event caching from gatekeeper by @macterra in #461
- feat: Add optional encrypted JSON wallet by @Bushstar in #462
- chore: point to dockerhub for bitcoin-core by @Edgeman-SelfID in #468
- feat: Re-enable hash check on operations by @macterra in #463
- feat: Added encrypted wallet support to services by @macterra in #474
- feat: refactor wallet to use decorator pattern for optional encryption by @Bushstar in #479
- feat: Python pip keymaster-sdk package by @Bushstar in #469
- fix: update api and mediator to set wallet when using encryption by @Bushstar in #482
- feat: Added wallet cache by @macterra in #477
- fix: gatekeeper.start() handles multiple calls by @macterra in #485
- docs: Added CONTRIBUTING.md by @macterra in #487
- feat: Added KC_MDIP_PROTOCOL to config by @macterra in #489
- fix: Confirmation delay on hyperswarm registry by @macterra in #490
- feat: Added gatekeeper status by @macterra in #491
- feat: Added db and versions to status by @macterra in #497
- feat: encrypt web wallet by @Bushstar in #483
- feat: Added gatekeeper status interval to config by @macterra in #500
- chore: Updated package versions and protocol by @macterra in #501
- docs: deployment guide 1 by @Flaxscrip in #395
- fix: Report status for empty db by @macterra in #503
New Contributors
Full Changelog: v0.4.1-beta...v0.5-beta