diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb932cf88b4..6a23fb2c19d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "0.11.0", + ".": "0.12.0", "packages/branding": "0.1.1", - "packages/bridge-ui": "0.6.0", - "packages/eventindexer": "0.3.0", + "packages/bridge-ui": "0.7.0", + "packages/eventindexer": "0.4.0", "packages/protocol": "0.6.1", "packages/relayer": "0.4.1", - "packages/status-page": "0.7.0", + "packages/status-page": "0.8.0", "packages/tokenomics": "0.1.0", "packages/website": "0.6.0", "packages/whitepaper": "1.3.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index f4cef7ed09b..f99af7a2773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,260 @@ # Changelog +## [0.12.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.11.0...taiko-mono-v0.12.0) (2023-04-26) + + +### Features + +* add theme switch on website home page ([#13084](https://github.com/taikoxyz/taiko-mono/issues/13084)) ([34c5501](https://github.com/taikoxyz/taiko-mono/commit/34c550100331f5067609773b38d8e63c26ea3bac)) +* **bridge-ui:** add a starter dapp so we can make future small dapps easily ([#13223](https://github.com/taikoxyz/taiko-mono/issues/13223)) ([0680654](https://github.com/taikoxyz/taiko-mono/commit/06806544173b4b540fd655c3203830ae75751cff)) +* **bridge-ui:** add announcement for bridge ui testnet ([#454](https://github.com/taikoxyz/taiko-mono/issues/454)) ([fb801f2](https://github.com/taikoxyz/taiko-mono/commit/fb801f236aa6033793130afbaf74575e0bb9751e)) +* **bridge-ui:** add custom ERC20 tokens support ([#13170](https://github.com/taikoxyz/taiko-mono/issues/13170)) ([227d8de](https://github.com/taikoxyz/taiko-mono/commit/227d8de30c10a2d84d0fb390b3709b32d0aee8b8)) +* **bridge-ui:** add memo max length check ([#12980](https://github.com/taikoxyz/taiko-mono/issues/12980)) ([dd389be](https://github.com/taikoxyz/taiko-mono/commit/dd389be4f47bfa37ffd338e674ff9e4bf7ea36c5)) +* **bridge-ui:** add outgoing link to bridge docs ([#13391](https://github.com/taikoxyz/taiko-mono/issues/13391)) ([1b3c268](https://github.com/taikoxyz/taiko-mono/commit/1b3c268fb15f9a9e6be8ebc83d588ed4279237ff)) +* **bridge-ui:** add transaction list pagination ([#13586](https://github.com/taikoxyz/taiko-mono/issues/13586)) ([a3b7498](https://github.com/taikoxyz/taiko-mono/commit/a3b7498a89576a5aac4c2cd5581d8ce4d457b718)) +* **bridge-ui:** bridge light and dark themes ([#12957](https://github.com/taikoxyz/taiko-mono/issues/12957)) ([a36aebd](https://github.com/taikoxyz/taiko-mono/commit/a36aebd8baa2517e970564fcd0a2d0e5d0ea42a8)) +* **bridge-ui:** custom recipient address ([#13309](https://github.com/taikoxyz/taiko-mono/issues/13309)) ([56d8848](https://github.com/taikoxyz/taiko-mono/commit/56d884812b3f12a52895bc666cb25e6edbe6eba0)) +* **bridge-ui:** ERC20 Bridge + approval ([#353](https://github.com/taikoxyz/taiko-mono/issues/353)) ([0652595](https://github.com/taikoxyz/taiko-mono/commit/0652595af38f17ed4bfc6e72bca64d2a6fb5616c)) +* **bridge-ui:** fetch transactions from relayer api ([#13244](https://github.com/taikoxyz/taiko-mono/issues/13244)) ([9732cc0](https://github.com/taikoxyz/taiko-mono/commit/9732cc084ed99196a4cd2ccedf9187af4d289ed6)) +* **bridge-ui:** hide input arrows and focus ring ([#439](https://github.com/taikoxyz/taiko-mono/issues/439)) ([2269cc5](https://github.com/taikoxyz/taiko-mono/commit/2269cc5ab913c5da84e9d075b7cf86b233efe5dd)) +* **bridge-ui:** more informative processing fee ([#13488](https://github.com/taikoxyz/taiko-mono/issues/13488)) ([f5f7b7e](https://github.com/taikoxyz/taiko-mono/commit/f5f7b7ee2a99ec940a73e263fb12e9378d139734)) +* **bridge-ui:** process message ([#387](https://github.com/taikoxyz/taiko-mono/issues/387)) ([d1781c0](https://github.com/taikoxyz/taiko-mono/commit/d1781c0107110e70c87e76d3fc1f6a9bc2aa1a46)) +* **bridge-ui:** recommend fee ([#457](https://github.com/taikoxyz/taiko-mono/issues/457)) ([c373194](https://github.com/taikoxyz/taiko-mono/commit/c3731945efb7d94878fe050f3fe68e046236d21a)) +* **bridge-ui:** release token button ([#13203](https://github.com/taikoxyz/taiko-mono/issues/13203)) ([4052aad](https://github.com/taikoxyz/taiko-mono/commit/4052aadd01b75611be3e9b50970aeb649f2de34b)) +* **bridge-ui:** remove right padding on mobile view banner ([#455](https://github.com/taikoxyz/taiko-mono/issues/455)) ([0c274a2](https://github.com/taikoxyz/taiko-mono/commit/0c274a2cd60e256659b6a69a8cb78b71fb1c254f)) +* **bridge-ui:** responsive design, memo, style updates, navbar changes ([#396](https://github.com/taikoxyz/taiko-mono/issues/396)) ([742ddcb](https://github.com/taikoxyz/taiko-mono/commit/742ddcbc9e40f266079d8a415ce19d077ac4d980)) +* **bridge-ui:** support both bull and horse tokens on the bridge UI ([#13249](https://github.com/taikoxyz/taiko-mono/issues/13249)) ([f9f38bb](https://github.com/taikoxyz/taiko-mono/commit/f9f38bb075c02c7976e0d04c84e4b8b5ac255644)) +* **bridge-ui:** support route param to directly open transactions tab ([#13281](https://github.com/taikoxyz/taiko-mono/issues/13281)) ([b4c31cd](https://github.com/taikoxyz/taiko-mono/commit/b4c31cd8566b834cbf83a434c705fb281d375d12)) +* **bridge-ui:** switch to using StaticJsonRpcProvider ([#13482](https://github.com/taikoxyz/taiko-mono/issues/13482)) ([f175d39](https://github.com/taikoxyz/taiko-mono/commit/f175d3955e4d37e05f7bc3ba7e479dc257944876)) +* **bridge-ui:** Tabs Component ([#13380](https://github.com/taikoxyz/taiko-mono/issues/13380)) ([a046fa3](https://github.com/taikoxyz/taiko-mono/commit/a046fa3907efa85482bd9bce60de44ea2253be55)) +* **bridge-ui:** tooltips, bug fix, general UI enhancements ([#462](https://github.com/taikoxyz/taiko-mono/issues/462)) ([846a18d](https://github.com/taikoxyz/taiko-mono/commit/846a18dac69078d9bb31c03ea735ae2b6648c306)) +* **bridge:** add faucet link to announcement ([#485](https://github.com/taikoxyz/taiko-mono/issues/485)) ([d1a4921](https://github.com/taikoxyz/taiko-mono/commit/d1a492183fd4ab8f195697864f54c35349dca93d)) +* **bridge:** add getMessageStatusSlot function ([#12940](https://github.com/taikoxyz/taiko-mono/issues/12940)) ([9837fa3](https://github.com/taikoxyz/taiko-mono/commit/9837fa3dceb5d702b2247879af52988be4da333d)) +* **bridge:** autoconnect wallet on load ([#6643](https://github.com/taikoxyz/taiko-mono/issues/6643)) ([1332aa2](https://github.com/taikoxyz/taiko-mono/commit/1332aa2dbb0a606720f7783b250b0850ec32fa9c)) +* **bridge:** bridge design ([#369](https://github.com/taikoxyz/taiko-mono/issues/369)) ([04702db](https://github.com/taikoxyz/taiko-mono/commit/04702db23e3fd705133408e077b8d1a040951202)) +* **bridge:** bridge transactions ([#411](https://github.com/taikoxyz/taiko-mono/issues/411)) ([19dd7ab](https://github.com/taikoxyz/taiko-mono/commit/19dd7abd4a2f5bc83e43d31938e43501472ff108)) +* **bridge:** change pending message for l2 to l1 ([#486](https://github.com/taikoxyz/taiko-mono/issues/486)) ([11be3cd](https://github.com/taikoxyz/taiko-mono/commit/11be3cd192039b3cb5ecf8c42c1bcae0b9243f3c)) +* **bridge:** implement the bridge relayer ([#191](https://github.com/taikoxyz/taiko-mono/issues/191)) ([9f49e4c](https://github.com/taikoxyz/taiko-mono/commit/9f49e4c87304853c9d94693434d23a6b8258eac6)) +* **bridge:** non-mm wallets ([#438](https://github.com/taikoxyz/taiko-mono/issues/438)) ([7f3ac3b](https://github.com/taikoxyz/taiko-mono/commit/7f3ac3b2f3d0b650ce2db06a13655c032b771b33)) +* **deployment:** fund L1 bridge ([#400](https://github.com/taikoxyz/taiko-mono/issues/400)) ([e7ef53e](https://github.com/taikoxyz/taiko-mono/commit/e7ef53e27cb906d7128a3e512e7082e4176786e4)) +* **docs:** add contributors section ([#302](https://github.com/taikoxyz/taiko-mono/issues/302)) ([ec750ea](https://github.com/taikoxyz/taiko-mono/commit/ec750eaccf7c7ee6e90dbc2c56bfb2fb6668c52c)) +* **docs:** add github discussions links ([#436](https://github.com/taikoxyz/taiko-mono/issues/436)) ([8bf5632](https://github.com/taikoxyz/taiko-mono/commit/8bf563269d88f9b39305424bed2551580cd3c8e8)) +* **docs:** add github edit button to talks and faq page ([#334](https://github.com/taikoxyz/taiko-mono/issues/334)) ([b9951d6](https://github.com/taikoxyz/taiko-mono/commit/b9951d6099632184d66616d81852377605a1f41b)) +* **docs:** autocommit changes to solidity docs and omit private state vars and functions ([#490](https://github.com/taikoxyz/taiko-mono/issues/490)) ([dbf8db9](https://github.com/taikoxyz/taiko-mono/commit/dbf8db97635e4fa7c1808c55e62c20f5e987935d)) +* **docs:** improve docs ([#1646](https://github.com/taikoxyz/taiko-mono/issues/1646)) ([4ac12a4](https://github.com/taikoxyz/taiko-mono/commit/4ac12a47c83e17f78ea27f6b73080d19ee1aad8f)) +* **docs:** update contributing guide ([#437](https://github.com/taikoxyz/taiko-mono/issues/437)) ([8216cc1](https://github.com/taikoxyz/taiko-mono/commit/8216cc156d77d76d24b1df957c98ffe02f36f426)) +* **eventindexer:** Event indexer ([#13439](https://github.com/taikoxyz/taiko-mono/issues/13439)) ([08b26d2](https://github.com/taikoxyz/taiko-mono/commit/08b26d21577ed8ecd14beed5a600108fe7a0f765)) +* **eventindexer:** ProposeEvents filtering, API exposing, and getting count by address/event + tests ([#13624](https://github.com/taikoxyz/taiko-mono/issues/13624)) ([839a0be](https://github.com/taikoxyz/taiko-mono/commit/839a0bef7c64dd2b1e2ecc5194cf9a1e29f9a0cd)) +* **genesis:** support deterministic L2 pre-deployed contract addresses ([#358](https://github.com/taikoxyz/taiko-mono/issues/358)) ([cd34f17](https://github.com/taikoxyz/taiko-mono/commit/cd34f17382400f0ee3bfa85c8ef6a1f5acdb749a)) +* implement release-please workflow ([#12967](https://github.com/taikoxyz/taiko-mono/issues/12967)) ([b0c8b60](https://github.com/taikoxyz/taiko-mono/commit/b0c8b60da0af3160db758f83c1f6368a3a712593)) +* init taiko docusaurus site ([#177](https://github.com/taikoxyz/taiko-mono/issues/177)) ([bf3ca48](https://github.com/taikoxyz/taiko-mono/commit/bf3ca48c2ede9df422cdb2801dd02ccbb03ba924)) +* migrate to nextra ([#12947](https://github.com/taikoxyz/taiko-mono/issues/12947)) ([ac11959](https://github.com/taikoxyz/taiko-mono/commit/ac1195940d1ab450e95367e6008162de1d22f0ab)) +* **protocol:** add `proto_broker` / `oracle_prover` addresses into `AddressManager` in deploy_L1 script ([#13079](https://github.com/taikoxyz/taiko-mono/issues/13079)) ([f3bea40](https://github.com/taikoxyz/taiko-mono/commit/f3bea40fbcdf4139cc84903ab69d1e0daf641c7c)) +* **protocol:** add `TaikoL1.getBlockProvers` ([#340](https://github.com/taikoxyz/taiko-mono/issues/340)) ([c54f810](https://github.com/taikoxyz/taiko-mono/commit/c54f810d3251f97fcc1e061478044b93bfc0cf28)) +* **protocol:** add a script to calculate `slotSmoothingFactor` ([#13109](https://github.com/taikoxyz/taiko-mono/issues/13109)) ([61dbc23](https://github.com/taikoxyz/taiko-mono/commit/61dbc2304227b8e844fd19a8b7c5f1cf46f79379)) +* **protocol:** add isEtherReleased to Bridge ([#13204](https://github.com/taikoxyz/taiko-mono/issues/13204)) ([f39e65d](https://github.com/taikoxyz/taiko-mono/commit/f39e65da022b6af6a3f573843743aae9337c0077)) +* **protocol:** add more protocol/tokenomics tests ([#12988](https://github.com/taikoxyz/taiko-mono/issues/12988)) ([3a7523f](https://github.com/taikoxyz/taiko-mono/commit/3a7523f0008d58bee3e839bed37d62161aa39b36)) +* **protocol:** add special logics for alpha-2 testnet ([#12987](https://github.com/taikoxyz/taiko-mono/issues/12987)) ([3b71285](https://github.com/taikoxyz/taiko-mono/commit/3b712857b5d5ede2a3683d949d1974c8cceeb69a)) +* **protocol:** Additional integration tests, solidity bump, reduce TokenVault contract size ([#13155](https://github.com/taikoxyz/taiko-mono/issues/13155)) ([ffdf5db](https://github.com/taikoxyz/taiko-mono/commit/ffdf5db675404d463850fca0b97d37c23cde61a1)) +* **protocol:** allow empty L2 blocks ([#406](https://github.com/taikoxyz/taiko-mono/issues/406)) ([6d1abf7](https://github.com/taikoxyz/taiko-mono/commit/6d1abf7bd8565bf0377a42b823a6ad98959c340a)) +* **protocol:** allow whitelisting proposers ([#375](https://github.com/taikoxyz/taiko-mono/issues/375)) ([80b99a4](https://github.com/taikoxyz/taiko-mono/commit/80b99a4afe6f68f9bca6d7b07e584e57c2ea7f0b)) +* **protocol:** Change require to custom err in bridge contracts ([#13220](https://github.com/taikoxyz/taiko-mono/issues/13220)) ([6e8cb82](https://github.com/taikoxyz/taiko-mono/commit/6e8cb82b477fa1a3ebf842dc4bf0dd0820d19e07)) +* **protocol:** change statevariables to return a struct ([#13113](https://github.com/taikoxyz/taiko-mono/issues/13113)) ([0bffeb0](https://github.com/taikoxyz/taiko-mono/commit/0bffeb0f3d17938bf2146772962719ae21ce22fa)) +* **protocol:** check message.to on source chain as well ([#13107](https://github.com/taikoxyz/taiko-mono/issues/13107)) ([b55a646](https://github.com/taikoxyz/taiko-mono/commit/b55a6461f7bc665254825b7627cf0e2fb91c716f)) +* **protocol:** Deploy a FreeMintERC20 and a MayFailFreeMintERC20 on deploy of L1 ([#13222](https://github.com/taikoxyz/taiko-mono/issues/13222)) ([0d3e769](https://github.com/taikoxyz/taiko-mono/commit/0d3e7692489c4ed5eadafae7aebde49000c03a7f)) +* **protocol:** deploy a test ERC-20 token to test bridge ([#13132](https://github.com/taikoxyz/taiko-mono/issues/13132)) ([95596e4](https://github.com/taikoxyz/taiko-mono/commit/95596e4e2bf3506d94d83e85494ddade1f35dc70)) +* **protocol:** deploy the generated Yul plonk verifier ([#13016](https://github.com/taikoxyz/taiko-mono/issues/13016)) ([eb5d564](https://github.com/taikoxyz/taiko-mono/commit/eb5d564ec469b1ec79619b4d563c3f9989d264c2)) +* **protocol:** disable contracts as msg.sender ([#13206](https://github.com/taikoxyz/taiko-mono/issues/13206)) ([66316e9](https://github.com/taikoxyz/taiko-mono/commit/66316e9cb74a167e1ce437616e47afec95458c6f)) +* **protocol:** enable two dimensional circuit/verifier lookup. ([#13066](https://github.com/taikoxyz/taiko-mono/issues/13066)) ([51d1f67](https://github.com/taikoxyz/taiko-mono/commit/51d1f67aa45fec8e2de73c1ed5a992306c6339c1)) +* **protocol:** enhance ZKP handling & change proofs order ([#288](https://github.com/taikoxyz/taiko-mono/issues/288)) ([5fdfdfa](https://github.com/taikoxyz/taiko-mono/commit/5fdfdfad4207792411f5e92dcee5c603dbeaeee3)) +* **protocol:** expose getUncleProofDelay function ([#7058](https://github.com/taikoxyz/taiko-mono/issues/7058)) ([dd0f011](https://github.com/taikoxyz/taiko-mono/commit/dd0f01179ab328d0d8ebb20a07204df821b36a77)) +* **protocol:** implement & simulate tokenomics ([#376](https://github.com/taikoxyz/taiko-mono/issues/376)) ([191eb11](https://github.com/taikoxyz/taiko-mono/commit/191eb110990d60b49883eb3f3d7841c33421d067)) +* **protocol:** implement `Bridge.isMessageFailed` ([#13004](https://github.com/taikoxyz/taiko-mono/issues/13004)) ([45153d9](https://github.com/taikoxyz/taiko-mono/commit/45153d92cbcd0e80438c925d5ce5c52df3abd696)) +* **protocol:** implement releaseEther & releaseERC20 ([#13008](https://github.com/taikoxyz/taiko-mono/issues/13008)) ([088933e](https://github.com/taikoxyz/taiko-mono/commit/088933e74f7163459e328d61d8331235ab87e388)) +* **protocol:** improve precision for slot-availability multipliers ([#13108](https://github.com/taikoxyz/taiko-mono/issues/13108)) ([3ed5138](https://github.com/taikoxyz/taiko-mono/commit/3ed513850eba361a5ee45fc7143e4dd30c4ed025)) +* **protocol:** improve sync header storage on L2 ([#13041](https://github.com/taikoxyz/taiko-mono/issues/13041)) ([86c9fe4](https://github.com/taikoxyz/taiko-mono/commit/86c9fe44a3200490032610c017bfc88c3a57a8dd)) +* **protocol:** invalidBlock must from golden touch address with 0 gasprice ([#482](https://github.com/taikoxyz/taiko-mono/issues/482)) ([ecb9cc5](https://github.com/taikoxyz/taiko-mono/commit/ecb9cc543513e61ae9efbdfb17cacda87ce3f70d)) +* **protocol:** let `PlonkVerifier` return `keccak256("taiko")` ([#13277](https://github.com/taikoxyz/taiko-mono/issues/13277)) ([8ca632c](https://github.com/taikoxyz/taiko-mono/commit/8ca632ce9263219a37368d1f0f84a44cbb369794)) +* **protocol:** make custom errors in L1 libs a part of the `TaikoL1.sol`'s ABI ([#13166](https://github.com/taikoxyz/taiko-mono/issues/13166)) ([2943e3e](https://github.com/taikoxyz/taiko-mono/commit/2943e3eeb18c12e5489c8974df6556caadfcb099)) +* **protocol:** merge alpha 2 to main ([#13369](https://github.com/taikoxyz/taiko-mono/issues/13369)) ([2b9cc64](https://github.com/taikoxyz/taiko-mono/commit/2b9cc6466509372f35109b48c00948d2234b0d59)) +* **protocol:** no longer delete commit records ([#13152](https://github.com/taikoxyz/taiko-mono/issues/13152)) ([edbdd3d](https://github.com/taikoxyz/taiko-mono/commit/edbdd3d2859e2769ef759ae0c1d8936eff4e4a06)) +* **protocol:** optimize gas for processMessage & retryMessage ([#13181](https://github.com/taikoxyz/taiko-mono/issues/13181)) ([178e382](https://github.com/taikoxyz/taiko-mono/commit/178e3823d9ca8a0396ef2a7198c064368feaca90)) +* **protocol:** partially randomize prover reward ([#13184](https://github.com/taikoxyz/taiko-mono/issues/13184)) ([16993cd](https://github.com/taikoxyz/taiko-mono/commit/16993cdb081b831420c7e86d981afd11726197d1)) +* **protocol:** preprocess variables for test ([#445](https://github.com/taikoxyz/taiko-mono/issues/445)) ([31584b4](https://github.com/taikoxyz/taiko-mono/commit/31584b47c11749711dcb3c61dc74581991141de3)) +* **protocol:** re-implement bridge receive check ([#13134](https://github.com/taikoxyz/taiko-mono/issues/13134)) ([3c10706](https://github.com/taikoxyz/taiko-mono/commit/3c107066dabb1dda55814c10933d604d5069de93)) +* **protocol:** restrict receive()'s msg.sender to vaults ([#13110](https://github.com/taikoxyz/taiko-mono/issues/13110)) ([2d8fa12](https://github.com/taikoxyz/taiko-mono/commit/2d8fa12a72f6850f75adb468d945af080671f3f8)) +* **protocol:** revert Bridge receive() checks ([#13128](https://github.com/taikoxyz/taiko-mono/issues/13128)) ([675611d](https://github.com/taikoxyz/taiko-mono/commit/675611d2a765c706d6d308635a5820639cbd39c4)) +* **protocol:** temporarily force an `oracle prover` to be the first prover ([#13070](https://github.com/taikoxyz/taiko-mono/issues/13070)) ([d7401a2](https://github.com/taikoxyz/taiko-mono/commit/d7401a20c66a3c52330c4f92c95c71c902d74452)) +* **protocol:** tokens can only mint once ([#13252](https://github.com/taikoxyz/taiko-mono/issues/13252)) ([72d152b](https://github.com/taikoxyz/taiko-mono/commit/72d152b7d998b9f306a12823df964a2da18687dd)) +* **protocol:** update `LibBlockHeader` to hash post Shanghai fork blocks ([#13278](https://github.com/taikoxyz/taiko-mono/issues/13278)) ([2e34634](https://github.com/taikoxyz/taiko-mono/commit/2e34634560a28c356404f2d837d21f2e5e85bfa3)) +* **protocol:** update `PlonkVerifier` to accept new public inputs ([#13208](https://github.com/taikoxyz/taiko-mono/issues/13208)) ([9804099](https://github.com/taikoxyz/taiko-mono/commit/9804099ac477d320b3c2019f6565d3caadefdcfb)) +* **protocol:** update Yul PlonkVerifier ([#13133](https://github.com/taikoxyz/taiko-mono/issues/13133)) ([5d9b063](https://github.com/taikoxyz/taiko-mono/commit/5d9b063ab260476023365856c4bbfee151029995)) +* **protocol:** whitelist provers & temporarily disable coverage check ([#296](https://github.com/taikoxyz/taiko-mono/issues/296)) ([06ceee2](https://github.com/taikoxyz/taiko-mono/commit/06ceee2599d01802683cca6b57e3fb6710946cd1)) +* **relayer:** add failed status to Stringer interface impl for eventstatus ([#13495](https://github.com/taikoxyz/taiko-mono/issues/13495)) ([858f485](https://github.com/taikoxyz/taiko-mono/commit/858f485a858a59fe196de22a3d4eed78278ba4a4)) +* **relayer:** add msgHash and event type lookups to findallbyaddress ([#13310](https://github.com/taikoxyz/taiko-mono/issues/13310)) ([8b753ee](https://github.com/taikoxyz/taiko-mono/commit/8b753ee07eeee51adf48e72343b62abcde3b2338)) +* **relayer:** Allow resync flag option to restart processing from block 0 ([#266](https://github.com/taikoxyz/taiko-mono/issues/266)) ([6b01cbe](https://github.com/taikoxyz/taiko-mono/commit/6b01cbe986d61795fc9a2ef256dbe85409251720)) +* **relayer:** Asynchronous message processing, error handling, nonce management, and indexer folder structuring ([#259](https://github.com/taikoxyz/taiko-mono/issues/259)) ([ed6d551](https://github.com/taikoxyz/taiko-mono/commit/ed6d551744965440153eaa7a8c42c887fa26938c)) +* **relayer:** big Gas price ([#13492](https://github.com/taikoxyz/taiko-mono/issues/13492)) ([cb3f7b9](https://github.com/taikoxyz/taiko-mono/commit/cb3f7b9529addc25fe4d3067f2e2c3da3ae1b2bf)) +* **relayer:** catch relayer & status page up to new testnet ([#13114](https://github.com/taikoxyz/taiko-mono/issues/13114)) ([543f242](https://github.com/taikoxyz/taiko-mono/commit/543f242bfbf18b155f3476c2d172e79d3041ffc9)) +* **relayer:** Event filter ([#13318](https://github.com/taikoxyz/taiko-mono/issues/13318)) ([f20d419](https://github.com/taikoxyz/taiko-mono/commit/f20d4195ac9d700dfd4a51192232c3fe7c4c0b43)) +* **relayer:** handle fail status ([#13493](https://github.com/taikoxyz/taiko-mono/issues/13493)) ([dfac2c4](https://github.com/taikoxyz/taiko-mono/commit/dfac2c4cf84d247f4aa1434e52e403d18253951a)) +* **relayer:** header sync check before processing messages ([#441](https://github.com/taikoxyz/taiko-mono/issues/441)) ([e9fda8b](https://github.com/taikoxyz/taiko-mono/commit/e9fda8bb80ecfefcfd7d64062b50ebf5b5eec2ef)) +* **relayer:** HTTP api for exposing events table for bridge UI ([#271](https://github.com/taikoxyz/taiko-mono/issues/271)) ([7b5e6b8](https://github.com/taikoxyz/taiko-mono/commit/7b5e6b809c0e2f6a8615896d57e2b0d2db98c80b)) +* **relayer:** merge alpha-2 to main ([#13376](https://github.com/taikoxyz/taiko-mono/issues/13376)) ([3148f6b](https://github.com/taikoxyz/taiko-mono/commit/3148f6ba955e1b3918289332d2ee30f139edea8b)) +* **relayer:** MessageStatusChanged events ([#13272](https://github.com/taikoxyz/taiko-mono/issues/13272)) ([f5f4fc4](https://github.com/taikoxyz/taiko-mono/commit/f5f4fc4af16520a34e805e8f16c50e0de4902815)) +* **relayer:** only process profitable transactions ([#408](https://github.com/taikoxyz/taiko-mono/issues/408)) ([b5d8180](https://github.com/taikoxyz/taiko-mono/commit/b5d81802e32b038b5bcdd26f233b0cd4b3eca3fa)) +* **relayer:** Pagination ([#13311](https://github.com/taikoxyz/taiko-mono/issues/13311)) ([9350006](https://github.com/taikoxyz/taiko-mono/commit/9350006aefa8f6423c663ea3a0377f7334a5b749)) +* **relayer:** prepare bridge relayer API for frontend ([#13124](https://github.com/taikoxyz/taiko-mono/issues/13124)) ([ef1f691](https://github.com/taikoxyz/taiko-mono/commit/ef1f691ac9e6b3138b1ee80bc7bebcf53b749581)) +* **relayer:** run in http only mode, so we can scale up if necessary for requests and only have one indexer ([6500234](https://github.com/taikoxyz/taiko-mono/commit/6500234991702b203e6e8baeb496e5473b631f83)) +* **relayer:** Wait N confirmations on source chain before processing message on destination chain ([#270](https://github.com/taikoxyz/taiko-mono/issues/270)) ([7ab1291](https://github.com/taikoxyz/taiko-mono/commit/7ab129193f3e08faf04cd1b7e09b5b5994636775)) +* **repo:** add deps scope for dependabot automatic PRs ([#13650](https://github.com/taikoxyz/taiko-mono/issues/13650)) ([2986f10](https://github.com/taikoxyz/taiko-mono/commit/2986f102fe2555fa23f5a4947ba93182a5ecfb32)) +* **repo:** add eventindexer to the monorepo ([#13471](https://github.com/taikoxyz/taiko-mono/issues/13471)) ([a10d1fe](https://github.com/taikoxyz/taiko-mono/commit/a10d1fe7f7202dd029883ce62a00e188021e09e2)) +* **repo:** require scope on pr title lint ([#13160](https://github.com/taikoxyz/taiko-mono/issues/13160)) ([e2b41b2](https://github.com/taikoxyz/taiko-mono/commit/e2b41b2fa9ba601a405b023a0ffcd2ad2c9ff27b)) +* **repo:** skip labeling on changelog release PRs ([#13647](https://github.com/taikoxyz/taiko-mono/issues/13647)) ([80e911e](https://github.com/taikoxyz/taiko-mono/commit/80e911e5edfa51c0c07658c74474445202d98793)) +* **repo:** update template for github issues ([#13652](https://github.com/taikoxyz/taiko-mono/issues/13652)) ([23b6cb7](https://github.com/taikoxyz/taiko-mono/commit/23b6cb75573febb653c38aa1256d4f167445a69e)) +* restrict pr lint scopes to package names ([#12970](https://github.com/taikoxyz/taiko-mono/issues/12970)) ([477d936](https://github.com/taikoxyz/taiko-mono/commit/477d93643694d273b4a4dd72e75e37ae1d04bfc5)) +* **status-page:** First PR for a Status Page ([#11449](https://github.com/taikoxyz/taiko-mono/issues/11449)) ([a164ac9](https://github.com/taikoxyz/taiko-mono/commit/a164ac935c2e05bfc8f9fa753f14692bcc457860)) +* **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)) +* **status-page:** remove is halted ([#13231](https://github.com/taikoxyz/taiko-mono/issues/13231)) ([d3d1c39](https://github.com/taikoxyz/taiko-mono/commit/d3d1c3952a2f459363e40e9052ea76422845c81e)) +* **status-page:** Tokenomics metrics ([#13076](https://github.com/taikoxyz/taiko-mono/issues/13076)) ([cbd3e0b](https://github.com/taikoxyz/taiko-mono/commit/cbd3e0b850a4611b308daf949a2ee65c24ff01ec)) +* **ui:** Template / initial repo for UI ([#304](https://github.com/taikoxyz/taiko-mono/issues/304)) ([a396511](https://github.com/taikoxyz/taiko-mono/commit/a39651133d4c3bd8b6eea5db93daec7698600707)) +* **website:** add a footer link for whitepaper ([#12956](https://github.com/taikoxyz/taiko-mono/issues/12956)) ([f329710](https://github.com/taikoxyz/taiko-mono/commit/f329710d3babb0a8b838a336f9f85516b868ae86)) +* **website:** add alpha-1 shutdown banner ([#13159](https://github.com/taikoxyz/taiko-mono/issues/13159)) ([ce64a6f](https://github.com/taikoxyz/taiko-mono/commit/ce64a6fc3acb69821458efb098b3bb49665f1a1e)) +* **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)) +* **website:** add link to the alpha-2 explainer blog post ([#13402](https://github.com/taikoxyz/taiko-mono/issues/13402)) ([0d588b1](https://github.com/taikoxyz/taiko-mono/commit/0d588b1cdc3b0c8ca59114266b0ad1d5f6537952)) +* **website:** add loopring to showcase page ([#13409](https://github.com/taikoxyz/taiko-mono/issues/13409)) ([5eb4eb0](https://github.com/taikoxyz/taiko-mono/commit/5eb4eb012d7cf3115894d317fc8b6658cad19f74)) +* **website:** add taiko addresses ([#13445](https://github.com/taikoxyz/taiko-mono/issues/13445)) ([81ba617](https://github.com/taikoxyz/taiko-mono/commit/81ba617fb8d3dee93d97fffc79c568bcb34aacbb)) +* **website:** add youtube footer link ([#301](https://github.com/taikoxyz/taiko-mono/issues/301)) ([912db51](https://github.com/taikoxyz/taiko-mono/commit/912db517c0cbea9bc797e5cf3159eeedd195c1f7)) +* **website:** allow preview of website changes ([#12966](https://github.com/taikoxyz/taiko-mono/issues/12966)) ([5304606](https://github.com/taikoxyz/taiko-mono/commit/5304606303888586fb01b5f6185766a966e392f0)) +* **website:** alpha-2 testnet docs ([#13372](https://github.com/taikoxyz/taiko-mono/issues/13372)) ([e2fcd9b](https://github.com/taikoxyz/taiko-mono/commit/e2fcd9bf771334436a1f829e63a9982a162ed9d1)) +* **website:** automatically publish latest blog posts to website ([#13027](https://github.com/taikoxyz/taiko-mono/issues/13027)) ([9fbf102](https://github.com/taikoxyz/taiko-mono/commit/9fbf10214f531556dff8a1b591f76e7f71a580e2)) +* **website:** create a showcase page ([#13162](https://github.com/taikoxyz/taiko-mono/issues/13162)) ([96b94cd](https://github.com/taikoxyz/taiko-mono/commit/96b94cd3ad7a5f1e5818f101346593b4d9905ce7)) +* **website:** create testnet docs ([#428](https://github.com/taikoxyz/taiko-mono/issues/428)) ([b355be0](https://github.com/taikoxyz/taiko-mono/commit/b355be0295ac7474966e8553aad4133b3f96f883)) +* **website:** default to light theme for readability ([#448](https://github.com/taikoxyz/taiko-mono/issues/448)) ([f9dd4e0](https://github.com/taikoxyz/taiko-mono/commit/f9dd4e0b6aa7329b05954207965907a262c9c6ce)) +* **website:** init bridge and signal service documentation ([#13117](https://github.com/taikoxyz/taiko-mono/issues/13117)) ([eeb3a0e](https://github.com/taikoxyz/taiko-mono/commit/eeb3a0e18aba5742a4695fa80c9f7cdab6b2758e)) +* **website:** init smart contracts docs ([#390](https://github.com/taikoxyz/taiko-mono/issues/390)) ([c895430](https://github.com/taikoxyz/taiko-mono/commit/c895430f775c95fc1234204533a49245958fb323)) +* **website:** minor various improvements to website and docs ([#13121](https://github.com/taikoxyz/taiko-mono/issues/13121)) ([6cd06f1](https://github.com/taikoxyz/taiko-mono/commit/6cd06f16891d8391ccb501cc0f1ceb9cc0ba838c)) +* **website:** refactor prover and node running guides and add warning ([#13414](https://github.com/taikoxyz/taiko-mono/issues/13414)) ([72d3d4e](https://github.com/taikoxyz/taiko-mono/commit/72d3d4e32da643e0f67cc8e0a5e30cd86fcd5200)) +* **website:** rework the website hero + animated taiko image ([#414](https://github.com/taikoxyz/taiko-mono/issues/414)) ([70087dd](https://github.com/taikoxyz/taiko-mono/commit/70087ddf807a68338e31ecea0553ef5cbc951636)) +* **website:** update run a prover troubleshooting ([#13407](https://github.com/taikoxyz/taiko-mono/issues/13407)) ([39ce0f2](https://github.com/taikoxyz/taiko-mono/commit/39ce0f2dcbc28270e57673a20d1f1c24b7502bb2)) +* **website:** update website homepage ([#278](https://github.com/taikoxyz/taiko-mono/issues/278)) ([07a2709](https://github.com/taikoxyz/taiko-mono/commit/07a270995351849bf63acdf0878dcc91fae8f71a)) +* **website:** update website homepage ([#383](https://github.com/taikoxyz/taiko-mono/issues/383)) ([0b0e3c0](https://github.com/taikoxyz/taiko-mono/commit/0b0e3c021fbb8295546f60d1165051fbf26d91bd)) +* **website:** use oxanium font for homepage headings ([#432](https://github.com/taikoxyz/taiko-mono/issues/432)) ([6253f5f](https://github.com/taikoxyz/taiko-mono/commit/6253f5fbef4051830a357f0e6d2bf892902c2acf)) + + +### Bug Fixes + +* **branding:** remove deprecated logos and wordmarks ([#13393](https://github.com/taikoxyz/taiko-mono/issues/13393)) ([b14472c](https://github.com/taikoxyz/taiko-mono/commit/b14472c55e2109a0e3a6b6a9d44c80ca36992397)) +* **bridge-ui:** Chain block ([#13452](https://github.com/taikoxyz/taiko-mono/issues/13452)) ([cb32862](https://github.com/taikoxyz/taiko-mono/commit/cb3286270c2a106b1492a78745b64b1b7dcc5ccf)) +* **bridge-ui:** Chain id check ([#13451](https://github.com/taikoxyz/taiko-mono/issues/13451)) ([7285947](https://github.com/taikoxyz/taiko-mono/commit/7285947a4e7a183ecad4555705b8d9eeb5de4341)) +* **bridge-ui:** change text of button to "bridge" ([#13163](https://github.com/taikoxyz/taiko-mono/issues/13163)) ([0113490](https://github.com/taikoxyz/taiko-mono/commit/0113490f388a986a705d970ef8b4a263de882707)) +* **bridge-ui:** Eth fix ([#475](https://github.com/taikoxyz/taiko-mono/issues/475)) ([08175b8](https://github.com/taikoxyz/taiko-mono/commit/08175b803aaabdf6195f5a7a3ed8e0baf9558cc5)) +* **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 local dependency not found error for jest-dom ([#12990](https://github.com/taikoxyz/taiko-mono/issues/12990)) ([39bfb09](https://github.com/taikoxyz/taiko-mono/commit/39bfb09ff331a5522362ef683c21e75a2f9cfec3)) +* **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:** ios dropdown a11y and horizontal padding ([#425](https://github.com/taikoxyz/taiko-mono/issues/425)) ([b8fbdea](https://github.com/taikoxyz/taiko-mono/commit/b8fbdead07338e76c3e06360cd5ba2447de2eea9)) +* **bridge-ui:** make testnet naming consistent with UI ([#481](https://github.com/taikoxyz/taiko-mono/issues/481)) ([58f4259](https://github.com/taikoxyz/taiko-mono/commit/58f4259f1bcfd181b0d59e8b97c00df748176b2a)) +* **bridge-ui:** max button css ([#13192](https://github.com/taikoxyz/taiko-mono/issues/13192)) ([9547f94](https://github.com/taikoxyz/taiko-mono/commit/9547f9438585ded0654558ad787b35cdb033a706)) +* **bridge-ui:** minor transactions list fix ([#13266](https://github.com/taikoxyz/taiko-mono/issues/13266)) ([4e78865](https://github.com/taikoxyz/taiko-mono/commit/4e788655ebd508eca3e1665ecb50f3010d2f51af)) +* **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:** pending transactions custom store with better error handling ([#13581](https://github.com/taikoxyz/taiko-mono/issues/13581)) ([394a9d1](https://github.com/taikoxyz/taiko-mono/commit/394a9d188da5a6bc8e2ffdd80121cb18471b3f08)) +* **bridge-ui:** toggle chain ([#395](https://github.com/taikoxyz/taiko-mono/issues/395)) ([2d45b9c](https://github.com/taikoxyz/taiko-mono/commit/2d45b9c69e3eac8fe8d4b8baf8a24194fd25a3b2)) +* **bridge-ui:** transaction and pendingTransaction refactor ([#13307](https://github.com/taikoxyz/taiko-mono/issues/13307)) ([9d215cf](https://github.com/taikoxyz/taiko-mono/commit/9d215cfe5ac6863405390444672a1e70e7501032)) +* **bridge-ui:** transaction tab same width as bridge width ([#8195](https://github.com/taikoxyz/taiko-mono/issues/8195)) ([85a5bfd](https://github.com/taikoxyz/taiko-mono/commit/85a5bfd235b7e5884b135322cbee9b12475a7b1b)) +* **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)) +* **bridge-ui:** wrong spacing [#13339](https://github.com/taikoxyz/taiko-mono/issues/13339) ([#13567](https://github.com/taikoxyz/taiko-mono/issues/13567)) ([0ed7638](https://github.com/taikoxyz/taiko-mono/commit/0ed7638d8820feb22c36cc39a35cef7fea12224d)) +* **bridge:** bridge Ui should estimate gas not used hardcoded gas limit ([#12962](https://github.com/taikoxyz/taiko-mono/issues/12962)) ([1eb3c6f](https://github.com/taikoxyz/taiko-mono/commit/1eb3c6f5add36a8856d45c85fbaafb32655a8b70)) +* **bridge:** fix max amount button ([#6246](https://github.com/taikoxyz/taiko-mono/issues/6246)) ([409e7a4](https://github.com/taikoxyz/taiko-mono/commit/409e7a4cb46440f392952471411b20e5bd419ad7)) +* **bridge:** light theme toggle chain button ([#13089](https://github.com/taikoxyz/taiko-mono/issues/13089)) ([ed5a748](https://github.com/taikoxyz/taiko-mono/commit/ed5a7488395aef747bc2b9b27067ecca769991cc)) +* **bridge:** max amount button should deduct gas ([#12661](https://github.com/taikoxyz/taiko-mono/issues/12661)) ([7692ac8](https://github.com/taikoxyz/taiko-mono/commit/7692ac89456b353ad0fdf8c898cd5058cde0e2b4)) +* **bridge:** minor responsiveness fixes ([#407](https://github.com/taikoxyz/taiko-mono/issues/407)) ([0d617c5](https://github.com/taikoxyz/taiko-mono/commit/0d617c533e0baf40cea915ab327b308ce852be42)) +* **bridge:** minor responsiveness fixes ([#407](https://github.com/taikoxyz/taiko-mono/issues/407)) ([0358add](https://github.com/taikoxyz/taiko-mono/commit/0358addf37186294fa2a452321d6f642762abde7)) +* **bridge:** minor ui fixes ([#474](https://github.com/taikoxyz/taiko-mono/issues/474)) ([5998197](https://github.com/taikoxyz/taiko-mono/commit/59981970e17e146ca09afbea1964409372d954d2)) +* **bridge:** multiple message processed toasts ([#8186](https://github.com/taikoxyz/taiko-mono/issues/8186)) ([a091bc0](https://github.com/taikoxyz/taiko-mono/commit/a091bc05bd64f0a0c9a930e4fe296adf363a7233)) +* **bridge:** remove input arrows from firefox ([#6248](https://github.com/taikoxyz/taiko-mono/issues/6248)) ([197ae01](https://github.com/taikoxyz/taiko-mono/commit/197ae01bdfd0c7256671c2045dfdf145171b9172)) +* **bridge:** reported issue fixes ([#12368](https://github.com/taikoxyz/taiko-mono/issues/12368)) ([0e596cb](https://github.com/taikoxyz/taiko-mono/commit/0e596cb1c95beeef0d90682d98fd6e50ecffd5a2)) +* **bridge:** Token Vault sendEther messages with processing fees are impossible to send ([#277](https://github.com/taikoxyz/taiko-mono/issues/277)) ([10d9bbc](https://github.com/taikoxyz/taiko-mono/commit/10d9bbc63ca624cc80c729942301eac334c960df)) +* **bridge:** ui and disconnect fixes ([#7076](https://github.com/taikoxyz/taiko-mono/issues/7076)) ([b6345e2](https://github.com/taikoxyz/taiko-mono/commit/b6345e28abd414cbb52e403369323976f8b14272)) +* **bridge:** ui fixes ([#489](https://github.com/taikoxyz/taiko-mono/issues/489)) ([6c080cb](https://github.com/taikoxyz/taiko-mono/commit/6c080cb3be95468deace6fdd3d9467902fef4be1)) +* **bridge:** use metamask wagmi connector ([#2080](https://github.com/taikoxyz/taiko-mono/issues/2080)) ([0d74845](https://github.com/taikoxyz/taiko-mono/commit/0d74845d0192736229cbc682ff7fd8f8610ee643)) +* **cicd:** comment out unnecessary github action in solidity.yml ([#244](https://github.com/taikoxyz/taiko-mono/issues/244)) ([ebf6aa6](https://github.com/taikoxyz/taiko-mono/commit/ebf6aa66e9ca5d8967d6aaf9856c268521875bee)) +* **docs:** fix readme badges ([#447](https://github.com/taikoxyz/taiko-mono/issues/447)) ([7731e0f](https://github.com/taikoxyz/taiko-mono/commit/7731e0f2a0d11e71c2defdbaf613a694f259d284)) +* **docs:** typo in contributing docs ([5bed261](https://github.com/taikoxyz/taiko-mono/commit/5bed261321baa82bc20f1e1324ad1ee8668a2178)) +* **pnpm:** conflict with eslint command and use pnpm instead of npm ([#273](https://github.com/taikoxyz/taiko-mono/issues/273)) ([134cd5a](https://github.com/taikoxyz/taiko-mono/commit/134cd5a75fcf3e78feac5762985d09658404735e)) +* **preprocess:** fix hardhat preprocessor configs ([#368](https://github.com/taikoxyz/taiko-mono/issues/368)) ([8bdbb3e](https://github.com/taikoxyz/taiko-mono/commit/8bdbb3e3f5f30d11e4f9213690db316f2148568c)) +* **protocol:** Add EtherTransferred event to EtherVault [#12971](https://github.com/taikoxyz/taiko-mono/issues/12971) ([5791f3a](https://github.com/taikoxyz/taiko-mono/commit/5791f3af85df462cc5aabbdf2b14d957d49c9f00)) +* **protocol:** allow resolver to return zero address for EtherVault ([#13083](https://github.com/taikoxyz/taiko-mono/issues/13083)) ([cb34cf0](https://github.com/taikoxyz/taiko-mono/commit/cb34cf0e0fd182feb6eed4abf6ca9f6a2801e5f1)) +* **protocol:** fix `BlockVerified` event ([#381](https://github.com/taikoxyz/taiko-mono/issues/381)) ([fe479c8](https://github.com/taikoxyz/taiko-mono/commit/fe479c8ff22b0da59ec75cc9e0dea04e38ebbb92)) +* **protocol:** fix `PlonkVerifier`'s name in `AddressManager` ([#13229](https://github.com/taikoxyz/taiko-mono/issues/13229)) ([7170bd9](https://github.com/taikoxyz/taiko-mono/commit/7170bd966b02d986b26baf5991f47015a46cca64)) +* **protocol:** fix `test:integration` waiting node timeout ([#13006](https://github.com/taikoxyz/taiko-mono/issues/13006)) ([07debb7](https://github.com/taikoxyz/taiko-mono/commit/07debb779c1a142cf6050c31a5a8c9b72f26d376)) +* **protocol:** fix `TokenVault.sendERC20` ([#420](https://github.com/taikoxyz/taiko-mono/issues/420)) ([d42b953](https://github.com/taikoxyz/taiko-mono/commit/d42b953c51e66948d7a6563042f7a521ee2d557a)) +* **protocol:** fix a downloading `solc` binary script bug ([#13074](https://github.com/taikoxyz/taiko-mono/issues/13074)) ([8167e9d](https://github.com/taikoxyz/taiko-mono/commit/8167e9dda0b0f70405e969f590f714b45af5b192)) +* **protocol:** fix an occantional error in `test:tokenomics` ([#12950](https://github.com/taikoxyz/taiko-mono/issues/12950)) ([005364c](https://github.com/taikoxyz/taiko-mono/commit/005364c11c327f6dcaad7872c5064eb81e52f35b)) +* **protocol:** Fix bug in getProposedBlock ([#11679](https://github.com/taikoxyz/taiko-mono/issues/11679)) ([a6a596c](https://github.com/taikoxyz/taiko-mono/commit/a6a596cf10ecfa517a781e8c487b2d74f05a9526)) +* **protocol:** fix config.slotSmoothingFactor and getTimeAdjustedFee bug ([#13293](https://github.com/taikoxyz/taiko-mono/issues/13293)) ([18f3d9f](https://github.com/taikoxyz/taiko-mono/commit/18f3d9fcf99691f54b65198618c49e57590b0a84)) +* **protocol:** fix occasional test failure ([#13173](https://github.com/taikoxyz/taiko-mono/issues/13173)) ([3aaf5dd](https://github.com/taikoxyz/taiko-mono/commit/3aaf5dde644c8069050fcee52f1a9134144a746b)) +* **protocol:** fix two protocol bugs ([#13034](https://github.com/taikoxyz/taiko-mono/issues/13034)) ([1bfa69b](https://github.com/taikoxyz/taiko-mono/commit/1bfa69b4458f7edc4b72efe9c2d8cf9c7050853e)) +* **protocol:** let `LibZKP.verify` return `true` ([#12676](https://github.com/taikoxyz/taiko-mono/issues/12676)) ([d0f17a6](https://github.com/taikoxyz/taiko-mono/commit/d0f17a6dc8921df49a63831d91170a7c11476bd9)) +* **protocol:** make download solc script can run outside the protocol dir ([#13263](https://github.com/taikoxyz/taiko-mono/issues/13263)) ([7cd7787](https://github.com/taikoxyz/taiko-mono/commit/7cd77873d0ce1e5f8b43167a8009327cca4200c3)) +* **protocol:** Remove enableDestChain functionality ([#12341](https://github.com/taikoxyz/taiko-mono/issues/12341)) ([362d083](https://github.com/taikoxyz/taiko-mono/commit/362d083497cc74b3bcd05a406beeff2101a422ef)) +* **protocol:** update `ProofVerifier` address name in `AddressManager` ([#13063](https://github.com/taikoxyz/taiko-mono/issues/13063)) ([4144f4b](https://github.com/taikoxyz/taiko-mono/commit/4144f4bda154116f5e34759ced173a16f409202f)) +* **protocol:** update avg proof time and avg block time ([#391](https://github.com/taikoxyz/taiko-mono/issues/391)) ([3681483](https://github.com/taikoxyz/taiko-mono/commit/3681483efe97c38a488563594c003dabfa23b2de)) +* **protocol:** use prevrandao for L2 mixHash ([#13157](https://github.com/taikoxyz/taiko-mono/issues/13157)) ([93daca4](https://github.com/taikoxyz/taiko-mono/commit/93daca47e11c31192aaa7f6db93d399a215164ad)) +* **protocol:** Wrong calculation when minting ERC20 tokens ([#13250](https://github.com/taikoxyz/taiko-mono/issues/13250)) ([5920b7e](https://github.com/taikoxyz/taiko-mono/commit/5920b7eee377e913c10b5b78384f24712808f179)) +* **relayer:** 3m => 1.5 gas ([#13494](https://github.com/taikoxyz/taiko-mono/issues/13494)) ([02a582e](https://github.com/taikoxyz/taiko-mono/commit/02a582ebda4a8993c4fad221e88e2b65d57ceb25)) +* **relayer:** apply jwt-go security patch ([#13021](https://github.com/taikoxyz/taiko-mono/issues/13021)) ([264968f](https://github.com/taikoxyz/taiko-mono/commit/264968f24024d69a064b27e276e27870fd4c75f6)) +* **relayer:** estimate gas for tx, set gas to 2.5mil if not estimatable. works now. ([#13271](https://github.com/taikoxyz/taiko-mono/issues/13271)) ([3913ca5](https://github.com/taikoxyz/taiko-mono/commit/3913ca52242913dfb9502488f0a5558724f9ef2b)) +* **relayer:** estimate gas, now that gas estimation works again ([#13176](https://github.com/taikoxyz/taiko-mono/issues/13176)) ([b7ae677](https://github.com/taikoxyz/taiko-mono/commit/b7ae677ec2d84dce3e3ae50d369bf31dedc547c3)) +* **relayer:** fix migrations ([#300](https://github.com/taikoxyz/taiko-mono/issues/300)) ([151415e](https://github.com/taikoxyz/taiko-mono/commit/151415e71f2b6ac62c607d5cc928fa258064a679)) +* **relayer:** gas limit + use loading as priorioty on bridge form ([#487](https://github.com/taikoxyz/taiko-mono/issues/487)) ([3747d4c](https://github.com/taikoxyz/taiko-mono/commit/3747d4c41e836ab533e864ec44073ae681bf4b36)) +* **relayer:** new abi gen bindings ([#13342](https://github.com/taikoxyz/taiko-mono/issues/13342)) ([8655ff1](https://github.com/taikoxyz/taiko-mono/commit/8655ff16f3de7445f01b4fd502d183d93e394e1a)) +* **relayer:** save block by chain id ([#379](https://github.com/taikoxyz/taiko-mono/issues/379)) ([608e3e3](https://github.com/taikoxyz/taiko-mono/commit/608e3e3723586f8b412d71118d15f6bab86ad596)) +* **relayer:** Save block progress when caught up and subscribing to new events ([#13177](https://github.com/taikoxyz/taiko-mono/issues/13177)) ([5ef2c0f](https://github.com/taikoxyz/taiko-mono/commit/5ef2c0f5d78764189d168aa527cec62238f1d6c6)) +* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b)) +* **repo:** update readme badges to new filenames ([#13020](https://github.com/taikoxyz/taiko-mono/issues/13020)) ([4fa13c9](https://github.com/taikoxyz/taiko-mono/commit/4fa13c9432901137f688c61a00ade234a844250b)) +* **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:** add some padding to the status page ([#13392](https://github.com/taikoxyz/taiko-mono/issues/13392)) ([0034508](https://github.com/taikoxyz/taiko-mono/commit/0034508027be35595f4e9aafc23fee308604b25e)) +* **status-page:** change bootnode to regular provider for peers, add a transition and min height ([#12336](https://github.com/taikoxyz/taiko-mono/issues/12336)) ([9fe10e4](https://github.com/taikoxyz/taiko-mono/commit/9fe10e44619452d6cfc39127586a7fe7404aca85)) +* **status-page:** fix local dependency not found error for jest-dom ([#12991](https://github.com/taikoxyz/taiko-mono/issues/12991)) ([b7974bf](https://github.com/taikoxyz/taiko-mono/commit/b7974bf0c8a80aa200313ec27ab44857e22142ee)) +* **status-page:** gas price should use l2provider, add descriptions and tooltips ([#12490](https://github.com/taikoxyz/taiko-mono/issues/12490)) ([cd34714](https://github.com/taikoxyz/taiko-mono/commit/cd34714ad29e03d08f673adb6dd61bb88436de50)) +* **status-page:** hide fee related statuses ([#13450](https://github.com/taikoxyz/taiko-mono/issues/13450)) ([31ad254](https://github.com/taikoxyz/taiko-mono/commit/31ad2548387c712d77b0dcbb35b53222546d7417)) +* **status-page:** latest proof time ([#13511](https://github.com/taikoxyz/taiko-mono/issues/13511)) ([c0bc671](https://github.com/taikoxyz/taiko-mono/commit/c0bc671572a13b48d33ea567fc884a72e51f2be0)) +* **status-page:** Status block proven ([#13150](https://github.com/taikoxyz/taiko-mono/issues/13150)) ([21e62fd](https://github.com/taikoxyz/taiko-mono/commit/21e62fd87bd2020dcc519b68bd19848424d4e902)) +* **status-page:** Status page slots ([#13605](https://github.com/taikoxyz/taiko-mono/issues/13605)) ([f0c291f](https://github.com/taikoxyz/taiko-mono/commit/f0c291f671cfe5b81b2f567ee7701a73edb79095)) +* **test:** fix the occasional `noNetwork` error in integration tests ([#7562](https://github.com/taikoxyz/taiko-mono/issues/7562)) ([a8e82d5](https://github.com/taikoxyz/taiko-mono/commit/a8e82d5c2d65d293d17953ff357816483eb25e00)) +* **test:** fix two occasional errors when running bridge tests ([#305](https://github.com/taikoxyz/taiko-mono/issues/305)) ([fb91e0d](https://github.com/taikoxyz/taiko-mono/commit/fb91e0d482df9a510e582dcf267aadd8892fcebd)) +* **test:** Fixed integration test case ([#483](https://github.com/taikoxyz/taiko-mono/issues/483)) ([4b0893e](https://github.com/taikoxyz/taiko-mono/commit/4b0893e3b0a723cd9115fd0c03e4ec4d1e0d1a38)) +* **test:** making tests type-safe ([#318](https://github.com/taikoxyz/taiko-mono/issues/318)) ([66ec7cc](https://github.com/taikoxyz/taiko-mono/commit/66ec7cc143af58dda8fde0d6adc30a4758685d1e)) +* **tests:** cleanup tests to prepare for tokenomics testing ([#11316](https://github.com/taikoxyz/taiko-mono/issues/11316)) ([d63fae3](https://github.com/taikoxyz/taiko-mono/commit/d63fae30f1e3415d6f377adeab90c062fed5ad42)) +* **website,bridge-ui:** broken docs link + remove deprecated note in docs ([#13259](https://github.com/taikoxyz/taiko-mono/issues/13259)) ([912c155](https://github.com/taikoxyz/taiko-mono/commit/912c15595d7b0e3e2b4ec62fbcebeaf9dbc9db66)) +* **website:** add infura and update guidance on rpc providers ([#13473](https://github.com/taikoxyz/taiko-mono/issues/13473)) ([c0329fa](https://github.com/taikoxyz/taiko-mono/commit/c0329faef5998abf5a66ad5073132bf745ad4ba6)) +* **website:** add run a prover ([#13399](https://github.com/taikoxyz/taiko-mono/issues/13399)) ([9d68016](https://github.com/taikoxyz/taiko-mono/commit/9d6801615d24ea4998fe863e8a2f380d3f2821cc)) +* **website:** animation scrolling errors ([#453](https://github.com/taikoxyz/taiko-mono/issues/453)) ([97d093b](https://github.com/taikoxyz/taiko-mono/commit/97d093b24333a7ab19a7916fec7d5d0957be8bb4)) +* **website:** announcement status link ([#13398](https://github.com/taikoxyz/taiko-mono/issues/13398)) ([c056c71](https://github.com/taikoxyz/taiko-mono/commit/c056c7158b0f85938d173794a498dbee44f10c3a)) +* **website:** broken career links to notion ([f55a605](https://github.com/taikoxyz/taiko-mono/commit/f55a6050fdd75d2d75b0ff356fac1db60eb126ce)) +* **website:** fix code block for copying script commands ([#13410](https://github.com/taikoxyz/taiko-mono/issues/13410)) ([5ad26ed](https://github.com/taikoxyz/taiko-mono/commit/5ad26eda8d2c18aa824dd3d5a60a6860cf901c57)) +* **website:** fix contributing link ([#13405](https://github.com/taikoxyz/taiko-mono/issues/13405)) ([b41504e](https://github.com/taikoxyz/taiko-mono/commit/b41504e9e7559b325fd79cbd7d5c239a160b4285)) +* **website:** fix darkmode bug on docs website ([#13101](https://github.com/taikoxyz/taiko-mono/issues/13101)) ([a6d9bed](https://github.com/taikoxyz/taiko-mono/commit/a6d9bed01ca2684e66f5f4aa045655938ab4b9f5)) +* **website:** fix issue with white logo text and light mode ([#13019](https://github.com/taikoxyz/taiko-mono/issues/13019)) ([8c166fa](https://github.com/taikoxyz/taiko-mono/commit/8c166fa1a1c6258cb91fd978cf4f4aa33ef2b147)) +* **website:** fix link to the contract addresses ([#13104](https://github.com/taikoxyz/taiko-mono/issues/13104)) ([f7026ff](https://github.com/taikoxyz/taiko-mono/commit/f7026ff6a3247668bb88ca8758307d4cca1c264c)) +* **website:** fix run a node guide prover logs ([#13421](https://github.com/taikoxyz/taiko-mono/issues/13421)) ([71d85c2](https://github.com/taikoxyz/taiko-mono/commit/71d85c2f0ed42d0004c73c5f7ad001f008ccd083)) +* **website:** fix showcase page layout ([#13303](https://github.com/taikoxyz/taiko-mono/issues/13303)) ([36560e5](https://github.com/taikoxyz/taiko-mono/commit/36560e58fb8c74f5ed22bbbc8981f9150000c004)) +* **website:** hero overflow-right taikogeom ([#443](https://github.com/taikoxyz/taiko-mono/issues/443)) ([2fa40e0](https://github.com/taikoxyz/taiko-mono/commit/2fa40e0491ed0c16c1d87834fa79aa21fe09d187)) +* **website:** navbar icon opacity ([#225](https://github.com/taikoxyz/taiko-mono/issues/225)) ([319f659](https://github.com/taikoxyz/taiko-mono/commit/319f659a92141b4c5535a70f05fa8a4c6060e5cb)) +* **website:** remove yarn lock and update package.json to use pnpm ([#226](https://github.com/taikoxyz/taiko-mono/issues/226)) ([5915a8a](https://github.com/taikoxyz/taiko-mono/commit/5915a8a135bea63718e52dbb6341821e90e04579)) +* **website:** revert auto-fetch blog posts on home page ([#13169](https://github.com/taikoxyz/taiko-mono/issues/13169)) ([ce7329a](https://github.com/taikoxyz/taiko-mono/commit/ce7329a90158093933a6878f37f2b664494a8916)) +* **website:** rework footer links formatting ([#371](https://github.com/taikoxyz/taiko-mono/issues/371)) ([c62bbe5](https://github.com/taikoxyz/taiko-mono/commit/c62bbe5db5bc481a90dddce1c9e89f1554fa8e0c)) +* **website:** update homepage ([#13438](https://github.com/taikoxyz/taiko-mono/issues/13438)) ([62b4b02](https://github.com/taikoxyz/taiko-mono/commit/62b4b0295d0758d0412465aa8ec5ffec47a2b31c)) +* **website:** update run a prover docs ([#13401](https://github.com/taikoxyz/taiko-mono/issues/13401)) ([6f5bb9d](https://github.com/taikoxyz/taiko-mono/commit/6f5bb9dabf5140d72850b99996ac959b42458426)) +* **website:** Update swap-tokens.mdx ([#13487](https://github.com/taikoxyz/taiko-mono/issues/13487)) ([c082848](https://github.com/taikoxyz/taiko-mono/commit/c0828484ae0392467e1f06de06a29f0d3e701780)) +* **whitepaper:** fix whitepaper.yml ([#281](https://github.com/taikoxyz/taiko-mono/issues/281)) ([b1a10b0](https://github.com/taikoxyz/taiko-mono/commit/b1a10b077db6011f14ff923b644fb755d20a0914)) +* **workflow:** fix a solidity workflow error ([#12136](https://github.com/taikoxyz/taiko-mono/issues/12136)) ([2b4cd56](https://github.com/taikoxyz/taiko-mono/commit/2b4cd560f46aedda9ace1fd99248c994e89a8ec7)) + ## [0.11.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.10.0...taiko-mono-v0.11.0) (2023-04-26) diff --git a/package-lock.json b/package-lock.json index e251d8149e3..a359bc7a1c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiko-mono", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "taiko-mono", - "version": "0.11.0", + "version": "0.12.0", "devDependencies": { "husky": "^8.0.3" } diff --git a/package.json b/package.json index 90d772a3523..ea6ae317298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiko-mono", - "version": "0.11.0", + "version": "0.12.0", "private": true, "scripts": { "prepare": "husky install" diff --git a/packages/bridge-ui/CHANGELOG.md b/packages/bridge-ui/CHANGELOG.md index fd551266be6..d91c4094d40 100644 --- a/packages/bridge-ui/CHANGELOG.md +++ b/packages/bridge-ui/CHANGELOG.md @@ -1,5 +1,85 @@ # Changelog +## [0.7.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.6.0...bridge-ui-v0.7.0) (2023-04-26) + + +### Features + +* **bridge-ui:** add announcement for bridge ui testnet ([#454](https://github.com/taikoxyz/taiko-mono/issues/454)) ([fb801f2](https://github.com/taikoxyz/taiko-mono/commit/fb801f236aa6033793130afbaf74575e0bb9751e)) +* **bridge-ui:** add custom ERC20 tokens support ([#13170](https://github.com/taikoxyz/taiko-mono/issues/13170)) ([227d8de](https://github.com/taikoxyz/taiko-mono/commit/227d8de30c10a2d84d0fb390b3709b32d0aee8b8)) +* **bridge-ui:** add memo max length check ([#12980](https://github.com/taikoxyz/taiko-mono/issues/12980)) ([dd389be](https://github.com/taikoxyz/taiko-mono/commit/dd389be4f47bfa37ffd338e674ff9e4bf7ea36c5)) +* **bridge-ui:** add outgoing link to bridge docs ([#13391](https://github.com/taikoxyz/taiko-mono/issues/13391)) ([1b3c268](https://github.com/taikoxyz/taiko-mono/commit/1b3c268fb15f9a9e6be8ebc83d588ed4279237ff)) +* **bridge-ui:** add transaction list pagination ([#13586](https://github.com/taikoxyz/taiko-mono/issues/13586)) ([a3b7498](https://github.com/taikoxyz/taiko-mono/commit/a3b7498a89576a5aac4c2cd5581d8ce4d457b718)) +* **bridge-ui:** bridge light and dark themes ([#12957](https://github.com/taikoxyz/taiko-mono/issues/12957)) ([a36aebd](https://github.com/taikoxyz/taiko-mono/commit/a36aebd8baa2517e970564fcd0a2d0e5d0ea42a8)) +* **bridge-ui:** custom recipient address ([#13309](https://github.com/taikoxyz/taiko-mono/issues/13309)) ([56d8848](https://github.com/taikoxyz/taiko-mono/commit/56d884812b3f12a52895bc666cb25e6edbe6eba0)) +* **bridge-ui:** ERC20 Bridge + approval ([#353](https://github.com/taikoxyz/taiko-mono/issues/353)) ([0652595](https://github.com/taikoxyz/taiko-mono/commit/0652595af38f17ed4bfc6e72bca64d2a6fb5616c)) +* **bridge-ui:** fetch transactions from relayer api ([#13244](https://github.com/taikoxyz/taiko-mono/issues/13244)) ([9732cc0](https://github.com/taikoxyz/taiko-mono/commit/9732cc084ed99196a4cd2ccedf9187af4d289ed6)) +* **bridge-ui:** hide input arrows and focus ring ([#439](https://github.com/taikoxyz/taiko-mono/issues/439)) ([2269cc5](https://github.com/taikoxyz/taiko-mono/commit/2269cc5ab913c5da84e9d075b7cf86b233efe5dd)) +* **bridge-ui:** more informative processing fee ([#13488](https://github.com/taikoxyz/taiko-mono/issues/13488)) ([f5f7b7e](https://github.com/taikoxyz/taiko-mono/commit/f5f7b7ee2a99ec940a73e263fb12e9378d139734)) +* **bridge-ui:** process message ([#387](https://github.com/taikoxyz/taiko-mono/issues/387)) ([d1781c0](https://github.com/taikoxyz/taiko-mono/commit/d1781c0107110e70c87e76d3fc1f6a9bc2aa1a46)) +* **bridge-ui:** recommend fee ([#457](https://github.com/taikoxyz/taiko-mono/issues/457)) ([c373194](https://github.com/taikoxyz/taiko-mono/commit/c3731945efb7d94878fe050f3fe68e046236d21a)) +* **bridge-ui:** release token button ([#13203](https://github.com/taikoxyz/taiko-mono/issues/13203)) ([4052aad](https://github.com/taikoxyz/taiko-mono/commit/4052aadd01b75611be3e9b50970aeb649f2de34b)) +* **bridge-ui:** remove right padding on mobile view banner ([#455](https://github.com/taikoxyz/taiko-mono/issues/455)) ([0c274a2](https://github.com/taikoxyz/taiko-mono/commit/0c274a2cd60e256659b6a69a8cb78b71fb1c254f)) +* **bridge-ui:** responsive design, memo, style updates, navbar changes ([#396](https://github.com/taikoxyz/taiko-mono/issues/396)) ([742ddcb](https://github.com/taikoxyz/taiko-mono/commit/742ddcbc9e40f266079d8a415ce19d077ac4d980)) +* **bridge-ui:** support both bull and horse tokens on the bridge UI ([#13249](https://github.com/taikoxyz/taiko-mono/issues/13249)) ([f9f38bb](https://github.com/taikoxyz/taiko-mono/commit/f9f38bb075c02c7976e0d04c84e4b8b5ac255644)) +* **bridge-ui:** support route param to directly open transactions tab ([#13281](https://github.com/taikoxyz/taiko-mono/issues/13281)) ([b4c31cd](https://github.com/taikoxyz/taiko-mono/commit/b4c31cd8566b834cbf83a434c705fb281d375d12)) +* **bridge-ui:** switch to using StaticJsonRpcProvider ([#13482](https://github.com/taikoxyz/taiko-mono/issues/13482)) ([f175d39](https://github.com/taikoxyz/taiko-mono/commit/f175d3955e4d37e05f7bc3ba7e479dc257944876)) +* **bridge-ui:** Tabs Component ([#13380](https://github.com/taikoxyz/taiko-mono/issues/13380)) ([a046fa3](https://github.com/taikoxyz/taiko-mono/commit/a046fa3907efa85482bd9bce60de44ea2253be55)) +* **bridge-ui:** tooltips, bug fix, general UI enhancements ([#462](https://github.com/taikoxyz/taiko-mono/issues/462)) ([846a18d](https://github.com/taikoxyz/taiko-mono/commit/846a18dac69078d9bb31c03ea735ae2b6648c306)) +* **bridge:** add faucet link to announcement ([#485](https://github.com/taikoxyz/taiko-mono/issues/485)) ([d1a4921](https://github.com/taikoxyz/taiko-mono/commit/d1a492183fd4ab8f195697864f54c35349dca93d)) +* **bridge:** autoconnect wallet on load ([#6643](https://github.com/taikoxyz/taiko-mono/issues/6643)) ([1332aa2](https://github.com/taikoxyz/taiko-mono/commit/1332aa2dbb0a606720f7783b250b0850ec32fa9c)) +* **bridge:** bridge design ([#369](https://github.com/taikoxyz/taiko-mono/issues/369)) ([04702db](https://github.com/taikoxyz/taiko-mono/commit/04702db23e3fd705133408e077b8d1a040951202)) +* **bridge:** bridge transactions ([#411](https://github.com/taikoxyz/taiko-mono/issues/411)) ([19dd7ab](https://github.com/taikoxyz/taiko-mono/commit/19dd7abd4a2f5bc83e43d31938e43501472ff108)) +* **bridge:** change pending message for l2 to l1 ([#486](https://github.com/taikoxyz/taiko-mono/issues/486)) ([11be3cd](https://github.com/taikoxyz/taiko-mono/commit/11be3cd192039b3cb5ecf8c42c1bcae0b9243f3c)) +* **bridge:** non-mm wallets ([#438](https://github.com/taikoxyz/taiko-mono/issues/438)) ([7f3ac3b](https://github.com/taikoxyz/taiko-mono/commit/7f3ac3b2f3d0b650ce2db06a13655c032b771b33)) +* migrate to nextra ([#12947](https://github.com/taikoxyz/taiko-mono/issues/12947)) ([ac11959](https://github.com/taikoxyz/taiko-mono/commit/ac1195940d1ab450e95367e6008162de1d22f0ab)) +* **protocol:** merge alpha 2 to main ([#13369](https://github.com/taikoxyz/taiko-mono/issues/13369)) ([2b9cc64](https://github.com/taikoxyz/taiko-mono/commit/2b9cc6466509372f35109b48c00948d2234b0d59)) +* **relayer:** big Gas price ([#13492](https://github.com/taikoxyz/taiko-mono/issues/13492)) ([cb3f7b9](https://github.com/taikoxyz/taiko-mono/commit/cb3f7b9529addc25fe4d3067f2e2c3da3ae1b2bf)) +* **relayer:** merge alpha-2 to main ([#13376](https://github.com/taikoxyz/taiko-mono/issues/13376)) ([3148f6b](https://github.com/taikoxyz/taiko-mono/commit/3148f6ba955e1b3918289332d2ee30f139edea8b)) +* **ui:** Template / initial repo for UI ([#304](https://github.com/taikoxyz/taiko-mono/issues/304)) ([a396511](https://github.com/taikoxyz/taiko-mono/commit/a39651133d4c3bd8b6eea5db93daec7698600707)) + + +### Bug Fixes + +* **bridge-ui:** Chain block ([#13452](https://github.com/taikoxyz/taiko-mono/issues/13452)) ([cb32862](https://github.com/taikoxyz/taiko-mono/commit/cb3286270c2a106b1492a78745b64b1b7dcc5ccf)) +* **bridge-ui:** Chain id check ([#13451](https://github.com/taikoxyz/taiko-mono/issues/13451)) ([7285947](https://github.com/taikoxyz/taiko-mono/commit/7285947a4e7a183ecad4555705b8d9eeb5de4341)) +* **bridge-ui:** change text of button to "bridge" ([#13163](https://github.com/taikoxyz/taiko-mono/issues/13163)) ([0113490](https://github.com/taikoxyz/taiko-mono/commit/0113490f388a986a705d970ef8b4a263de882707)) +* **bridge-ui:** Eth fix ([#475](https://github.com/taikoxyz/taiko-mono/issues/475)) ([08175b8](https://github.com/taikoxyz/taiko-mono/commit/08175b803aaabdf6195f5a7a3ed8e0baf9558cc5)) +* **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 local dependency not found error for jest-dom ([#12990](https://github.com/taikoxyz/taiko-mono/issues/12990)) ([39bfb09](https://github.com/taikoxyz/taiko-mono/commit/39bfb09ff331a5522362ef683c21e75a2f9cfec3)) +* **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:** ios dropdown a11y and horizontal padding ([#425](https://github.com/taikoxyz/taiko-mono/issues/425)) ([b8fbdea](https://github.com/taikoxyz/taiko-mono/commit/b8fbdead07338e76c3e06360cd5ba2447de2eea9)) +* **bridge-ui:** make testnet naming consistent with UI ([#481](https://github.com/taikoxyz/taiko-mono/issues/481)) ([58f4259](https://github.com/taikoxyz/taiko-mono/commit/58f4259f1bcfd181b0d59e8b97c00df748176b2a)) +* **bridge-ui:** max button css ([#13192](https://github.com/taikoxyz/taiko-mono/issues/13192)) ([9547f94](https://github.com/taikoxyz/taiko-mono/commit/9547f9438585ded0654558ad787b35cdb033a706)) +* **bridge-ui:** minor transactions list fix ([#13266](https://github.com/taikoxyz/taiko-mono/issues/13266)) ([4e78865](https://github.com/taikoxyz/taiko-mono/commit/4e788655ebd508eca3e1665ecb50f3010d2f51af)) +* **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:** pending transactions custom store with better error handling ([#13581](https://github.com/taikoxyz/taiko-mono/issues/13581)) ([394a9d1](https://github.com/taikoxyz/taiko-mono/commit/394a9d188da5a6bc8e2ffdd80121cb18471b3f08)) +* **bridge-ui:** toggle chain ([#395](https://github.com/taikoxyz/taiko-mono/issues/395)) ([2d45b9c](https://github.com/taikoxyz/taiko-mono/commit/2d45b9c69e3eac8fe8d4b8baf8a24194fd25a3b2)) +* **bridge-ui:** transaction and pendingTransaction refactor ([#13307](https://github.com/taikoxyz/taiko-mono/issues/13307)) ([9d215cf](https://github.com/taikoxyz/taiko-mono/commit/9d215cfe5ac6863405390444672a1e70e7501032)) +* **bridge-ui:** transaction tab same width as bridge width ([#8195](https://github.com/taikoxyz/taiko-mono/issues/8195)) ([85a5bfd](https://github.com/taikoxyz/taiko-mono/commit/85a5bfd235b7e5884b135322cbee9b12475a7b1b)) +* **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)) +* **bridge-ui:** wrong spacing [#13339](https://github.com/taikoxyz/taiko-mono/issues/13339) ([#13567](https://github.com/taikoxyz/taiko-mono/issues/13567)) ([0ed7638](https://github.com/taikoxyz/taiko-mono/commit/0ed7638d8820feb22c36cc39a35cef7fea12224d)) +* **bridge:** bridge Ui should estimate gas not used hardcoded gas limit ([#12962](https://github.com/taikoxyz/taiko-mono/issues/12962)) ([1eb3c6f](https://github.com/taikoxyz/taiko-mono/commit/1eb3c6f5add36a8856d45c85fbaafb32655a8b70)) +* **bridge:** fix max amount button ([#6246](https://github.com/taikoxyz/taiko-mono/issues/6246)) ([409e7a4](https://github.com/taikoxyz/taiko-mono/commit/409e7a4cb46440f392952471411b20e5bd419ad7)) +* **bridge:** light theme toggle chain button ([#13089](https://github.com/taikoxyz/taiko-mono/issues/13089)) ([ed5a748](https://github.com/taikoxyz/taiko-mono/commit/ed5a7488395aef747bc2b9b27067ecca769991cc)) +* **bridge:** max amount button should deduct gas ([#12661](https://github.com/taikoxyz/taiko-mono/issues/12661)) ([7692ac8](https://github.com/taikoxyz/taiko-mono/commit/7692ac89456b353ad0fdf8c898cd5058cde0e2b4)) +* **bridge:** minor responsiveness fixes ([#407](https://github.com/taikoxyz/taiko-mono/issues/407)) ([0d617c5](https://github.com/taikoxyz/taiko-mono/commit/0d617c533e0baf40cea915ab327b308ce852be42)) +* **bridge:** minor responsiveness fixes ([#407](https://github.com/taikoxyz/taiko-mono/issues/407)) ([0358add](https://github.com/taikoxyz/taiko-mono/commit/0358addf37186294fa2a452321d6f642762abde7)) +* **bridge:** minor ui fixes ([#474](https://github.com/taikoxyz/taiko-mono/issues/474)) ([5998197](https://github.com/taikoxyz/taiko-mono/commit/59981970e17e146ca09afbea1964409372d954d2)) +* **bridge:** multiple message processed toasts ([#8186](https://github.com/taikoxyz/taiko-mono/issues/8186)) ([a091bc0](https://github.com/taikoxyz/taiko-mono/commit/a091bc05bd64f0a0c9a930e4fe296adf363a7233)) +* **bridge:** remove input arrows from firefox ([#6248](https://github.com/taikoxyz/taiko-mono/issues/6248)) ([197ae01](https://github.com/taikoxyz/taiko-mono/commit/197ae01bdfd0c7256671c2045dfdf145171b9172)) +* **bridge:** reported issue fixes ([#12368](https://github.com/taikoxyz/taiko-mono/issues/12368)) ([0e596cb](https://github.com/taikoxyz/taiko-mono/commit/0e596cb1c95beeef0d90682d98fd6e50ecffd5a2)) +* **bridge:** ui and disconnect fixes ([#7076](https://github.com/taikoxyz/taiko-mono/issues/7076)) ([b6345e2](https://github.com/taikoxyz/taiko-mono/commit/b6345e28abd414cbb52e403369323976f8b14272)) +* **bridge:** ui fixes ([#489](https://github.com/taikoxyz/taiko-mono/issues/489)) ([6c080cb](https://github.com/taikoxyz/taiko-mono/commit/6c080cb3be95468deace6fdd3d9467902fef4be1)) +* **bridge:** use metamask wagmi connector ([#2080](https://github.com/taikoxyz/taiko-mono/issues/2080)) ([0d74845](https://github.com/taikoxyz/taiko-mono/commit/0d74845d0192736229cbc682ff7fd8f8610ee643)) +* **protocol:** Remove enableDestChain functionality ([#12341](https://github.com/taikoxyz/taiko-mono/issues/12341)) ([362d083](https://github.com/taikoxyz/taiko-mono/commit/362d083497cc74b3bcd05a406beeff2101a422ef)) +* **relayer:** gas limit + use loading as priorioty on bridge form ([#487](https://github.com/taikoxyz/taiko-mono/issues/487)) ([3747d4c](https://github.com/taikoxyz/taiko-mono/commit/3747d4c41e836ab533e864ec44073ae681bf4b36)) +* **repo:** fix multiple typos ([#13558](https://github.com/taikoxyz/taiko-mono/issues/13558)) ([f54242a](https://github.com/taikoxyz/taiko-mono/commit/f54242aa95e5c5563f8f0a7f9af0a1eab20ab67b)) +* **website,bridge-ui:** broken docs link + remove deprecated note in docs ([#13259](https://github.com/taikoxyz/taiko-mono/issues/13259)) ([912c155](https://github.com/taikoxyz/taiko-mono/commit/912c15595d7b0e3e2b4ec62fbcebeaf9dbc9db66)) + ## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.5.0...bridge-ui-v0.6.0) (2023-04-26) diff --git a/packages/bridge-ui/package.json b/packages/bridge-ui/package.json index 2cb16c96cba..ed39175da6a 100644 --- a/packages/bridge-ui/package.json +++ b/packages/bridge-ui/package.json @@ -1,6 +1,6 @@ { "name": "@taiko/bridge-ui", - "version": "0.6.0", + "version": "0.7.0", "private": true, "type": "module", "scripts": { diff --git a/packages/eventindexer/CHANGELOG.md b/packages/eventindexer/CHANGELOG.md index 392dde705ff..9f1a0d46b90 100644 --- a/packages/eventindexer/CHANGELOG.md +++ b/packages/eventindexer/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.4.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.3.0...eventindexer-v0.4.0) (2023-04-26) + + +### Features + +* **eventindexer:** Event indexer ([#13439](https://github.com/taikoxyz/taiko-mono/issues/13439)) ([08b26d2](https://github.com/taikoxyz/taiko-mono/commit/08b26d21577ed8ecd14beed5a600108fe7a0f765)) +* **eventindexer:** ProposeEvents filtering, API exposing, and getting count by address/event + tests ([#13624](https://github.com/taikoxyz/taiko-mono/issues/13624)) ([839a0be](https://github.com/taikoxyz/taiko-mono/commit/839a0bef7c64dd2b1e2ecc5194cf9a1e29f9a0cd)) +* **repo:** add eventindexer to the monorepo ([#13471](https://github.com/taikoxyz/taiko-mono/issues/13471)) ([a10d1fe](https://github.com/taikoxyz/taiko-mono/commit/a10d1fe7f7202dd029883ce62a00e188021e09e2)) + + +### 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.3.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.2.1...eventindexer-v0.3.0) (2023-04-26) diff --git a/packages/eventindexer/package.json b/packages/eventindexer/package.json index b5d8f6d3998..b9b6aa8d87e 100644 --- a/packages/eventindexer/package.json +++ b/packages/eventindexer/package.json @@ -1,5 +1,5 @@ { "name": "@taiko/eventindexer", - "version": "0.3.0", + "version": "0.4.0", "private": true } diff --git a/packages/status-page/CHANGELOG.md b/packages/status-page/CHANGELOG.md index 2be0333bf86..32629e5fbaa 100644 --- a/packages/status-page/CHANGELOG.md +++ b/packages/status-page/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [0.8.0](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.7.0...status-page-v0.8.0) (2023-04-26) + + +### Features + +* **bridge-ui:** bridge light and dark themes ([#12957](https://github.com/taikoxyz/taiko-mono/issues/12957)) ([a36aebd](https://github.com/taikoxyz/taiko-mono/commit/a36aebd8baa2517e970564fcd0a2d0e5d0ea42a8)) +* **eventindexer:** Event indexer ([#13439](https://github.com/taikoxyz/taiko-mono/issues/13439)) ([08b26d2](https://github.com/taikoxyz/taiko-mono/commit/08b26d21577ed8ecd14beed5a600108fe7a0f765)) +* **eventindexer:** ProposeEvents filtering, API exposing, and getting count by address/event + tests ([#13624](https://github.com/taikoxyz/taiko-mono/issues/13624)) ([839a0be](https://github.com/taikoxyz/taiko-mono/commit/839a0bef7c64dd2b1e2ecc5194cf9a1e29f9a0cd)) +* **protocol:** change statevariables to return a struct ([#13113](https://github.com/taikoxyz/taiko-mono/issues/13113)) ([0bffeb0](https://github.com/taikoxyz/taiko-mono/commit/0bffeb0f3d17938bf2146772962719ae21ce22fa)) +* **protocol:** merge alpha 2 to main ([#13369](https://github.com/taikoxyz/taiko-mono/issues/13369)) ([2b9cc64](https://github.com/taikoxyz/taiko-mono/commit/2b9cc6466509372f35109b48c00948d2234b0d59)) +* **relayer:** catch relayer & status page up to new testnet ([#13114](https://github.com/taikoxyz/taiko-mono/issues/13114)) ([543f242](https://github.com/taikoxyz/taiko-mono/commit/543f242bfbf18b155f3476c2d172e79d3041ffc9)) +* **relayer:** merge alpha-2 to main ([#13376](https://github.com/taikoxyz/taiko-mono/issues/13376)) ([3148f6b](https://github.com/taikoxyz/taiko-mono/commit/3148f6ba955e1b3918289332d2ee30f139edea8b)) +* **status-page:** First PR for a Status Page ([#11449](https://github.com/taikoxyz/taiko-mono/issues/11449)) ([a164ac9](https://github.com/taikoxyz/taiko-mono/commit/a164ac935c2e05bfc8f9fa753f14692bcc457860)) +* **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)) +* **status-page:** remove is halted ([#13231](https://github.com/taikoxyz/taiko-mono/issues/13231)) ([d3d1c39](https://github.com/taikoxyz/taiko-mono/commit/d3d1c3952a2f459363e40e9052ea76422845c81e)) +* **status-page:** Tokenomics metrics ([#13076](https://github.com/taikoxyz/taiko-mono/issues/13076)) ([cbd3e0b](https://github.com/taikoxyz/taiko-mono/commit/cbd3e0b850a4611b308daf949a2ee65c24ff01ec)) + + +### Bug Fixes + +* **protocol:** Remove enableDestChain functionality ([#12341](https://github.com/taikoxyz/taiko-mono/issues/12341)) ([362d083](https://github.com/taikoxyz/taiko-mono/commit/362d083497cc74b3bcd05a406beeff2101a422ef)) +* **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:** add some padding to the status page ([#13392](https://github.com/taikoxyz/taiko-mono/issues/13392)) ([0034508](https://github.com/taikoxyz/taiko-mono/commit/0034508027be35595f4e9aafc23fee308604b25e)) +* **status-page:** change bootnode to regular provider for peers, add a transition and min height ([#12336](https://github.com/taikoxyz/taiko-mono/issues/12336)) ([9fe10e4](https://github.com/taikoxyz/taiko-mono/commit/9fe10e44619452d6cfc39127586a7fe7404aca85)) +* **status-page:** fix local dependency not found error for jest-dom ([#12991](https://github.com/taikoxyz/taiko-mono/issues/12991)) ([b7974bf](https://github.com/taikoxyz/taiko-mono/commit/b7974bf0c8a80aa200313ec27ab44857e22142ee)) +* **status-page:** gas price should use l2provider, add descriptions and tooltips ([#12490](https://github.com/taikoxyz/taiko-mono/issues/12490)) ([cd34714](https://github.com/taikoxyz/taiko-mono/commit/cd34714ad29e03d08f673adb6dd61bb88436de50)) +* **status-page:** hide fee related statuses ([#13450](https://github.com/taikoxyz/taiko-mono/issues/13450)) ([31ad254](https://github.com/taikoxyz/taiko-mono/commit/31ad2548387c712d77b0dcbb35b53222546d7417)) +* **status-page:** latest proof time ([#13511](https://github.com/taikoxyz/taiko-mono/issues/13511)) ([c0bc671](https://github.com/taikoxyz/taiko-mono/commit/c0bc671572a13b48d33ea567fc884a72e51f2be0)) +* **status-page:** Status block proven ([#13150](https://github.com/taikoxyz/taiko-mono/issues/13150)) ([21e62fd](https://github.com/taikoxyz/taiko-mono/commit/21e62fd87bd2020dcc519b68bd19848424d4e902)) +* **status-page:** Status page slots ([#13605](https://github.com/taikoxyz/taiko-mono/issues/13605)) ([f0c291f](https://github.com/taikoxyz/taiko-mono/commit/f0c291f671cfe5b81b2f567ee7701a73edb79095)) +* **tests:** cleanup tests to prepare for tokenomics testing ([#11316](https://github.com/taikoxyz/taiko-mono/issues/11316)) ([d63fae3](https://github.com/taikoxyz/taiko-mono/commit/d63fae30f1e3415d6f377adeab90c062fed5ad42)) + ## [0.7.0](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.6.0...status-page-v0.7.0) (2023-04-26) diff --git a/packages/status-page/package.json b/packages/status-page/package.json index 5724760c924..23d9b294930 100644 --- a/packages/status-page/package.json +++ b/packages/status-page/package.json @@ -1,6 +1,6 @@ { "name": "@taiko/status-page", - "version": "0.7.0", + "version": "0.8.0", "private": true, "type": "module", "scripts": {