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

Sync to latest grin master and fix missing verifier_cache #599

Merged
merged 2 commits into from
Apr 5, 2021

Conversation

trevyn
Copy link
Contributor

@trevyn trevyn commented Apr 4, 2021

As reported by @tromp in keybase://chat/grincoin.teams.wallet_dev#general/8552 :

it looks like grin-wallet is out of sync with grin ?!
grin master removed verifier cache from calls like Chain::init
but it's still passed in e.g. https://github.com/mimblewimble/grin-wallet/blob/master/impls/src/test_framework/testclient.rs#L105
shldn't there be a grin-wallet complement to your commit mimblewimble/grin@f6ec77a ?

Bumps Cargo.lock mimblewimble/grin git dependencies to latest commit mimblewimble/grin@f6ec77a and fixes the disappearance of the verifier cache.

cargo test --all passes locally.

Unblocks #479.

Copy link
Member

@antiochp antiochp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@antiochp antiochp merged commit e9e6788 into mimblewimble:master Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants