Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(workspace): Update for anton-rs org transfer #474

Merged
merged 4 commits into from
Sep 2, 2024
Merged
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
6 changes: 6 additions & 0 deletions .github/workflows/client_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
cache-on-failure: true
prefix-key: ${{ matrix.target }}-${{ matrix.name }}
- name: Log into ghcr
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: rui314/setup-mold@v1
- name: Clone `asterisc` repository
if: "!contains(matrix.target, 'native')"
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ edition = "2021"
license = "MIT"
rust-version = "1.80"
authors = ["clabby", "refcell"]
repository = "https://github.com/ethereum-optimism/kona"
homepage = "https://github.com/ethereum-optimism/kona"
repository = "https://github.com/anton-rs/kona"
homepage = "https://github.com/anton-rs/kona"
keywords = ["ethereum", "optimism", "crypto"]
categories = ["cryptography", "cryptography::cryptocurrencies"]
exclude = ["**/target"]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
</h4>

<p align="center">
<a href="https://github.com/ethereum-optimism/kona/actions/workflows/rust_ci.yaml"><img src="https://github.com/ethereum-optimism/kona/actions/workflows/rust_ci.yaml/badge.svg?label=ci" alt="CI"></a>
<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>
<img src="https://img.shields.io/badge/License-MIT-green.svg?label=license&labelColor=2a2f35" alt="License">
<a href="https://ethereum-optimism.github.io/kona"><img src="https://img.shields.io/badge/Contributor%20Book-854a15?logo=mdBook&labelColor=2a2f35" alt="Book"></a>
<a href="https://anton-rs.github.io/kona"><img src="https://img.shields.io/badge/Contributor%20Book-854a15?logo=mdBook&labelColor=2a2f35" alt="Book"></a>
<a href="https://github.com/ethereum-optimism/monorepo"><img src="https://img.shields.io/badge/OP%20Stack-monorepo-red?labelColor=2a2f35" alt="OP Stack"></a>
</p>

<p align="center">
<a href="#whats-kona">What's Kona?</a> •
<a href="#overview">Overview</a> •
<a href="https://static.optimism.io/kona/CONTRIBUTING.html">Contributing</a> •
<a href="https://anton-rs.github.io/kona/CONTRIBUTING.html">Contributing</a> •
<a href="#credits">Credits</a>
</p>

Expand Down Expand Up @@ -70,7 +70,7 @@ The [book][book] contains a more in-depth overview of the project, contributor g
[badboi-cannon-rs]: https://github.com/BadBoiLabs/cannon-rs
[asterisc]: https://github.com/etheruem-optimism/asterisc
[fpp-specs]: https://specs.optimism.io/experimental/fault-proof/index.html
[book]: https://ethereum-optimism.github.io/kona/
[book]: https://anton-rs.github.io/kona/
[op-labs]: https://github.com/ethereum-optimism
[bad-boi-labs]: https://github.com/BadBoiLabs
[g-output-root]: https://specs.optimism.io/glossary.html#l2-output-root
Expand Down
2 changes: 1 addition & 1 deletion book/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `kona-book`

