{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":594346359,"defaultBranch":"main","name":"rooch","ownerLogin":"rooch-network","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-01-28T08:57:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/117987318?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726930012.0","currentOid":""},"activityList":{"items":[{"before":"85ee9e537af33921ff32b7f382d0fc39d3dcc3b0","after":"f9661660eccd070cc5ca73502e4db58f76315580","ref":"refs/heads/main","pushedAt":"2024-09-21T16:19:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"popcnt1","name":"popcnt","path":"/popcnt1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142196625?s=80&v=4"},"commit":{"message":"feat(scripts): add BTC sync interval to deploy script (#2666)\n\nIntroduces --btc-sync-block-interval flag to deploy script to set block sync interval(default is 60s)","shortMessageHtmlLink":"feat(scripts): add BTC sync interval to deploy script (#2666)"}},{"before":"a3ae131ea83a9da6bce3d8461e2a95860f581f5c","after":"bb1ff5529d994563566e0caac1ad4d2cee4e0f4d","ref":"refs/heads/bitseed_merge","pushedAt":"2024-09-21T14:54:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"[bitseed] Implement bitseed merge","shortMessageHtmlLink":"[bitseed] Implement bitseed merge"}},{"before":"e5a9566a7de6f965f843766867a1c825519c3def","after":"85ee9e537af33921ff32b7f382d0fc39d3dcc3b0","ref":"refs/heads/main","pushedAt":"2024-09-21T14:50:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"feat: impl to_json (#2659)\n\n* feat: impl to_json\r\n\r\n* feat: remove std::debug\r\n\r\n* feat: fmt moveos_stdlib json code\r\n\r\n* feat: make native_to_json gas params option\r\n\r\n* feat: config json to_bytes native init gas","shortMessageHtmlLink":"feat: impl to_json (#2659)"}},{"before":"0a26998b9735970d72c086175490cb8acc789f53","after":null,"ref":"refs/heads/bitseed_cli","pushedAt":"2024-09-21T14:46:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"}},{"before":"621cef6a970228158f62d7f59fb173d573d1da4a","after":"e5a9566a7de6f965f843766867a1c825519c3def","ref":"refs/heads/main","pushedAt":"2024-09-21T14:46:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"[cli] Migrate Bitseed cli to rooch (#2635)\n\n* [cli] Migrate bitseed cli to rooch\r\n\r\n* [rpc] Rename BitcoinOutPointView to OutPointView, and add some From implements\r\n\r\n* fix bitseed cli\r\n\r\n* [generator] Migrate the generator file\r\n\r\n* [cli] Add bitseed subcommands\r\n\r\n* [cli] Temporary ignore the wasm tests\r\n\r\n* fix generator\r\n\r\n* [testsuite] Replace bitseed image with bitseed command\r\n\r\n* [bitseed] Remove block hash from seed\r\n\r\n* [bitseed] Remove arbitrary_precision from serde_json and fix testcase","shortMessageHtmlLink":"[cli] Migrate Bitseed cli to rooch (#2635)"}},{"before":null,"after":"23806217608f1c85ec197db494dbc73c9404e1c0","ref":"refs/heads/feat/mainnet-rpc","pushedAt":"2024-09-21T13:45:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jojoo-eth","name":null,"path":"/jojoo-eth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122259402?s=80&v=4"},"commit":{"message":"feat: mainnet rpc","shortMessageHtmlLink":"feat: mainnet rpc"}},{"before":"c482a277f559763e88b6bd431e45769f35358dd7","after":"621cef6a970228158f62d7f59fb173d573d1da4a","ref":"refs/heads/main","pushedAt":"2024-09-21T08:43:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"popcnt1","name":"popcnt","path":"/popcnt1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142196625?s=80&v=4"},"commit":{"message":"fix(da): rm open-da(gcs) for mainnet deploy workflow (#2665)\n\n1. rm open-da(gcs) for mainnet deploy workflow\r\n2. switch to save last block instead of a map: Replaced BTreeMap with an Option to store only the last block in StateCommitmentChain. Updated methods for adding and retrieving the last block accordingly, streamlining state management.","shortMessageHtmlLink":"fix(da): rm open-da(gcs) for mainnet deploy workflow (#2665)"}},{"before":"91161c74ebd7cf64e1016b925a3c13e205a663df","after":"c482a277f559763e88b6bd431e45769f35358dd7","ref":"refs/heads/main","pushedAt":"2024-09-21T06:33:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"feat(rooch-da): add data length tracking to segments (#2664)\n\n* feat(rooch-da): add data length tracking to segments\r\n\r\nAdded a data_len field to SegmentV0 for tracking data length. Refactored related methods to handle the data length field, ensuring accurate serialization and deserialization. This improves segment management within the chunk processing.\r\n\r\n* fix(rooch-da): validate byte length in segment\r\n\r\nPrevent out-of-bounds errors by ensuring byte array length suffices before processing segment data. This adds a check for the minimum required length to avoid runtime panics.","shortMessageHtmlLink":"feat(rooch-da): add data length tracking to segments (#2664)"}},{"before":"f089dfe6a88a3501624397ed471087d0d46c90e5","after":"91161c74ebd7cf64e1016b925a3c13e205a663df","ref":"refs/heads/main","pushedAt":"2024-09-20T16:11:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"Owen/issues 2654/example cosmwasm bitseed generator (#2656)\n\n* feat: rebase from upstream main\r\n\r\n* feat: add test for inscribe_verify\r\n\r\n* feat: update examples bitseed_generator README.md\r\n\r\n* feat: simple inscribe_generate\r\n\r\n* feat: fmt code\r\n\r\n* feat: add rooch network copyright\r\n\r\n* feat: rebase from upstream main 2\r\n\r\n* feat: rebase from upstream main 3\r\n\r\n* feat: rebase from upstream main 4\r\n\r\n* feat: fix lint error\r\n\r\n* feat: update bitseed generator README.md\r\n\r\n* feat: change bitseed generator README\r\n\r\n* feat: add empty move project in bitseed_generator","shortMessageHtmlLink":"Owen/issues 2654/example cosmwasm bitseed generator (#2656)"}},{"before":"551e803f12ce8d4f679d0e5d46d6d7eee68db51e","after":null,"ref":"refs/heads/container_name","pushedAt":"2024-09-20T09:48:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"popcnt1","name":"popcnt","path":"/popcnt1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142196625?s=80&v=4"}},{"before":"14a9dae1963134d4c8d374d49f4be7337f21162c","after":"f089dfe6a88a3501624397ed471087d0d46c90e5","ref":"refs/heads/main","pushedAt":"2024-09-20T09:48:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"popcnt1","name":"popcnt","path":"/popcnt1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142196625?s=80&v=4"},"commit":{"message":"mainnet and testnet container name (#2662)","shortMessageHtmlLink":"mainnet and testnet container name (#2662)"}},{"before":null,"after":"551e803f12ce8d4f679d0e5d46d6d7eee68db51e","ref":"refs/heads/container_name","pushedAt":"2024-09-20T09:44:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yourmoonlight","name":null,"path":"/yourmoonlight","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6244271?s=80&v=4"},"commit":{"message":"mainnet and testnet container name","shortMessageHtmlLink":"mainnet and testnet container name"}},{"before":"66bfc01241d2fdf95a76f58d6510ae2f460aa006","after":null,"ref":"refs/heads/fix_ci_deploy","pushedAt":"2024-09-20T05:02:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"}},{"before":"115eafa5a9723b01677c0c1a55f0c399881c0ca9","after":"14a9dae1963134d4c8d374d49f4be7337f21162c","ref":"refs/heads/main","pushedAt":"2024-09-20T05:02:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"fix ci mainnet (#2661)\n\n* fix ci mainnet\r\n\r\n* tag required set to true when deploy","shortMessageHtmlLink":"fix ci mainnet (#2661)"}},{"before":"78c0e4c55a617d7927a8708ee6e30071ee18126e","after":"66bfc01241d2fdf95a76f58d6510ae2f460aa006","ref":"refs/heads/fix_ci_deploy","pushedAt":"2024-09-20T04:31:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yourmoonlight","name":null,"path":"/yourmoonlight","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6244271?s=80&v=4"},"commit":{"message":"tag required set to true when deploy","shortMessageHtmlLink":"tag required set to true when deploy"}},{"before":null,"after":"78c0e4c55a617d7927a8708ee6e30071ee18126e","ref":"refs/heads/fix_ci_deploy","pushedAt":"2024-09-20T04:29:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yourmoonlight","name":null,"path":"/yourmoonlight","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6244271?s=80&v=4"},"commit":{"message":"fix ci mainnet","shortMessageHtmlLink":"fix ci mainnet"}},{"before":"9bb35eba06269629f39828f447737fec6746fb0e","after":null,"ref":"refs/heads/fix_ci_deploy","pushedAt":"2024-09-20T03:15:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"popcnt1","name":"popcnt","path":"/popcnt1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142196625?s=80&v=4"}},{"before":"0c15e337c9c3d4b9ef8efff932124f504f246592","after":"115eafa5a9723b01677c0c1a55f0c399881c0ca9","ref":"refs/heads/main","pushedAt":"2024-09-20T03:15:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"popcnt1","name":"popcnt","path":"/popcnt1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142196625?s=80&v=4"},"commit":{"message":"fix mainnet deploy (#2660)","shortMessageHtmlLink":"fix mainnet deploy (#2660)"}},{"before":null,"after":"9bb35eba06269629f39828f447737fec6746fb0e","ref":"refs/heads/fix_ci_deploy","pushedAt":"2024-09-20T03:06:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yourmoonlight","name":null,"path":"/yourmoonlight","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6244271?s=80&v=4"},"commit":{"message":"fix mainnet deploy","shortMessageHtmlLink":"fix mainnet deploy"}},{"before":null,"after":"a3ae131ea83a9da6bce3d8461e2a95860f581f5c","ref":"refs/heads/bitseed_merge","pushedAt":"2024-09-19T20:23:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"[bitseed] Implement bitseed merge","shortMessageHtmlLink":"[bitseed] Implement bitseed merge"}},{"before":"652c31e8599f1970d992ebe3d66437eae5b12db1","after":"0c15e337c9c3d4b9ef8efff932124f504f246592","ref":"refs/heads/main","pushedAt":"2024-09-19T14:21:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"popcnt1","name":"popcnt","path":"/popcnt1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/142196625?s=80&v=4"},"commit":{"message":"refactor(DA): refine DA stream define and implementation (#2652)\n\n1. clarify stream, batch, l2 block, chunk ,segment's relations\r\n2. implement necessary methods of chunk and segment\r\n3. refine code logic of open-da/celestia submit\r\n4. refine mainet deploy workflow","shortMessageHtmlLink":"refactor(DA): refine DA stream define and implementation (#2652)"}},{"before":"33079b2300ee55a2ecf03d6eaa01396dc9b2d74c","after":"e30bda6abf60ea9d2c0ff3925fb469fbc9da7e5b","ref":"refs/heads/dependabot/npm_and_yarn/sdk/typescript/bitseed-sdk/npm_and_yarn-cc3f4627d0","pushedAt":"2024-09-19T11:16:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump vite\n\nBumps the npm_and_yarn group with 1 update in the /sdk/typescript/bitseed-sdk directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).\n\n\nUpdates `vite` from 5.4.4 to 5.4.6\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)\n\n---\nupdated-dependencies:\n- dependency-name: vite\n dependency-type: direct:development\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps-dev): bump vite"}},{"before":"cf6b4f1363aa533d7b88e1e178897bb572963b2a","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/sdk/circomlib/npm_and_yarn-96a8619596","pushedAt":"2024-09-19T11:15:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"}},{"before":"705873e94d4affe601d1860505ad125346840500","after":"652c31e8599f1970d992ebe3d66437eae5b12db1","ref":"refs/heads/main","pushedAt":"2024-09-19T11:15:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"chore(deps): bump ejs from 3.1.9 to 3.1.10 in /sdk/circomlib in the npm_and_yarn group across 1 directory (#2606)\n\nchore(deps): bump ejs\r\n\r\nBumps the npm_and_yarn group with 1 update in the /sdk/circomlib directory: [ejs](https://github.com/mde/ejs).\r\n\r\n\r\nUpdates `ejs` from 3.1.9 to 3.1.10\r\n- [Release notes](https://github.com/mde/ejs/releases)\r\n- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ejs\r\n dependency-type: indirect\r\n dependency-group: npm_and_yarn\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump ejs from 3.1.9 to 3.1.10 in /sdk/circomlib in the n…"}},{"before":"cfcd7752911c1bb546412a545b6096da5465cf9d","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/sdk/circomlib/npm_and_yarn-07a849e1ae","pushedAt":"2024-09-19T11:15:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"}},{"before":"a3808288409f1b484d6b8e6c5154b13fa984396b","after":"705873e94d4affe601d1860505ad125346840500","ref":"refs/heads/main","pushedAt":"2024-09-19T11:15:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump micromatch from 4.0.5 to 4.0.8 in /sdk/circomlib in the npm_and_yarn group across 1 directory (#2604)\n\nchore(deps-dev): bump micromatch\r\n\r\nBumps the npm_and_yarn group with 1 update in the /sdk/circomlib directory: [micromatch](https://github.com/micromatch/micromatch).\r\n\r\n\r\nUpdates `micromatch` from 4.0.5 to 4.0.8\r\n- [Release notes](https://github.com/micromatch/micromatch/releases)\r\n- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: micromatch\r\n dependency-type: indirect\r\n dependency-group: npm_and_yarn\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps-dev): bump micromatch from 4.0.5 to 4.0.8 in /sdk/circomli…"}},{"before":"3596a6318c02573e8a3b230d41d773f7a08b157e","after":null,"ref":"refs/heads/feat/remove-rooch-portal-legacy","pushedAt":"2024-09-19T11:13:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"}},{"before":"2d65e2e06cadca20616da0a040829a95a1b93355","after":"a3808288409f1b484d6b8e6c5154b13fa984396b","ref":"refs/heads/main","pushedAt":"2024-09-19T11:13:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jolestar","name":"jolestar","path":"/jolestar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77268?s=80&v=4"},"commit":{"message":"feat: remove rooch portal legacy (#2650)\n\n* feat: remove rooch portal legacy\r\n\r\n* feat: update clicker dapp url\r\n\r\n* feat: remove portal from pnpm-workspace","shortMessageHtmlLink":"feat: remove rooch portal legacy (#2650)"}},{"before":"4d43c7b3dd619bc48b75b5c7dd5d354972550431","after":"3596a6318c02573e8a3b230d41d773f7a08b157e","ref":"refs/heads/feat/remove-rooch-portal-legacy","pushedAt":"2024-09-19T09:52:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jojoo-eth","name":null,"path":"/jojoo-eth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122259402?s=80&v=4"},"commit":{"message":"feat: remove portal from pnpm-workspace","shortMessageHtmlLink":"feat: remove portal from pnpm-workspace"}},{"before":"4edc5ec160f3dd9168e4025b252185f63110652e","after":"4d43c7b3dd619bc48b75b5c7dd5d354972550431","ref":"refs/heads/feat/remove-rooch-portal-legacy","pushedAt":"2024-09-19T05:58:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jojoo-eth","name":null,"path":"/jojoo-eth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122259402?s=80&v=4"},"commit":{"message":"feat: update clicker dapp url","shortMessageHtmlLink":"feat: update clicker dapp url"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQxNjoxOTo0Mi4wMDAwMDBazwAAAAS8yIhl","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQxNjoxOTo0Mi4wMDAwMDBazwAAAAS8yIhl","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQwNTo1ODowMi4wMDAwMDBazwAAAAS6dMTl"}},"title":"Activity · rooch-network/rooch"}