You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
* fixmimblewimble#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
With same wallet database, the
grin wallet info
read it as:but the
grin-wallet info
read it as: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?The text was updated successfully, but these errors were encountered: