Skip to content

Commit

Permalink
Sticking to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Aug 23, 2021
1 parent 9bab972 commit d3a067c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v0.5.0
## v0.4.0

### Proof of non existence
- `verifyProof()` now checks for existence when a value is defined, and checks for non-existence when the path is empty

### Supporting MiniMe tokens
- Adding `MiniMeProof`
- [Breaking] `StorageProof` (type) is now `EthereumProof`
- [Breaking] Restructuring `Erc20Proover` into `ERC20Proof`, along with `MiniMeProof`, `EthProof` and `EthProvider`
Expand All @@ -17,9 +22,6 @@
- Generating proofs no longer accepts `verify` as a parameter
- `ERC20Proof.findMapSlot` is now lighter on requests

## v0.4.0
- `verifyProof()` now checks for existence when a value is defined, and checks for non-existence when the path is empty

## v0.3.2

- Using the London hard fork
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocdoni/storage-proofs-eth",
"version": "0.5.0",
"version": "0.4.0",
"description": "Javascript/Typescript library to generate storage proofs for ERC token contracts",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit d3a067c

Please sign in to comment.