All notable changes to this project will be documented in this file.
- [Logs] Improved readability of logs
- [Client]
GetUser
now requiresfingerprint
andipAddress
- [Client]
VerifyAddress
to test for address validity - Examples
- [Client]
VerifyAddress
- [Client]
- [User]
GetSubnets
to get a list of user subnets - Examples
- [Client]
GetTradeMarkeData
GetCryptoMarketData
GetCryptoQuotes
GetInstitutions
LocateATMs
VerifyRoutingNumber
- [User]
GetRefreshToken
Select2FA
SubmitMFA
VerifyPIN
GetNodeStatements
GetStatements
CreateNodeStatements
GetSubnets
CreateDummyTransactions
- [Client]
- Renamed
samples/
toexamples/
- Renamed
samples.md
toexamples.md
- [Client]
GetTradeMarketData
to view market data on a specific stock - [Client]
VerifyRoutingNumber
to verify the bank details of a routing number - [User]
CreateNodeStatements
to generate ad-hoc statements for a user node
- New user sessions now require a one-time authentication using
Authenticate
Authenticate
requiresfingerprint
andipAddress
GetUser
no longer requiresfingerprint
andipAddress
- Updated
README
to reflect new changes