-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(workspace): Introduce `kona-proof` crate * ignore `kona-proof` fix
- Loading branch information
Showing
32 changed files
with
279 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
bin/client/src/fault/handler/bn128_pair.rs → bin/client/src/handler/bn128_pair.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
bin/client/src/fault/handler/ecrecover.rs → bin/client/src/handler/ecrecover.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...lient/src/fault/handler/kzg_point_eval.rs → bin/client/src/handler/kzg_point_eval.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.4](https://github.com/anton-rs/kona/compare/kona-common-v0.0.3...kona-common-v0.0.4) - 2024-10-25 | ||
|
||
### Added | ||
|
||
- remove thiserror ([#735](https://github.com/anton-rs/kona/pull/735)) | ||
- *(preimage/common)* Migrate to `thiserror` ([#543](https://github.com/anton-rs/kona/pull/543)) | ||
|
||
### Fixed | ||
|
||
- *(workspace)* hoist and fix lints ([#577](https://github.com/anton-rs/kona/pull/577)) | ||
|
||
### Other | ||
|
||
- re-org imports ([#711](https://github.com/anton-rs/kona/pull/711)) | ||
- *(preimage)* Test Coverage ([#634](https://github.com/anton-rs/kona/pull/634)) | ||
- test coverage for common ([#629](https://github.com/anton-rs/kona/pull/629)) | ||
- doc logos ([#609](https://github.com/anton-rs/kona/pull/609)) | ||
- *(workspace)* Allow stdlib in `cfg(test)` ([#548](https://github.com/anton-rs/kona/pull/548)) | ||
|
||
## [0.0.3](https://github.com/anton-rs/kona/compare/kona-common-v0.0.2...kona-common-v0.0.3) - 2024-09-04 | ||
|
||
### Added | ||
- add zkvm target for io ([#394](https://github.com/anton-rs/kona/pull/394)) | ||
|
||
### Other | ||
- *(workspace)* Update for `anton-rs` org transfer ([#474](https://github.com/anton-rs/kona/pull/474)) | ||
- *(workspace)* Hoist Dependencies ([#466](https://github.com/anton-rs/kona/pull/466)) | ||
- *(bin)* Remove `kt` ([#461](https://github.com/anton-rs/kona/pull/461)) | ||
- *(common)* Remove need for cursors in `NativeIO` ([#416](https://github.com/anton-rs/kona/pull/416)) | ||
|
||
## [0.0.2](https://github.com/anton-rs/kona/compare/kona-common-v0.0.1...kona-common-v0.0.2) - 2024-06-22 | ||
|
||
### Added | ||
- *(client)* Derivation integration ([#257](https://github.com/anton-rs/kona/pull/257)) | ||
- *(client/host)* Oracle-backed Blob fetcher ([#255](https://github.com/anton-rs/kona/pull/255)) | ||
- *(host)* Host program scaffold ([#184](https://github.com/anton-rs/kona/pull/184)) | ||
- *(preimage)* `OracleServer` + `HintReader` ([#96](https://github.com/anton-rs/kona/pull/96)) | ||
- *(common)* Move from `RegisterSize` to native ptr size type ([#95](https://github.com/anton-rs/kona/pull/95)) | ||
- *(workspace)* Add `rustfmt.toml` | ||
|
||
### Fixed | ||
- *(common)* Pipe IO support ([#282](https://github.com/anton-rs/kona/pull/282)) | ||
|
||
### Other | ||
- *(common)* Use `Box::leak` rather than `mem::forget` ([#180](https://github.com/anton-rs/kona/pull/180)) | ||
- Add simple blocking async executor ([#38](https://github.com/anton-rs/kona/pull/38)) | ||
- Make versions of packages independent ([#36](https://github.com/anton-rs/kona/pull/36)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[package] | ||
name = "kona-proof" | ||
description = "OP Stack Proof SDK" | ||
version = "0.0.1" | ||
edition.workspace = true | ||
authors.workspace = true | ||
license.workspace = true | ||
repository.workspace = true | ||
homepage.workspace = true | ||
|
||
[lints] | ||
workspace = true | ||
|
||
[dependencies] | ||
# Workspace | ||
kona-mpt.workspace = true | ||
kona-derive.workspace = true | ||
kona-driver.workspace = true | ||
kona-preimage.workspace = true | ||
kona-executor.workspace = true | ||
|
||
# Alloy | ||
alloy-rlp.workspace = true | ||
alloy-eips.workspace = true | ||
alloy-consensus.workspace = true | ||
alloy-primitives.workspace = true | ||
|
||
# Op Alloy | ||
op-alloy-protocol.workspace = true | ||
op-alloy-consensus.workspace = true | ||
op-alloy-rpc-types-engine.workspace = true | ||
op-alloy-genesis = { workspace = true, features = ["serde"] } | ||
|
||
# General | ||
lru.workspace = true | ||
spin.workspace = true | ||
serde.workspace = true | ||
tracing.workspace = true | ||
serde_json.workspace = true | ||
async-trait.workspace = true | ||
thiserror.workspace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# `kona-proof` | ||
|
||
<a href="https://github.com/anton-rs/kona/actions/workflows/rust_ci.yaml"><img src="https://github.com/anton-rs/kona/actions/workflows/rust_ci.yaml/badge.svg?label=ci" alt="CI"></a> | ||
<a href="https://crates.io/crates/kona-proof"><img src="https://img.shields.io/crates/v/kona-proof.svg?label=kona-proof&labelColor=2a2f35" alt="Kona Proof SDK"></a> | ||
<a href="https://github.com/anton-rs/kona/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-d1d1f6.svg?label=license&labelColor=2a2f35" alt="License"></a> | ||
<a href="https://img.shields.io/codecov/c/github/anton-rs/kona"><img src="https://img.shields.io/codecov/c/github/anton-rs/kona" alt="Codecov"></a> | ||
|
||
`kona-proof` is an OP Stack state transition proof SDK. |
Oops, something went wrong.