snapshot-labs / sx-monorepo

Snapshot monorepo
https://snapshot.box
MIT License
16 stars 14 forks source link

bug: wrong voting power on offchain pending proposals #940

Open wa0x6e opened 2 hours ago

wa0x6e commented 2 hours ago

Voting power for all pending proposals are using the latest block.

This is the default behavior for onchain proposals, but not for offchain, which should use the proposal snapshot (set at the proposal creation time)

wa0x6e commented 2 hours ago

Will be a very quick fix after https://github.com/snapshot-labs/sx-monorepo/pull/938