Releases: hsharghi/vapor-wallet
Releases · hsharghi/vapor-wallet
Add Expire date to transaction
Get transactions by getting pagination data from Request
v1.0.6 Get transaction from pagination data of a request
Add empty() method
A wallet can be empty by calling empty(strategy:) method to zero or minimum allowed balance
Add conditional import for PostgresDriver
Fix running CI tests by adding conditional import statement for PostgresFluentDriver.
Fix Linux builds
Checking for possibility of importing FluentPostgresDriver
module before importing.
Fixed Linux builds
Update readme
v1.0.2 Update README.md
All Linux Tests passed
Remove old files used to be there to run tests on Linux.
Now all tests on Linux are passed.
Async/Await release
Fully support concurrency (async/await)
remove all legacy methods, and rename Async methods to base legacy methods.
refreshBalanceAsync() -> refreshBalance()
depositAsync() -> deposit()
Add async/await support
All legacy methods now have corresponding Async methods.
e.g.
refreshBalance() -> refreshBalanceAsync()
deposit() -> depositAsync()
...
New release
new release