Skip to content

Commit

Permalink
Merge branch 'main' into tbz-badges-blacklisted-non-transferable
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 authored Sep 13, 2024
2 parents 2d18d45 + 70af856 commit 7215f76
Show file tree
Hide file tree
Showing 12 changed files with 6,324 additions and 1,176 deletions.
1 change: 1 addition & 0 deletions .github/workflows/taiko-client--hive_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'option.hive-test')
name: hive tests
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- name: Cancel Previous Runs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/taiko-client--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
if: github.event.pull_request.draft == false
name: Integration tests
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- name: Cancel Previous Runs
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"packages/snaefell-ui": "1.1.0",
"packages/supplementary-contracts": "1.0.0",
"packages/taiko-client": "0.36.0",
"packages/taikoon-ui": "1.2.0",
"packages/taikoon-ui": "1.3.0",
"packages/ui-lib": "1.0.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ MR_SIGNER=$MR_SIGNER \
QEID_PATH=$QEID_PATH \
TCB_INFO_PATH=$TCB_INFO_PATH \
V3_QUOTE_BYTES=$V3_QUOTE_BYTES \
forge script script/SetDcapParams.s.sol:SetDcapParams \
forge script script/layer1/SetDcapParams.s.sol:SetDcapParams \
--fork-url $FORK_URL \
--broadcast \
--evm-version cancun \
Expand Down
242 changes: 242 additions & 0 deletions packages/protocol/test/genesis/data/genesis.json

Large diffs are not rendered by default.

217 changes: 217 additions & 0 deletions packages/protocol/test/genesis/data/genesis_alloc.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/protocol/test/genesis/data/genesis_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"contractOwner":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","l1ChainId":31337,"chainId":167,"seedAccounts":[{"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39":1000},{"0x79fcdef22feed20eddacbb2587640e45491b757f":1000}],"ownerSecurityCouncil":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","ownerTimelockController":"0xDf08F82De32B8d460adbE8D72043E3a7e25A3B39","contractAddresses":{"BridgeImpl":"0x0167000000000000000000000000000000000001","ERC20VaultImpl":"0x0167000000000000000000000000000000000002","ERC721VaultImpl":"0x0167000000000000000000000000000000000003","ERC1155VaultImpl":"0x0167000000000000000000000000000000000004","SignalServiceImpl":"0x0167000000000000000000000000000000000005","SharedAddressManagerImpl":"0x0167000000000000000000000000000000000006","BridgedERC20Impl":"0x0167000000000000000000000000000000010096","BridgedERC721Impl":"0x0167000000000000000000000000000000010097","BridgedERC1155Impl":"0x0167000000000000000000000000000000010098","RegularERC20":"0x0167000000000000000000000000000000010099","TaikoL2Impl":"0x0167000000000000000000000000000000010001","RollupAddressManagerImpl":"0x0167000000000000000000000000000000010002","Bridge":"0x1670000000000000000000000000000000000001","ERC20Vault":"0x1670000000000000000000000000000000000002","ERC721Vault":"0x1670000000000000000000000000000000000003","ERC1155Vault":"0x1670000000000000000000000000000000000004","SignalService":"0x1670000000000000000000000000000000000005","SharedAddressManager":"0x1670000000000000000000000000000000000006","TaikoL2":"0x1670000000000000000000000000000000010001","RollupAddressManager":"0x1670000000000000000000000000000000010002"},"param1559":{"gasExcess":1},"predeployERC20":true}
Loading

0 comments on commit 7215f76

Please sign in to comment.