Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 28, 2024
1 parent aef68c2 commit 271a8ce
Show file tree
Hide file tree
Showing 15 changed files with 110 additions and 21 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"crates/firehose-client": "0.1.1",
"crates/flat-files-decoder": "0.2.0",
"crates/forrestrie": "0.1.1",
"crates/forrestrie-examples": "0.1.1",
"crates/header-accumulator": "0.2.0",
"crates/firehose-protos": "0.1.0",
"crates/firehose-protos-examples": "0.1.0"
"crates/firehose-client": "0.2.0",
"crates/flat-files-decoder": "0.2.1",
"crates/forrestrie": "0.2.0",
"crates/forrestrie-examples": "0.2.0",
"crates/header-accumulator": "0.3.0",
"crates/firehose-protos": "0.2.0",
"crates/firehose-protos-examples": "0.1.2"
}
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions crates/firehose-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/semiotic-ai/veemon/compare/firehose-client-v0.1.1...firehose-client-v0.2.0) (2024-11-28)


### Features

* **firehose-client:** support arbitrum ([900dbc0](https://github.com/semiotic-ai/veemon/commit/900dbc0ccf5e5e487bd0e5abe43fe1014b104314))


### Bug Fixes

* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d))

## [0.1.1](https://github.com/semiotic-ai/veemon/compare/firehose-client-v0.1.0...firehose-client-v0.1.1) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion crates/firehose-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firehose-client"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/firehose-protos-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firehose-protos-examples"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dev-dependencies]
Expand Down
14 changes: 14 additions & 0 deletions crates/firehose-protos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.2.0](https://github.com/semiotic-ai/veemon/compare/firehose-protos-v0.1.0...firehose-protos-v0.2.0) (2024-11-28)


### Features

* make fn full_receipts public ([28be32a](https://github.com/semiotic-ai/veemon/commit/28be32a910beade2e10a4f6adb864e2f0ad8667d))


### Bug Fixes

* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d))
* **forrestrie-examples:** fix firehose-protos imports ([844d252](https://github.com/semiotic-ai/veemon/commit/844d2523e8240e84380f59a2fa7525b9a3eaffb5))
2 changes: 1 addition & 1 deletion crates/firehose-protos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "firehose-protos"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
8 changes: 8 additions & 0 deletions crates/flat-files-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.2.1](https://github.com/semiotic-ai/veemon/compare/flat-files-decoder-v0.2.0...flat-files-decoder-v0.2.1) (2024-11-28)


### Bug Fixes

* **flat-files-decoder:** include error message content in error messages ([e292f4c](https://github.com/semiotic-ai/veemon/commit/e292f4c85a4865436d466d9c88a7304f57f52047))
2 changes: 1 addition & 1 deletion crates/flat-files-decoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flat-files-decoder"
version = "0.1.1"
version = "0.2.1"
edition = "2021"

[lib]
Expand Down
18 changes: 18 additions & 0 deletions crates/forrestrie-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.2.0](https://github.com/semiotic-ai/veemon/compare/forrestrie-examples-v0.1.1...forrestrie-examples-v0.2.0) (2024-11-28)


### Features

* add proof verification example ([7c5fbf1](https://github.com/semiotic-ai/veemon/commit/7c5fbf1c6e84142ea642e9ba6f7eb4ece5558bba))
* **forrestrie-examples:** add example on how to retreieve an execution layer block and generate proofs for it's receipts ([9c2a44c](https://github.com/semiotic-ai/veemon/commit/9c2a44c6a26a87ccd570d717ab56da191f50e082))
* **post_merge_pre_capella_proof:** add decompression from ssz historical batch file ([728cfce](https://github.com/semiotic-ai/veemon/commit/728cfce084e3802be5a456735ef9243fc1a0f34d))
* pre-capella epoch proof ([29316cf](https://github.com/semiotic-ai/veemon/commit/29316cf770f77c2c3b6fea776521cbd2a0f6a3b3))


### Bug Fixes

* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d))
* **forrestrie-examples:** Corrected use of private module ([8de4087](https://github.com/semiotic-ai/veemon/commit/8de40874ff0ee5f3f7fe7e7b6d88617fa8cabb61))
* **forrestrie-examples:** fix firehose-protos imports ([844d252](https://github.com/semiotic-ai/veemon/commit/844d2523e8240e84380f59a2fa7525b9a3eaffb5))
2 changes: 1 addition & 1 deletion crates/forrestrie-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forrestrie-examples"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

[dev-dependencies]
Expand Down
19 changes: 19 additions & 0 deletions crates/forrestrie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.0](https://github.com/semiotic-ai/veemon/compare/forrestrie-v0.1.1...forrestrie-v0.2.0) (2024-11-28)


### Features

* **execution_block:** try_from ReceiptsJson into ReceiptWithBloom, hash_builder_root ([079ee93](https://github.com/semiotic-ai/veemon/commit/079ee93bfaf16f000bf721072a52c824df23d8dc))
* **execution_block:** try_from ReceiptsJson into ReceiptWithBloom, hash_builder_root ([c2245a3](https://github.com/semiotic-ai/veemon/commit/c2245a3388d129da02e0cf65d96926021b904250))
* generate proofs with proof_retainer inside hashBuilder ([5a5dc15](https://github.com/semiotic-ai/veemon/commit/5a5dc1506639c238ef96e55a1e3d0cae912d8086))
* generate proofs with proof_retainer inside hashBuilder ([ad7d0d5](https://github.com/semiotic-ai/veemon/commit/ad7d0d5f01f7edc3a227acb942b2b8ec3151b283))
* generate receipt proof with ProofRetainer and verify it against targets ([ad31c4c](https://github.com/semiotic-ai/veemon/commit/ad31c4ce01d06294c0a2bc69a7cefc0e5e4fb1eb))
* generate receipt proof with ProofRetainer and verify it against targets ([be54b0a](https://github.com/semiotic-ai/veemon/commit/be54b0a0b37337c4a39c4db41e4033da084e5880))
* **lib.rs:** adds execution_layer ([7cde1db](https://github.com/semiotic-ai/veemon/commit/7cde1db54c9be46d85e52e4896dccdd9a1c9bfc5))
* **lib.rs:** adds execution_layer ([ce54a60](https://github.com/semiotic-ai/veemon/commit/ce54a608ed98048eafe5814f1564afe6d1b10b3e))


### Bug Fixes

* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d))

## [0.1.1](https://github.com/semiotic-ai/veemon/compare/forrestrie-v0.1.0...forrestrie-v0.1.1) (2024-10-22)


Expand Down
2 changes: 1 addition & 1 deletion crates/forrestrie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forrestrie"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

[lib]
Expand Down
18 changes: 18 additions & 0 deletions crates/header-accumulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.3.0](https://github.com/semiotic-ai/veemon/compare/header-accumulator-v0.2.0...header-accumulator-v0.3.0) (2024-11-28)


### Features

* add more information to errors ([5d03ad8](https://github.com/semiotic-ai/veemon/commit/5d03ad87b6885493bac639e81611ab224c2e0bb1))


### Bug Fixes

* create forrestrie-examples crate to fix circular dependency ([6b704d9](https://github.com/semiotic-ai/veemon/commit/6b704d95ecc48d87cf17dd5161829b3c8f6eee3d))


### Performance Improvements

* use capacity while creating inclusion proof vec ([3455ea4](https://github.com/semiotic-ai/veemon/commit/3455ea4addc53f1d4781ed60ac8953fc1354546d))
2 changes: 1 addition & 1 deletion crates/header-accumulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "header-accumulator"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 271a8ce

Please sign in to comment.