Skip to content

Commit

Permalink
Merge branch 'main' into transaction-pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
jscriptcoder authored Apr 14, 2023
2 parents d8681a5 + c86f2cd commit e3308f2
Show file tree
Hide file tree
Showing 40 changed files with 233 additions and 22 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "0.9.0",
".": "0.10.0",
"packages/branding": "0.1.1",
"packages/bridge-ui": "0.4.0",
"packages/eventindexer": "0.2.0",
"packages/protocol": "0.6.0",
"packages/relayer": "0.4.0",
"packages/status-page": "0.5.0",
"packages/bridge-ui": "0.5.0",
"packages/eventindexer": "0.2.1",
"packages/protocol": "0.6.1",
"packages/relayer": "0.4.1",
"packages/status-page": "0.6.0",
"packages/tokenomics": "0.1.0",
"packages/website": "0.5.0",
"packages/website": "0.6.0",
"packages/whitepaper": "1.3.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.10.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.9.0...taiko-mono-v0.10.0) (2023-04-08)


### Features

* **bridge-ui:** more informative processing fee ([#13488](https://github.com/taikoxyz/taiko-mono/issues/13488)) ([f5f7b7e](https://github.com/taikoxyz/taiko-mono/commit/f5f7b7ee2a99ec940a73e263fb12e9378d139734))
* **status-page:** order the provers by count descending ([#13504](https://github.com/taikoxyz/taiko-mono/issues/13504)) ([49db97d](https://github.com/taikoxyz/taiko-mono/commit/49db97d75019d71beb8466c646934bfabba5b13d))
* **website:** add index sections to reference and resources ([#13490](https://github.com/taikoxyz/taiko-mono/issues/13490)) ([d1768d4](https://github.com/taikoxyz/taiko-mono/commit/d1768d4224cce4b2148b0b467203c164b86ea238))


### Bug Fixes

* **bridge-ui:** fix issue with claim notice modal ([#13507](https://github.com/taikoxyz/taiko-mono/issues/13507)) ([a3e38fa](https://github.com/taikoxyz/taiko-mono/commit/a3e38faff37f01669e6be6878d35431cb24e40bb))
* **bridge-ui:** fix relayer ([#13548](https://github.com/taikoxyz/taiko-mono/issues/13548)) ([5f60fd7](https://github.com/taikoxyz/taiko-mono/commit/5f60fd711c71ead82c7c147b4ff8dd12eab02c43))
* **bridge-ui:** improve notice modal ([#13530](https://github.com/taikoxyz/taiko-mono/issues/13530)) ([3944ca8](https://github.com/taikoxyz/taiko-mono/commit/3944ca8bc5282c2ab0c4b11b2bb1b5f102329d59))
* **bridge-ui:** NETWORK_ERROR exception ([#13562](https://github.com/taikoxyz/taiko-mono/issues/13562)) ([a779cdb](https://github.com/taikoxyz/taiko-mono/commit/a779cdb3433ea6cc2e0d203cecebde3d9c121f5a))
* **bridge-ui:** only request connect if require ([#13519](https://github.com/taikoxyz/taiko-mono/issues/13519)) ([92e9032](https://github.com/taikoxyz/taiko-mono/commit/92e9032e88fb997db5e9e9801089671604f0a9bc))
* **bridge-ui:** Typos in Update ProcessingFee.svelte ([#13518](https://github.com/taikoxyz/taiko-mono/issues/13518)) ([8edd302](https://github.com/taikoxyz/taiko-mono/commit/8edd302fc2ea0764c3fb96bbcc2454f154556167))
* **bridge-ui:** URL change won't update activeTab ([#13485](https://github.com/taikoxyz/taiko-mono/issues/13485)) ([884e782](https://github.com/taikoxyz/taiko-mono/commit/884e78283d8f98f20b15ff7e3e5e371df30fcd13))
* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b))
* **starter-dapp:** check network.chain non null ([#13515](https://github.com/taikoxyz/taiko-mono/issues/13515)) ([02eb83b](https://github.com/taikoxyz/taiko-mono/commit/02eb83b0b1e0d275627c000b00c20931727e619f))
* **starter-dapp:** update some wrong style ([#13517](https://github.com/taikoxyz/taiko-mono/issues/13517)) ([728b8ad](https://github.com/taikoxyz/taiko-mono/commit/728b8ade74e5802066a43f0782ba7af169cafbbf))
* **status-page:** add max height and scrollable to prover details popup ([#13498](https://github.com/taikoxyz/taiko-mono/issues/13498)) ([d126791](https://github.com/taikoxyz/taiko-mono/commit/d126791775bbaa59a107975077b9d32811bd09ea))
* **status-page:** latest proof time ([#13511](https://github.com/taikoxyz/taiko-mono/issues/13511)) ([c0bc671](https://github.com/taikoxyz/taiko-mono/commit/c0bc671572a13b48d33ea567fc884a72e51f2be0))

## [0.9.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.8.0...taiko-mono-v0.9.0) (2023-03-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taiko-mono",
"version": "0.9.0",
"version": "0.10.0",
"private": true,
"scripts": {
"prepare": "husky install"
Expand Down
19 changes: 19 additions & 0 deletions packages/bridge-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.4.0...bridge-ui-v0.5.0) (2023-04-08)


### Features

* **bridge-ui:** more informative processing fee ([#13488](https://github.com/taikoxyz/taiko-mono/issues/13488)) ([f5f7b7e](https://github.com/taikoxyz/taiko-mono/commit/f5f7b7ee2a99ec940a73e263fb12e9378d139734))


### Bug Fixes

* **bridge-ui:** fix issue with claim notice modal ([#13507](https://github.com/taikoxyz/taiko-mono/issues/13507)) ([a3e38fa](https://github.com/taikoxyz/taiko-mono/commit/a3e38faff37f01669e6be6878d35431cb24e40bb))
* **bridge-ui:** fix relayer ([#13548](https://github.com/taikoxyz/taiko-mono/issues/13548)) ([5f60fd7](https://github.com/taikoxyz/taiko-mono/commit/5f60fd711c71ead82c7c147b4ff8dd12eab02c43))
* **bridge-ui:** improve notice modal ([#13530](https://github.com/taikoxyz/taiko-mono/issues/13530)) ([3944ca8](https://github.com/taikoxyz/taiko-mono/commit/3944ca8bc5282c2ab0c4b11b2bb1b5f102329d59))
* **bridge-ui:** NETWORK_ERROR exception ([#13562](https://github.com/taikoxyz/taiko-mono/issues/13562)) ([a779cdb](https://github.com/taikoxyz/taiko-mono/commit/a779cdb3433ea6cc2e0d203cecebde3d9c121f5a))
* **bridge-ui:** only request connect if require ([#13519](https://github.com/taikoxyz/taiko-mono/issues/13519)) ([92e9032](https://github.com/taikoxyz/taiko-mono/commit/92e9032e88fb997db5e9e9801089671604f0a9bc))
* **bridge-ui:** Typos in Update ProcessingFee.svelte ([#13518](https://github.com/taikoxyz/taiko-mono/issues/13518)) ([8edd302](https://github.com/taikoxyz/taiko-mono/commit/8edd302fc2ea0764c3fb96bbcc2454f154556167))
* **bridge-ui:** URL change won't update activeTab ([#13485](https://github.com/taikoxyz/taiko-mono/issues/13485)) ([884e782](https://github.com/taikoxyz/taiko-mono/commit/884e78283d8f98f20b15ff7e3e5e371df30fcd13))
* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b))

## [0.4.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.3.0...bridge-ui-v0.4.0) (2023-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/bridge-ui",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eventindexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.2.0...eventindexer-v0.2.1) (2023-04-08)


### Bug Fixes

* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b))

## [0.2.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.1.0...eventindexer-v0.2.0) (2023-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/eventindexer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/eventindexer",
"version": "0.2.0",
"version": "0.2.1",
"private": true
}
7 changes: 7 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.1](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.6.0...protocol-v0.6.1) (2023-04-08)


### Bug Fixes

* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b))

## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.5.0...protocol-v0.6.0) (2023-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/protocol",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"compile": "pnpm hardhat compile",
Expand Down
4 changes: 4 additions & 0 deletions packages/protocol/solidity-docgen/templates/contract.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: {{name}}
---

{{>common}}

{{#each items}}
Expand Down
7 changes: 7 additions & 0 deletions packages/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.4.0...relayer-v0.4.1) (2023-04-08)


### Bug Fixes

* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b))

## [0.4.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.3.0...relayer-v0.4.0) (2023-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/relayer",
"version": "0.4.0",
"version": "0.4.1",
"private": true
}
14 changes: 14 additions & 0 deletions packages/status-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.5.0...status-page-v0.6.0) (2023-04-08)


### Features

* **status-page:** order the provers by count descending ([#13504](https://github.com/taikoxyz/taiko-mono/issues/13504)) ([49db97d](https://github.com/taikoxyz/taiko-mono/commit/49db97d75019d71beb8466c646934bfabba5b13d))


### Bug Fixes

* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b))
* **status-page:** add max height and scrollable to prover details popup ([#13498](https://github.com/taikoxyz/taiko-mono/issues/13498)) ([d126791](https://github.com/taikoxyz/taiko-mono/commit/d126791775bbaa59a107975077b9d32811bd09ea))
* **status-page:** latest proof time ([#13511](https://github.com/taikoxyz/taiko-mono/issues/13511)) ([c0bc671](https://github.com/taikoxyz/taiko-mono/commit/c0bc671572a13b48d33ea567fc884a72e51f2be0))

## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.4.0...status-page-v0.5.0) (2023-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/status-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/status-page",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/website-v0.5.0...website-v0.6.0) (2023-04-08)


### Features

* **website:** add index sections to reference and resources ([#13490](https://github.com/taikoxyz/taiko-mono/issues/13490)) ([d1768d4](https://github.com/taikoxyz/taiko-mono/commit/d1768d4224cce4b2148b0b467203c164b86ea238))


### Bug Fixes

* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b))

## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/website-v0.4.1...website-v0.5.0) (2023-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/website",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "pnpm next build",
Expand Down
8 changes: 5 additions & 3 deletions packages/website/pages/docs/guides/receive-tokens.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { Steps } from "nextra-theme-docs";
import { Callout, Steps } from "nextra-theme-docs";

This guide will help you receive testnet tokens from the faucet(s).
<Callout type="info" emoji="ℹ️">
The HORSE token and BLL token are both dummy test tokens that are used for testing the bridge and swap.
</Callout>

> The HORSE token and BLL token are both dummy test tokens that are used for testing the bridge and swap.
This guide will help you receive testnet tokens from the faucet(s).

## Prerequisites

Expand Down
8 changes: 5 additions & 3 deletions packages/website/pages/docs/guides/swap-tokens.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { Steps } from "nextra-theme-docs";
import { Callout, Steps } from "nextra-theme-docs";

This guide will help you interact with Swap, which is a fork of Uniswap v2 which Taiko has deployed only for testing purposes.
<Callout type="info" emoji="ℹ️">
The HORSE token and BLL token are both dummy test tokens that are used for testing the bridge and swap.
</Callout>

> The HORSE token and BLL token are both dummy test tokens that are used for testing the bridge and swap.
This guide will help you interact with Swap, which is a fork of Uniswap v2 which Taiko has deployed only for testing purposes.

## Prerequisites

Expand Down
3 changes: 3 additions & 0 deletions packages/website/pages/docs/reference/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
},
"rpc-configuration": {
"title": "RPC configuration"
},
"ethglobal-tokyo-reference": {
"title": "ETHGlobal Tokyo reference"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: IProofVerifier
---

## IProofVerifier

### verifyZKP
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: TaikoCustomErrors
---

## TaikoCustomErrors

### L1_0_FEE_BASE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: TaikoData
---

## TaikoData

### Config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: TaikoEvents
---

## TaikoEvents

### BlockVerified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: TaikoL1
---

## TaikoL1

### state
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: TaikoToken
---

## TaikoToken

_This is Taiko's governance and fee token._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: TaikoL2
---

## TaikoL2

### latestSyncedL1Height
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Bridge
---

## Bridge

Bridge contract which is deployed on both L1 and L2. Mostly a thin wrapper
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: BridgeErrors
---

## BridgeErrors

### B_CANNOT_RECEIVE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: BridgedERC20
---

## BridgedERC20

### srcToken
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: EtherVault
---

## EtherVault

EtherVault is a special vault contract that:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: IBridge
---

## IBridge

Bridge interface.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: TokenVault
---

## TokenVault

This vault holds all ERC20 tokens (but not Ether) that users have deposited.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: AddressResolver
---

## AddressResolver

This abstract contract provides a name-to-address lookup. Under the hood,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: IAddressManager
---

## IAddressManager

Interface to set and get an address for a name.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: IHeaderSync
---

## IHeaderSync

Interface implemented by both the TaikoL1 and TaikoL2 contracts. It exposes
Expand Down
Loading

0 comments on commit e3308f2

Please sign in to comment.