Only create table if not exist

This commit is contained in:
nolash
2020-09-19 14:23:23 +02:00
parent 646dbf5f79
commit 6542fd9e2c
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
* 0.1.1
- Create key table only if not exist
* 0.1.0
- Add web3 ext middleware capturing signer requests
* 0.0.1
- Introduce signer, transaction, keystore packages
- Add test for keystore and signer