This repository contains the source code for the Kona book, which is available at [ethereum-optimism.github.io/kona](https://ethereum-optimism.github.io/kona/).
This repository contains the source code for the Kona book, which is available at [anton-rs.github.io/kona](https://anton-rs.github.io/kona/).

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion book/src/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Before working with this repository locally, you'll need to install several depe

## Pull Request Process

1. Before anything, [create an issue](https://github.com/ethereum-optimism/kona/issues/new) to discuss the change you're
1. Before anything, [create an issue](https://github.com/anton-rs/kona/issues/new) to discuss the change you're
wanting to make, if it is significant or changes functionality. Feel free to skip this step for trivial changes.
1. Once your change is implemented, ensure that all checks are passing before creating a PR. The full CI pipeline can
be ran locally via the `justfile`s in the repository.
Expand Down
10 changes: 5 additions & 5 deletions book/src/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

<!-- Kona links -->

[kona]: https://github.com/ethereum-optimism/kona
[book]: https://ethereum-optimism.github.io/kona/
[issues]: https://github.com/ethereum-optimism/kona/issues
[new-issue]: https://github.com/ethereum-optimism/kona/issues/new
[contributing]: https://github.com/ethereum-optimism/kona/tree/main/CONTRIBUTING.md
[kona]: https://github.com/anton-rs/kona
[book]: https://anton-rs.github.io/kona/
[issues]: https://github.com/anton-rs/kona/issues
[new-issue]: https://github.com/anton-rs/kona/issues/new
[contributing]: https://github.com/anton-rs/kona/tree/main/CONTRIBUTING.md

<!-- People -->

Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker run \
--platform linux/amd64 \
-v `pwd`/:/workdir \
-w="/workdir" \
ghcr.io/ethereum-optimism/kona/cannon-builder:main cargo build --release -Zbuild-std
ghcr.io/anton-rs/kona/cannon-builder:main cargo build --release -Zbuild-std=core,alloc
```

**asterisc**
Expand All @@ -29,5 +29,5 @@ docker run \
--platform linux/amd64 \
-v `pwd`/:/workdir \
-w="/workdir" \
ghcr.io/ethereum-optimism/kona/asterisc-builder:main cargo build --release -Zbuild-std
ghcr.io/anton-rs/kona/asterisc-builder:main cargo build --release -Zbuild-std=core,alloc
```
4 changes: 2 additions & 2 deletions build/asterisc/asterisc-repro.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN git clone https://github.com/ethereum-optimism/asterisc && \
# Build kona-client @ `CLIENT_TAG` #
################################################################

FROM ghcr.io/ethereum-optimism/kona/asterisc-builder@sha256:dc3a8e45dc4f7fa8e264987ba04c1d83d3eb4c8f3c666e4f9a431b90ea029503 as client-build
FROM ghcr.io/anton-rs/kona/asterisc-builder@sha256:dc3a8e45dc4f7fa8e264987ba04c1d83d3eb4c8f3c666e4f9a431b90ea029503 as client-build
SHELL ["/bin/bash", "-c"]

ARG CLIENT_TAG
Expand All @@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git

# Build kona on the latest tag
RUN git checkout $CLIENT_TAG && \
cargo build -Zbuild-std --workspace --bin kona --locked --profile release-client-lto --exclude kona-host --exclude trusted-sync && \
cargo build -Zbuild-std=core,alloc --workspace --bin kona --locked --profile release-client-lto --exclude kona-host --exclude trusted-sync && \
mv ./target/riscv64gc-unknown-none-elf/release-client-lto/kona /kona-client-elf

################################################################
Expand Down
6 changes: 3 additions & 3 deletions crates/common-proc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2](https://github.com/ethereum-optimism/kona/compare/kona-common-proc-v0.0.1...kona-common-proc-v0.0.2) - 2024-06-22
## [0.0.2](https://github.com/anton-rs/kona/compare/kona-common-proc-v0.0.1...kona-common-proc-v0.0.2) - 2024-06-22

### Added
- *(client)* `BootInfo` ([#205](https://github.com/ethereum-optimism/kona/pull/205))
- *(client)* `BootInfo` ([#205](https://github.com/anton-rs/kona/pull/205))

### Other
- *(host)* Simplify host program ([#206](https://github.com/ethereum-optimism/kona/pull/206))
- *(host)* Simplify host program ([#206](https://github.com/anton-rs/kona/pull/206))
20 changes: 10 additions & 10 deletions crates/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2](https://github.com/ethereum-optimism/kona/compare/kona-common-v0.0.1...kona-common-v0.0.2) - 2024-06-22
## [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/ethereum-optimism/kona/pull/257))
- *(client/host)* Oracle-backed Blob fetcher ([#255](https://github.com/ethereum-optimism/kona/pull/255))
- *(host)* Host program scaffold ([#184](https://github.com/ethereum-optimism/kona/pull/184))
- *(preimage)* `OracleServer` + `HintReader` ([#96](https://github.com/ethereum-optimism/kona/pull/96))
- *(common)* Move from `RegisterSize` to native ptr size type ([#95](https://github.com/ethereum-optimism/kona/pull/95))
- *(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/ethereum-optimism/kona/pull/282))
- *(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/ethereum-optimism/kona/pull/180))
- Add simple blocking async executor ([#38](https://github.com/ethereum-optimism/kona/pull/38))
- Make versions of packages independent ([#36](https://github.com/ethereum-optimism/kona/pull/36))
- *(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))
Loading