Sebastian Bor

Results 9 comments of Sebastian Bor

I get the same problem with [GPL](https://github.com/solana-labs/governance-program-library ), tests work with` 1.14.18` but fail with `1.16.1 `

> How to run GPL tests? Is running `cargo test` sufficient to reproduce the problem? Yes, `cargo test-sbf` for the integrations tests

> Correct. Discussion on whether these features getting added to main VSR is TBD. So for now it's best to assume it will not make it into the main VSR...

this issue has been taken care of https://github.com/solana-labs/governance-ui/pull/375 If you crate a proposal to upgrade a program you have to allocate a buffer and transfer authority to governance. If then...

> > @dankelleher Thanks a lot for the PR. I am also interested in this, do you know if there is any plan in merging this PR? Anyone already using...

> Fixed vote type serialization on Multiple choice vote type. It was using 16 bits but only sending one data, now it sends 2 option in the same 16 bits....

> I haven't thoroughly tested this yet which is why it's a draft, but happy to over the next few days if it'd be useful. Sounds like a good to...

See the workaround https://discord.com/channels/910194960941338677/910566058740568094/959827068252741702 It depends on https://github.com/facebook/create-react-app/pull/12021