Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wallet database read empty #5

Closed
garyyu opened this issue Mar 6, 2019 · 1 comment
Closed

wallet database read empty #5

garyyu opened this issue Mar 6, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@garyyu
Copy link
Contributor

garyyu commented Mar 6, 2019

With same wallet database, the grin wallet info read it as:

 Total                            | 0.498200000 
 Awaiting Confirmation (< 10)     | 0.000000000 
 Locked by previous transaction   | 0.000000000 
 -------------------------------- | ------------- 
 Currently Spendable              | 0.498200000 

but the grin-wallet info read it as:

 Total                            | 0.000000000 
 Awaiting Confirmation (< 10)     | 0.000000000 
 Locked by previous transaction   | 0.000000000 
 -------------------------------- | ------------- 
 Currently Spendable              | 0.000000000 

Reverting the version and find the commit 6a196f is ok.
problem start from 27th Feb. "updates based on upstream”, the wallet database read out empty.

Does the grin_store import this incompatible?

- "grin_store 1.0.1 
+ "grin_store 1.1.0
@garyyu garyyu added the bug Something isn't working label Mar 6, 2019
@yeastplume
Copy link
Member

Fixed by #7

garyyu added a commit to garyyu/grin-wallet that referenced this issue May 3, 2019
* V2 slate versioning enablement (mimblewimble#85)

* fix for command line listener port override

* reduce parameter query size

* Add slate versioning

* rustfmt

* bump version number

* Add tests for slate version conversion

* rustfmt

* Updates and test addition based on bdap's review

* rustfmt

* fix mimblewimble#88 (mimblewimble#89)

* Add `check_version` function to Foreign API (mimblewimble#87)

* move api deser types into separate types mod

* rustfmt

* missing types file

* make all exports from libwallet more explicit

* rustfmt

* add version check function to foreign api

* rustfmt

* change check_version return value to result, for consistency

* fix the merge missed parts

* rustfmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants