{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":426075845,"defaultBranch":"main","name":"sui","ownerLogin":"MystenLabs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-11-09T03:17:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/88845815?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717317036.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"628276c188aef99478108f9a5256db5ce2022f8f","ref":"refs/heads/fresh_vm_on_ver","pushedAt":"2024-06-02T08:30:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dariorussi","name":"Dario Russi","path":"/dariorussi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113150618?s=80&v=4"},"commit":{"message":"Snapshots fun","shortMessageHtmlLink":"Snapshots fun"}},{"before":null,"after":"2cb3f24c0bdc597c40e3d48f61256cab0af62a6a","ref":"refs/heads/bridge-logs","pushedAt":"2024-06-02T01:08:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"longbowlu","name":"Lu Zhang","path":"/longbowlu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8418040?s=80&v=4"},"commit":{"message":"more logs","shortMessageHtmlLink":"more logs"}},{"before":"05ac67c67ad4553f276dc2b0938d605d34686dc5","after":"78aef53265fa133a234d97243322ea92ab11bc5e","ref":"refs/heads/gh-pages","pushedAt":"2024-06-01T20:25:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 6637097a701e2f5827575b8eb14ac7f59acca74f","shortMessageHtmlLink":"deploy: 6637097"}},{"before":"9d6fec661a330cb99149f80bc865e02944f337bd","after":"6637097a701e2f5827575b8eb14ac7f59acca74f","ref":"refs/heads/main","pushedAt":"2024-06-01T20:08:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stefan-mysten","name":null,"path":"/stefan-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/135084671?s=80&v=4"},"commit":{"message":"[CLI] fix `sui keytool zk-login-sign-and-execute-tx` command bug (#17989)\n\n## Description \r\n\r\n[CLI] fix `sui keytool zk-login-sign-and-execute-tx` command bug\r\n\r\n\r\n![image](https://github.com/MystenLabs/sui/assets/123343203/559180fc-e01e-43ff-99d6-e57fe14253aa)\r\n\r\n\r\n## Test plan \r\n\r\nHow did you test the new or updated feature?\r\n\r\n---\r\n\r\n## Release notes\r\n\r\nCheck each box that your changes affect. If none of the boxes relate to\r\nyour changes, release notes aren't required.\r\n\r\nFor each box you select, include information after the relevant heading\r\nthat describes the impact of your changes that a user might notice and\r\nany actions they must take to implement updates.\r\n\r\n- [ ] Protocol: \r\n- [ ] Nodes (Validators and Full nodes): \r\n- [ ] Indexer: \r\n- [ ] JSON-RPC: \r\n- [ ] GraphQL: \r\n- [x] CLI: Fixed the code to ensure it has a `gas coin` for the `sui\r\nkeytool zk-login-sign-and-execute-tx` command.\r\n- [ ] Rust SDK:\r\n\r\n---------\r\n\r\nCo-authored-by: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com>\r\nCo-authored-by: howtosui ","shortMessageHtmlLink":"[CLI] fix sui keytool zk-login-sign-and-execute-tx command bug (#17989"}},{"before":"5e3a87ead39e44f090e48e2639257497e488edc4","after":"83d920eb100f62de6b4ba6750896b72390386a45","ref":"refs/heads/b_mon","pushedAt":"2024-06-01T10:57:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dariorussi","name":"Dario Russi","path":"/dariorussi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113150618?s=80&v=4"},"commit":{"message":"Initial metrics work for the indexer","shortMessageHtmlLink":"Initial metrics work for the indexer"}},{"before":null,"after":"5e3a87ead39e44f090e48e2639257497e488edc4","ref":"refs/heads/b_mon","pushedAt":"2024-06-01T10:49:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dariorussi","name":"Dario Russi","path":"/dariorussi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113150618?s=80&v=4"},"commit":{"message":"Initial metrics work for the indexer","shortMessageHtmlLink":"Initial metrics work for the indexer"}},{"before":"3517eb3154f72ffed2352452115c0c3d617b6bf0","after":null,"ref":"refs/heads/bridge_test_env","pushedAt":"2024-06-01T10:23:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dariorussi","name":"Dario Russi","path":"/dariorussi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113150618?s=80&v=4"}},{"before":"05800e7963618408820623e76aa82db905f4096b","after":"9d6fec661a330cb99149f80bc865e02944f337bd","ref":"refs/heads/main","pushedAt":"2024-06-01T10:23:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dariorussi","name":"Dario Russi","path":"/dariorussi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113150618?s=80&v=4"},"commit":{"message":"Bridge test env (#17941)\n\n## Description \r\n\r\nIncrease test coverage and create a test environment for the bridge that\r\nshould make it easier to test.\r\nAt this point once we have API to sign messages we can reach 100%\r\ncoverage. All missing tests are related to signature generation,\r\nfunction depending on that, or versioning. API to sign messages and\r\ncreate pub/priv keys are coming that would allow us to create a great\r\ntesting environment and experience.\r\nCurrent coverage is as follows\r\n```\r\n+-------------------------+\r\n| Move Coverage Summary |\r\n+-------------------------+\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::treasury\r\n>>> % Module coverage: 100.00\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::message_types\r\n>>> % Module coverage: 100.00\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::chain_ids\r\n>>> % Module coverage: 100.00\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::message\r\n>>> % Module coverage: 100.00\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::limiter\r\n>>> % Module coverage: 100.00\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::crypto\r\n>>> % Module coverage: 100.00\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::committee\r\n>>> % Module coverage: 100.00\r\nModule 000000000000000000000000000000000000000000000000000000000000000b::bridge\r\n>>> % Module coverage: 51.21\r\n+-------------------------+\r\n| % Move Coverage: 82.32 |\r\n+-------------------------+\r\n```\r\n\r\nThe test environment needs more work but it will come in time. For now\r\nthis work was mostly to reach a good test coverage.\r\nIt's important to check this in for 2 main reasons: it increases test\r\ncoverage significantly and allows others to work on it and improve it.\r\n\r\n## Test plan \r\n\r\nThis is it\r\n\r\n---\r\n\r\n## Release notes\r\n\r\nCheck each box that your changes affect. If none of the boxes relate to\r\nyour changes, release notes aren't required.\r\n\r\nFor each box you select, include information after the relevant heading\r\nthat describes the impact of your changes that a user might notice and\r\nany actions they must take to implement updates.\r\n\r\n- [ ] Protocol: \r\n- [ ] Nodes (Validators and Full nodes): \r\n- [ ] Indexer: \r\n- [ ] JSON-RPC: \r\n- [ ] GraphQL: \r\n- [ ] CLI: \r\n- [ ] Rust SDK:","shortMessageHtmlLink":"Bridge test env (#17941)"}},{"before":"8efb2cf780b1b85ed05f8598b433d31aa1e9cbcd","after":"3517eb3154f72ffed2352452115c0c3d617b6bf0","ref":"refs/heads/bridge_test_env","pushedAt":"2024-06-01T07:54:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dariorussi","name":"Dario Russi","path":"/dariorussi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/113150618?s=80&v=4"},"commit":{"message":"Test environment","shortMessageHtmlLink":"Test environment"}},{"before":"a0c7e4094e874189787f17b82a7de6035304ac17","after":"aa7c0c82bf26e39139d5d8a43f56e8608966050f","ref":"refs/heads/ak/commit_range","pushedAt":"2024-06-01T04:31:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arun-koshy","name":"Arun Koshy","path":"/arun-koshy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97870774?s=80&v=4"},"commit":{"message":"Address review comments","shortMessageHtmlLink":"Address review comments"}},{"before":"f13ec922102344d4ccf70771a72dfb61cc796d09","after":"72b591296272cb4429fefbf73c5fbb94586b819b","ref":"refs/heads/emma/obj-snapsht-in-mem","pushedAt":"2024-06-01T03:57:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"emmazzz","name":"Emma Zhong","path":"/emmazzz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14351986?s=80&v=4"},"commit":{"message":"add sleep and cargo fmt","shortMessageHtmlLink":"add sleep and cargo fmt"}},{"before":"5e3621c7e0791d6d131a436c69378a928bbdaf86","after":null,"ref":"refs/heads/consensus-ci","pushedAt":"2024-06-01T03:24:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mwtian","name":null,"path":"/mwtian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81660174?s=80&v=4"}},{"before":"7a56ae0138df6db51421a60fba667f0c54cdbbc5","after":"05800e7963618408820623e76aa82db905f4096b","ref":"refs/heads/main","pushedAt":"2024-06-01T03:24:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mwtian","name":null,"path":"/mwtian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81660174?s=80&v=4"},"commit":{"message":"[Consensus] remove Narwhal mode from PR CI (#18010)\n\n## Description \r\n\r\nSui tests no longer need to run in Narwhal mode per PR. But Narwhal mode\r\nstill runs nightly.\r\n\r\nAlso, remove a few other nightly workflows that are no longer needed.\r\n\r\n## Test plan \r\n\r\nCI\r\n\r\n---\r\n\r\n## Release notes\r\n\r\nCheck each box that your changes affect. If none of the boxes relate to\r\nyour changes, release notes aren't required.\r\n\r\nFor each box you select, include information after the relevant heading\r\nthat describes the impact of your changes that a user might notice and\r\nany actions they must take to implement updates.\r\n\r\n- [ ] Protocol: \r\n- [ ] Nodes (Validators and Full nodes): \r\n- [ ] Indexer: \r\n- [ ] JSON-RPC: \r\n- [ ] GraphQL: \r\n- [ ] CLI: \r\n- [ ] Rust SDK:","shortMessageHtmlLink":"[Consensus] remove Narwhal mode from PR CI (#18010)"}},{"before":"1031d56e6b9b294ea669ddd8488d0ba912f3c91a","after":"142e653abce9ae3d10d6737082ee7862d1c1fe79","ref":"refs/heads/ak/randomized-tests","pushedAt":"2024-06-01T03:24:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"arun-koshy","name":"Arun Koshy","path":"/arun-koshy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97870774?s=80&v=4"},"commit":{"message":"Random Commit Test","shortMessageHtmlLink":"Random Commit Test"}},{"before":"ffe7ad6b61d8dc55e3e61be5b293aaea684c4073","after":"1031d56e6b9b294ea669ddd8488d0ba912f3c91a","ref":"refs/heads/ak/randomized-tests","pushedAt":"2024-06-01T03:24:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"arun-koshy","name":"Arun Koshy","path":"/arun-koshy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/97870774?s=80&v=4"},"commit":{"message":"Random Commit Test","shortMessageHtmlLink":"Random Commit Test"}},{"before":"7a4b28ab00d6359b58efb381319b85869e863aa0","after":"f951e9627c238a99b6df49a2a9a7438bc9117481","ref":"refs/heads/releases/sui-graphql-rpc-v2024.4.0-release","pushedAt":"2024-06-01T01:53:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stefan-mysten","name":null,"path":"/stefan-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/135084671?s=80&v=4"},"commit":{"message":"[GraphQL] Bump graphql prod version to 2024.4.2 (#17978)\n\n## Description \r\n\r\nAfter the `v2024.4.1` release, this PR bumps up the version for the prod\r\nservice.\r\n\r\n## Test plan \r\n\r\nHow did you test the new or updated feature?\r\n\r\n---\r\n\r\n## Release notes\r\n\r\nCheck each box that your changes affect. If none of the boxes relate to\r\nyour changes, release notes aren't required.\r\n\r\nFor each box you select, include information after the relevant heading\r\nthat describes the impact of your changes that a user might notice and\r\nany actions they must take to implement updates.\r\n\r\n- [ ] Protocol: \r\n- [ ] Nodes (Validators and Full nodes): \r\n- [ ] Indexer: \r\n- [ ] JSON-RPC: \r\n- [ ] GraphQL: \r\n- [ ] CLI: \r\n- [ ] Rust SDK:","shortMessageHtmlLink":"[GraphQL] Bump graphql prod version to 2024.4.2 (#17978)"}},{"before":"b6084bb8577c45fefe385385c7846aeacf3d26d9","after":"05ac67c67ad4553f276dc2b0938d605d34686dc5","ref":"refs/heads/gh-pages","pushedAt":"2024-06-01T01:33:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: 7a56ae0138df6db51421a60fba667f0c54cdbbc5","shortMessageHtmlLink":"deploy: 7a56ae0"}},{"before":"ecbd571537d964d3dc6e597344a268537667ca1f","after":"7a56ae0138df6db51421a60fba667f0c54cdbbc5","ref":"refs/heads/main","pushedAt":"2024-06-01T01:17:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stefan-mysten","name":null,"path":"/stefan-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/135084671?s=80&v=4"},"commit":{"message":"[GraphQL] Fix APY for a validator (#17701)\n\n## Description \r\n\r\nThis PR fixes the APY for a validator and ensures that historical APYs\r\ncan be computed. It also reverts some changes in the `governance_api`,\r\nparticularly moves `exchange_rates` as a free function that can be\r\ncalled from the GraphQL crate.\r\n\r\nAt system start, the task to trigger the exchange rates cache is\r\nexecuted, thus until the next trigger on epoch change, the apys can be\r\nfetched pretty fast (~2-3s for the standard 5 items per page).\r\n\r\n## Test plan \r\nUpdated test. Manual tests and queries.\r\n\r\nResponse time: ~1s\r\n```graphql\r\n{\r\n epoch {\r\n epochId\r\n referenceGasPrice\r\n validatorSet {\r\n totalStake\r\n inactivePoolsSize\r\n activeValidators(first: 5) {\r\n nodes {\r\n name\r\n apy\r\n }\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\n```json\r\n{\r\n \"data\": {\r\n \"epoch\": {\r\n \"epochId\": 405,\r\n \"referenceGasPrice\": \"751\",\r\n \"validatorSet\": {\r\n \"totalStake\": \"8163113083622628156\",\r\n \"inactivePoolsSize\": 4,\r\n \"activeValidators\": {\r\n \"nodes\": [\r\n {\r\n \"name\": \"ComingChat\",\r\n \"apy\": 310\r\n },\r\n {\r\n \"name\": \"InfStones\",\r\n \"apy\": 302\r\n },\r\n {\r\n \"name\": \"Gaucho\",\r\n \"apy\": 310\r\n },\r\n {\r\n \"name\": \"Astro-Stakers\",\r\n \"apy\": 310\r\n },\r\n {\r\n \"name\": \"H2O Nodes\",\r\n \"apy\": 310\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\nResponse time for this query: ~2s\r\n```graphql \r\n{\r\n epoch(id: 127){\r\n epochId\r\n referenceGasPrice\r\n validatorSet {\r\n totalStake\r\n inactivePoolsSize\r\n activeValidators {\r\n nodes {\r\n name\r\n apy\r\n }\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\n```json\r\n{\r\n \"data\": {\r\n \"epoch\": {\r\n \"epochId\": 127,\r\n \"referenceGasPrice\": \"765\",\r\n \"validatorSet\": {\r\n \"totalStake\": \"7437800674887300328\",\r\n \"inactivePoolsSize\": 2,\r\n \"activeValidators\": {\r\n \"nodes\": [\r\n {\r\n \"name\": \"ComingChat\",\r\n \"apy\": 480\r\n },\r\n {\r\n \"name\": \"InfStones\",\r\n \"apy\": 471\r\n },\r\n {\r\n \"name\": \"Gaucho\",\r\n \"apy\": 471\r\n },\r\n {\r\n \"name\": \"Astro-Stakers\",\r\n \"apy\": 485\r\n },\r\n {\r\n \"name\": \"H2O Nodes\",\r\n \"apy\": 471\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n }\r\n}\r\n```\r\n\r\n---\r\n\r\n## Release notes\r\n\r\nCheck each box that your changes affect. If none of the boxes relate to\r\nyour changes, release notes aren't required.\r\n\r\nFor each box you select, include information after the relevant heading\r\nthat describes the impact of your changes that a user might notice and\r\nany actions they must take to implement updates.\r\n\r\n- [ ] Protocol: \r\n- [ ] Nodes (Validators and Full nodes): \r\n- [ ] Indexer: \r\n- [ ] JSON-RPC: \r\n- [ ] GraphQL: \r\n- [ ] CLI: \r\n- [ ] Rust SDK:","shortMessageHtmlLink":"[GraphQL] Fix APY for a validator (#17701)"}},{"before":"360b82d83deb6a8ad68ee965f534ce7d095ae1c5","after":"912a612fc029788279929a7e56b39d8bc49f7b14","ref":"refs/heads/william/amortize-and-cache-accumulation","pushedAt":"2024-06-01T00:36:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"williampsmith","name":"William Smith","path":"/williampsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11576329?s=80&v=4"},"commit":{"message":"Introduce v2 with epoch start flag","shortMessageHtmlLink":"Introduce v2 with epoch start flag"}},{"before":"1f682b40cc3cf2797efb52a02ba56120b99fb295","after":"360b82d83deb6a8ad68ee965f534ce7d095ae1c5","ref":"refs/heads/william/amortize-and-cache-accumulation","pushedAt":"2024-06-01T00:01:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williampsmith","name":"William Smith","path":"/williampsmith","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11576329?s=80&v=4"},"commit":{"message":"Introduce v2 with epoch start flag","shortMessageHtmlLink":"Introduce v2 with epoch start flag"}},{"before":"c07419f1047a7987abfe2537a5d780d3733dd42d","after":null,"ref":"refs/heads/mamos--sec-blocklist","pushedAt":"2024-05-31T23:19:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mamos-mysten","name":null,"path":"/mamos-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122397493?s=80&v=4"}},{"before":"eb2f00f5f9bb6dbd7b203b083dcae56a0a9a74e1","after":"ecbd571537d964d3dc6e597344a268537667ca1f","ref":"refs/heads/main","pushedAt":"2024-05-31T23:19:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mamos-mysten","name":null,"path":"/mamos-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122397493?s=80&v=4"},"commit":{"message":"[wallet-ext] - add sec blocklist overlay (#18004)\n\n## Description \r\n\r\nDescribe the changes or additions included in this PR.\r\n\r\n## Test plan \r\n\r\nHow did you test the new or updated feature?\r\n\r\n---\r\n\r\n## Release notes\r\n\r\nCheck each box that your changes affect. If none of the boxes relate to\r\nyour changes, release notes aren't required.\r\n\r\nFor each box you select, include information after the relevant heading\r\nthat describes the impact of your changes that a user might notice and\r\nany actions they must take to implement updates.\r\n\r\n- [ ] Protocol: \r\n- [ ] Nodes (Validators and Full nodes): \r\n- [ ] Indexer: \r\n- [ ] JSON-RPC: \r\n- [ ] GraphQL: \r\n- [ ] CLI: \r\n- [ ] Rust SDK:","shortMessageHtmlLink":"[wallet-ext] - add sec blocklist overlay (#18004)"}},{"before":"e9541209702dbbf71027b053f5866bd8495c900b","after":"f13ec922102344d4ccf70771a72dfb61cc796d09","ref":"refs/heads/emma/obj-snapsht-in-mem","pushedAt":"2024-05-31T23:18:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"emmazzz","name":"Emma Zhong","path":"/emmazzz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14351986?s=80&v=4"},"commit":{"message":"use metered channel as buffer","shortMessageHtmlLink":"use metered channel as buffer"}},{"before":null,"after":"c0b684040ce55c4ae30fc048ca6270df1c4981b7","ref":"refs/heads/tzakian/spring-cleaning-4","pushedAt":"2024-05-31T23:00:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tzakian","name":"Tim Zakian","path":"/tzakian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2895723?s=80&v=4"},"commit":{"message":"[move] Remove move-explain and errmapgen","shortMessageHtmlLink":"[move] Remove move-explain and errmapgen"}},{"before":"279f9d8d763c4f2821f532f1fa8bcb4598cdd195","after":"c07419f1047a7987abfe2537a5d780d3733dd42d","ref":"refs/heads/mamos--sec-blocklist","pushedAt":"2024-05-31T22:49:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mamos-mysten","name":null,"path":"/mamos-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122397493?s=80&v=4"},"commit":{"message":"show message on error","shortMessageHtmlLink":"show message on error"}},{"before":"9fc192db4489ae4e65986818b58812aae560367a","after":"279f9d8d763c4f2821f532f1fa8bcb4598cdd195","ref":"refs/heads/mamos--sec-blocklist","pushedAt":"2024-05-31T22:49:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mamos-mysten","name":null,"path":"/mamos-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122397493?s=80&v=4"},"commit":{"message":"show message on error","shortMessageHtmlLink":"show message on error"}},{"before":"7c10f7ad60194a9172a72ef9df76fb9fa95108f1","after":"9fc192db4489ae4e65986818b58812aae560367a","ref":"refs/heads/mamos--sec-blocklist","pushedAt":"2024-05-31T22:42:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mamos-mysten","name":null,"path":"/mamos-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122397493?s=80&v=4"},"commit":{"message":"show message on error","shortMessageHtmlLink":"show message on error"}},{"before":"43350b242c5411dd5b97270c611f0129b3af957b","after":"7c10f7ad60194a9172a72ef9df76fb9fa95108f1","ref":"refs/heads/mamos--sec-blocklist","pushedAt":"2024-05-31T22:16:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mamos-mysten","name":null,"path":"/mamos-mysten","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122397493?s=80&v=4"},"commit":{"message":"add loading state","shortMessageHtmlLink":"add loading state"}},{"before":null,"after":"866ecc49115349ecf9041fc279eb565b6fb43c2b","ref":"refs/heads/increase-minimal-stake-to-90","pushedAt":"2024-05-31T22:03:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"longbowlu","name":"Lu Zhang","path":"/longbowlu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8418040?s=80&v=4"},"commit":{"message":"increase bridge minimal committee stake power to 90","shortMessageHtmlLink":"increase bridge minimal committee stake power to 90"}},{"before":"40c6480be840b5649de8871fa606a4698ed93035","after":"b6084bb8577c45fefe385385c7846aeacf3d26d9","ref":"refs/heads/gh-pages","pushedAt":"2024-05-31T21:46:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"deploy: eb2f00f5f9bb6dbd7b203b083dcae56a0a9a74e1","shortMessageHtmlLink":"deploy: eb2f00f"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWhRt9gA","startCursor":null,"endCursor":null}},"title":"Activity ยท MystenLabs/sui"}