Skip to content

Releases: hsharghi/vapor-wallet

Add Expire date to transaction

03 Sep 12:36
Compare
Choose a tag to compare
  • Add wallet parameters to CreateWalletMiddleware
  • Add expiresAt field to transactions
  • Prevent to create wallets with duplicate name for same user
  • Change log method to info
  • Add meta, amount and type public variables

Get transactions by getting pagination data from Request

20 Jul 17:02
Compare
Choose a tag to compare
v1.0.6

Get transaction from pagination data of a request

Add empty() method

20 Jul 16:13
eea6a58
Compare
Choose a tag to compare

A wallet can be empty by calling empty(strategy:) method to zero or minimum allowed balance

Add conditional import for PostgresDriver

25 Jun 05:56
Compare
Choose a tag to compare

Fix running CI tests by adding conditional import statement for PostgresFluentDriver.

Fix Linux builds

20 Jun 13:36
b438cd9
Compare
Choose a tag to compare

Checking for possibility of importing FluentPostgresDriver module before importing.
Fixed Linux builds

Update readme

20 Jun 10:46
3890977
Compare
Choose a tag to compare
v1.0.2

Update README.md

All Linux Tests passed

20 Jun 10:37
62d2c4d
Compare
Choose a tag to compare

Remove old files used to be there to run tests on Linux.
Now all tests on Linux are passed.

Async/Await release

17 Jun 17:59
8a6ca3f
Compare
Choose a tag to compare

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

17 Jun 17:45
e7bcf2b
Compare
Choose a tag to compare

All legacy methods now have corresponding Async methods.
e.g.

refreshBalance() -> refreshBalanceAsync()
deposit() -> depositAsync()
...

New release

16 Apr 19:03
9c75100
Compare
Choose a tag to compare

new release