Releases: cruxprotocol/js-sdk
Releases · cruxprotocol/js-sdk
v0.2.9
v0.2.7
- add functionality of PrivateAddresses (specific to cruxIDs specified).
v0.1.5
- getAssetMap returns promise of IResolvedClientAssetMapping.
- Init is called in constructor now all functions exposed.
- Allows modewise(withoutInit or withInit) testing of wallet_demo page.
- fixed circular imports with logger.
v0.1.4
- Added inmemory storage layer
- Can be used for mobile sdks
v0.1.1
- hotfix - fix pending registration subdomain to full domain
v0.1.0
- getDomainAvailability method for frontend use.
- subdomain validation and availability checks in registration flow.
- add registrar call to fetch pending registrations by address.
- refactor ConfigurationService.
- merge classes CruxPayPeer & CruxClient.
- deleting keyPair upon setting the PayIDClaim in memory.
- restrict cruxIDs to be client specific on initialisation provided with privateKey.
v0.0.19
- breaking refactoring - renaming cruxpay.json filename to accommodate multiple wallets using same keypair.
v0.0.18
- partial failing on putAddressMap failure.
- getAssetMapping() to fetch walletClient assets.
- Change in signature of registerCruxID() - separation of concerns and better error handling.
v0.0.17
- hotfix - add fallback for misconfigured zonefile
v0.0.16
- add provision to initialise CruxClient using a
privateKey
to retain the identity across devices (same wallet). - fix reference of
config.json
.