diff --git a/README.md b/README.md index d91b6691df1..f87c30b42ae 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![Discord](https://img.shields.io/discord/984015101017346058?color=%235865F2&label=Discord&logo=discord&logoColor=%23fff)](https://discord.gg/taikoxyz) [![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/taikoxyz/taiko-mono/badge)](https://www.gitpoap.io/gh/taikoxyz/taiko-mono) [![License](https://img.shields.io/github/license/taikoxyz/taiko-mono)](https://github.com/taikoxyz/taiko-mono/blob/main/LICENSE.md) - + [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/protocol.yml?branch=main&label=Protocol&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/protocol.yml) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/relayer.yml?branch=main&label=Relayer&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/relayer.yml) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/taikoxyz/taiko-mono/bridge-ui.yml?branch=main&label=Bridge%20UI&logo=github)](https://github.com/taikoxyz/taiko-mono/actions/workflows/bridge-ui.yml) diff --git a/packages/branding/README.md b/packages/branding/README.md index 328eb9b5af5..1dc34884b7a 100644 --- a/packages/branding/README.md +++ b/packages/branding/README.md @@ -1,6 +1,6 @@ # Taiko branding guide -This package contains all the branding assets for Taiko. +This package contains all the branding assets for Taiko. Included: Logos, Wordmarks, Backgrounds, Backdrops and Mockups. @@ -28,7 +28,6 @@ Click to download the vector asset of the Taiko wordmark: [Browse all wordmarks](https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding/Logotype) - ## Fonts Taiko uses `Oxanium` as the global font across its identity. The font is licensed under the [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL). Its specimen and font family can be accessed at: https://fonts.google.com/specimen/Oxanium @@ -36,8 +35,9 @@ Taiko uses `Oxanium` as the global font across its identity. The font is license ## Colors Primary colors and shades: + | Color | Hex code | -|-------|-----------| +| ----- | --------- | | Fluo | `#fc0fc0` | | Black | `#000000` | | White | `#ffffff` | diff --git a/packages/protocol/simulation/README.md b/packages/protocol/simulation/README.md index 8f4180ce1e5..525e05d2a3f 100644 --- a/packages/protocol/simulation/README.md +++ b/packages/protocol/simulation/README.md @@ -8,7 +8,7 @@ For running the `simulation_data_parser.py`, you need to install the required plugins: `(python3 -m pip install -r requirements.txt)` -*(Currently, every parameter set in the `TaikoL1.sim.sol` is an approximation of a possible mainnet scenario, so you can just run the commands below to get familiar with the outcome and plots.)* +_(Currently, every parameter set in the `TaikoL1.sim.sol` is an approximation of a possible mainnet scenario, so you can just run the commands below to get familiar with the outcome and plots.)_ 1. Run `pnpm test:sim_export` - It will export the data into `simulation/exports` folder with a timestamp. 2. Go to `simulation` folder and run `python3 simulation_data_parser.py ./exports/simulation_data_XXXXXXXXXX.txt` @@ -37,7 +37,6 @@ So, the `XXXXXXXXXX_proof_time_per_block.png` figure will be definitely crowded - But since proof times are 'randomized' now (pseudo-random), it does not really reflect real mainnet (even testnet scenario) where provers might organize themselves in a way - to stop proving if not profitable. - I think we need to communicate this clearly towards the provers so that they know what to expect. - # Added More Tests and Observations Added more tests (and also plots under `simulation/plots`) according to the **90%-10% rule**. A possibility to have 90% quick proof and 10% slow and the other way around (90% slow, 10% quick). diff --git a/packages/protocol/test/genesis/testnet/docker-compose.yml b/packages/protocol/test/genesis/testnet/docker-compose.yml index 037ce47d448..bc4ea370c16 100644 --- a/packages/protocol/test/genesis/testnet/docker-compose.yml +++ b/packages/protocol/test/genesis/testnet/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3.9' +version: "3.9" services: geth: @@ -9,4 +9,4 @@ services: - .:/host ports: - 18545:8545 - entrypoint: '/host/init_geth.sh' + entrypoint: "/host/init_geth.sh"