Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/legal-days-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/merkle-proof-zero-pad.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/sx.js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @snapshot-labs/sx

## 0.1.12

### Patch Changes

- 3ac9f35: Add evmSlotValueV2 and ozVotesStorageProofV2 strategies on Starknet
- a515e59: Zero-pad merkle whitelist proof elements to 32 bytes before encoding. The whitelist proof server (wls.snapshot.box) can return proof elements with a stripped leading zero byte (31 bytes), which caused an on-chain `InvalidProof()` revert for whitelisted voters whose proof contained a hash starting with a zero byte.

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sx.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/sx",
"version": "0.1.11",
"version": "0.1.12",
"repository": {
"type": "git",
"url": "git+https://github.com/snapshot-labs/sx-monorepo.git",
Expand Down