From d74468b01597d8d1a19a28b19fdcb920e04bff97 Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Tue, 29 Aug 2023 09:15:27 -0500 Subject: [PATCH] Update site for 8/29 (#79) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment * fix: apply new logo (#66) * Rebranding (#69) * Update: 8/23/23 (#65) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --------- Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> * fix: apply new logo (#67) * update press link and change zero-knowledge to zero knowledge --------- Co-authored-by: Daniel Helm Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> Co-authored-by: Holybasil * Prod to develop fixing icons to resolve PRs to different branches (#72) * Update: 8/23/23 (#65) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --------- Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> * fix: apply new logo (#67) * fix: Apple touch icon 256x256 (#68) * Update prod for rebrand. (#71) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment * fix: apply new logo (#66) * Rebranding (#69) * Update: 8/23/23 (#65) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --------- Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> * fix: apply new logo (#67) * update press link and change zero-knowledge to zero knowledge --------- Co-authored-by: Daniel Helm Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> Co-authored-by: Holybasil --------- Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> Co-authored-by: Holybasil Co-authored-by: zzq0826 <770166635@qq.com> --------- Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> Co-authored-by: Holybasil Co-authored-by: zzq0826 <770166635@qq.com> * Update blocks.mdx (#76) * Update erc721-nft-bridge.mdx (#78) * Update helper.tsx (#75) --------- Co-authored-by: Kirill Nikolaev <80189148+knikolaeff@users.noreply.github.com> Co-authored-by: monem <142049670+juve4ever@users.noreply.github.com> Co-authored-by: Holybasil Co-authored-by: zzq0826 <770166635@qq.com> Co-authored-by: Péter Garamvölgyi Co-authored-by: diposs --- src/components/Footer/helper.tsx | 2 +- .../l1-and-l2-bridging/erc721-nft-bridge.mdx | 2 +- src/content/docs/en/technology/chain/blocks.mdx | 16 +++++++++------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/Footer/helper.tsx b/src/components/Footer/helper.tsx index 667e86f1d..19835b40f 100644 --- a/src/components/Footer/helper.tsx +++ b/src/components/Footer/helper.tsx @@ -24,7 +24,7 @@ const TwitterIcon: React.FC> = (props) => ( export const aboutList = [ { name: "Join Us", - href: "https://scroll.io/join-us", + href: "https://jobs.lever.co/ScrollFoundation", }, { name: "Health Status", diff --git a/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx b/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx index b99b51fb8..a92bca857 100644 --- a/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx +++ b/src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx @@ -65,7 +65,7 @@ The `L2ERC721Gateway` contract is used to send tokens from L2 to L1. Before brid diff --git a/src/content/docs/en/technology/chain/blocks.mdx b/src/content/docs/en/technology/chain/blocks.mdx index a7a9a5f92..eb6f716d6 100644 --- a/src/content/docs/en/technology/chain/blocks.mdx +++ b/src/content/docs/en/technology/chain/blocks.mdx @@ -16,18 +16,18 @@ The block header in Scroll mirrors the structure of Ethereum's. However, certain | Field | Description | | ------------------- | ------------------------------------------------------------------ | | `parentHash` | The hash of the parent block. | -| `uncleHash` | Always 0. | -| `coinbase` | Pre-deployed fee vault contract address `0x5300000000000000000000000000000000000005`. | +| `uncleHash` | Always `keccak256(rlp([]))`. | +| `coinbase` | Fees are collected to the pre-deployed fee vault contract address `0x5300000000000000000000000000000000000005`. In most cases, the RPC return field `"miner"` is the zero-address `0x0000000000000000000000000000000000000000`. | | `stateRoot` | The root hash of the state trie. It is the Poseidon | -| `transactionsRoot ` | The hash of the transaction trie. | -| `receiptsRoot ` | The hash of the transaction receipts trie. | -| `logsBloom` | The data structure containing event logs | -| `difficulty` | Always 0. | +| `transactionsRoot ` | The root hash of the transaction trie. | +| `receiptsRoot ` | The root hash of the transaction receipts trie. | +| `logsBloom` | The data structure containing event logs. | +| `difficulty` | Always 1 or 2. | | `number` | The block number. | | `gasLimit` | The maximum gas allowed in the block. | | `gasUsed` | The gas used in the block. | | `timestamp` | The block time. | -| `extraData` | Arbitrary additional data. | +| `extraData` | Signature by the block's signer, followd by arbitrary additional data. | | `mixHash` | Always 0. | | `nonce` | Always 0. | | `baseFee` | Currently empty in Scroll because we haven't enabled the EIP-1559. | @@ -35,3 +35,5 @@ The block header in Scroll mirrors the structure of Ethereum's. However, certain ## Block Time Block time refers to the interval between two consecutive blocks. In Scroll, the block time is set at 3s. A reduced block time elevates the user experience and augments the Scroll chain's scalability. + +The 3 second block time is maintained on a best effort basis, it is not guaranteed or enforced by the protocol.