Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Update to namada v0.31.0 modules (fixes #85) #87

Closed
wants to merge 1 commit into from

Conversation

blockhunters-dev
Copy link

No description provided.

@CLAassistant
Copy link

CLAassistant commented Feb 1, 2024

CLA assistant check
All committers have signed the CLA.

@@ -791,7 +794,8 @@ impl Database {
.push_values(std::iter::once(0), |mut b, _| {
b.push_bind(proposal_id)
.push_bind(tx_data.vote.is_yay())
.push_bind(tx_data.vote.is_default_vote())
.push_bind(tx_data.vote.is_nay())
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think that would work...

@rllola
Copy link
Contributor

rllola commented Feb 2, 2024

There is a couple of issues. I have fixed in a new PR but you did the heavy lifting there @blockhunters-dev. Thank you for your contibution.

@rllola rllola closed this Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants