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
4 changes: 2 additions & 2 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"proof_verifier_js": "0.1.1",
"ethereum_prover": "0.1.0"
"proof_verifier_js": "0.1.2",
"ethereum_prover": "0.1.1"
}
16 changes: 16 additions & 0 deletions ethereum_prover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [0.1.1](https://github.com/matter-labs/ethereum-prover/compare/ethereum-prover-v0.1.0...ethereum-prover-v0.1.1) (2026-01-20)


### Features

* Add basic Grafana/Prometheus infra ([#12](https://github.com/matter-labs/ethereum-prover/issues/12)) ([22661d7](https://github.com/matter-labs/ethereum-prover/commit/22661d727de624f3dbd50598af1e8099d65ebc63))
* Ethereum prover ([#8](https://github.com/matter-labs/ethereum-prover/issues/8)) ([b9def53](https://github.com/matter-labs/ethereum-prover/commit/b9def53c6c271032f7111af3d5199f3e6030241c))
* Revive continue-on-error mode ([#11](https://github.com/matter-labs/ethereum-prover/issues/11)) ([8714144](https://github.com/matter-labs/ethereum-prover/commit/871414478fa0ee72b04af88bdcdfd384235ca706))


### Bug Fixes

* Fix CLZ opcode + disable continue-on-error mode temporarily ([#10](https://github.com/matter-labs/ethereum-prover/issues/10)) ([07975e9](https://github.com/matter-labs/ethereum-prover/commit/07975e995d44686b0bb65646d53aeca769043be0))
* Fix feature flags for the forward run ([#13](https://github.com/matter-labs/ethereum-prover/issues/13)) ([05720e3](https://github.com/matter-labs/ethereum-prover/commit/05720e314491fe0d691f0c08ad9f5909ad1607ee))
2 changes: 1 addition & 1 deletion ethereum_prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum_prover"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions proof_verifier_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.2](https://github.com/matter-labs/ethereum-prover/compare/ethproofs-airbender-verifier-v0.1.1...ethproofs-airbender-verifier-v0.1.2) (2026-01-20)


### Features

* Ethereum prover ([#8](https://github.com/matter-labs/ethereum-prover/issues/8)) ([b9def53](https://github.com/matter-labs/ethereum-prover/commit/b9def53c6c271032f7111af3d5199f3e6030241c))
* Initial commit ([#1](https://github.com/matter-labs/ethereum-prover/issues/1)) ([08e3492](https://github.com/matter-labs/ethereum-prover/commit/08e3492154425f4860af3bf70a00f8c6d200d669))


### Bug Fixes

* Fix packaging the library and enable wasmopt ([#3](https://github.com/matter-labs/ethereum-prover/issues/3)) ([48caa26](https://github.com/matter-labs/ethereum-prover/commit/48caa26092ab13fa42f574e33a0e0dd4c761bb3e))
2 changes: 1 addition & 1 deletion proof_verifier_js/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/ethproofs-airbender-verifier",
"version": "0.1.1",
"version": "0.1.2",
"description": "Airbender ZK Proof Verifier for EthProofs",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down