{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":251698700,"defaultBranch":"master","name":"mesh-sdk-go","ownerLogin":"coinbase","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-31T18:40:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1885080?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712783274.0","currentOid":""},"activityList":{"items":[{"before":"5324e40698137d343ff181264e9788236b64714a","after":null,"ref":"refs/heads/fix-asserter","pushedAt":"2024-04-10T21:07:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"xiaying-peng","name":null,"path":"/xiaying-peng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80869623?s=80&v=4"}},{"before":"fa62d0317b1b48a27c69faf3dd82de2ca9f70d15","after":"14fc34322f11e65a8e707e0eba8ae51c74330a09","ref":"refs/heads/master","pushedAt":"2024-04-10T21:07:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaying-peng","name":null,"path":"/xiaying-peng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80869623?s=80&v=4"},"commit":{"message":"Add funcitionality to create a new generic asserter (#503)","shortMessageHtmlLink":"Add funcitionality to create a new generic asserter (#503)"}},{"before":"5c678e10db8aaa470778c14f8d08a41e1ba5f291","after":"5324e40698137d343ff181264e9788236b64714a","ref":"refs/heads/fix-asserter","pushedAt":"2024-04-10T19:53:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xiaying-peng","name":null,"path":"/xiaying-peng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80869623?s=80&v=4"},"commit":{"message":"Update asserter.go","shortMessageHtmlLink":"Update asserter.go"}},{"before":"dbbe1ec4edb4c9a709a781e6dfe25ff6aee7978b","after":"5c678e10db8aaa470778c14f8d08a41e1ba5f291","ref":"refs/heads/fix-asserter","pushedAt":"2024-04-10T19:45:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xiaying-peng","name":null,"path":"/xiaying-peng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80869623?s=80&v=4"},"commit":{"message":"Update asserter.go","shortMessageHtmlLink":"Update asserter.go"}},{"before":null,"after":"dbbe1ec4edb4c9a709a781e6dfe25ff6aee7978b","ref":"refs/heads/fix-asserter","pushedAt":"2024-04-10T19:40:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"xiaying-peng","name":null,"path":"/xiaying-peng","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/80869623?s=80&v=4"},"commit":{"message":"Update asserter.go","shortMessageHtmlLink":"Update asserter.go"}},{"before":"c8a1eee92c2ec6d76bbef6a9d49bfa4a75e7f84b","after":"fa62d0317b1b48a27c69faf3dd82de2ca9f70d15","ref":"refs/heads/master","pushedAt":"2024-02-21T19:39:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jacquescaocb","name":null,"path":"/jacquescaocb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/102247620?s=80&v=4"},"commit":{"message":"Add a new asserter client with ignoring rosetta spec validation. (#502)\n\n* Add a new asserter client with ignoring rosetta spec validation.\r\n\r\n* Run make gen to fix check gen error\r\n\r\n* refactor asserter code\r\n\r\n* update copyright from 2020 to 2024.","shortMessageHtmlLink":"Add a new asserter client with ignoring rosetta spec validation. (#502)"}},{"before":null,"after":"a76863980d74bca0290c63c1b388f1da3d7874ec","ref":"refs/heads/print-debug-log","pushedAt":"2024-01-18T00:02:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jingweicb","name":null,"path":"/jingweicb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96205264?s=80&v=4"},"commit":{"message":"print debug log","shortMessageHtmlLink":"print debug log"}},{"before":null,"after":"94958ea574f0b49b15750602fd182b3b0932446a","ref":"refs/heads/bypass-address-checking","pushedAt":"2023-10-11T23:52:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jingweicb","name":null,"path":"/jingweicb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96205264?s=80&v=4"},"commit":{"message":"do not merge it","shortMessageHtmlLink":"do not merge it"}},{"before":"f5e40aaf36a63df3317169fd73f56a0a86050088","after":"c8a1eee92c2ec6d76bbef6a9d49bfa4a75e7f84b","ref":"refs/heads/master","pushedAt":"2023-08-23T16:45:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GeekArthur","name":"Jingfu Wang","path":"/GeekArthur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15131537?s=80&v=4"},"commit":{"message":"Guarantee the order of transactions in the block endpoint (#489)\n\n* feat: Guarantee the order of transactions in the block endpoint\r\n\r\nThis commit guarantees the order of transactions in the block endpoint. It does so by creating a map of fetched transactions and using that map to return the transactions in the original order they had in the block.\r\n\r\n- Added a new struct `FetchedTransaction` to represent fetched transactions\r\n- Updated `fetchChannelTransactions` to use the new `FetchedTransaction` struct\r\n- Updated `UnsafeTransactions` to use the new `FetchedTransaction` struct and create a map of fetched transactions\r\n- Modified the return statement in `UnsafeTransactions` to use the fetched transactions from the map\r\n\r\n* chore: add timeout to mock server\r\n\r\nThis commit adds a timeout to the mock server to prevent it from hanging indefinitely. This is mainly to make salus security scans happy.\r\n\r\n* chore: avoid memory leak in client\r\n\r\nThis commit fixes a memory leak in the client. The client was not reading the response body of the http request when closing the body, which could lead to a memory leak. This commit fixes this by reading the response body and discarding it.\r\n\r\nThis commit makes salus check pass.\r\n\r\n* chore: make check-gen happy\r\n\r\n* trigger github workflow","shortMessageHtmlLink":"Guarantee the order of transactions in the block endpoint (#489)"}},{"before":"194a52515693d1fc1b7b6a17e5b9cef766ad799a","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/ethereum/go-ethereum-1.12.1","pushedAt":"2023-08-14T03:08:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"ecf5e2209984bf4bdb2d359bbbf0860224802fb4","ref":"refs/heads/dependabot/go_modules/github.com/ethereum/go-ethereum-1.12.2","pushedAt":"2023-08-14T03:08:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/ethereum/go-ethereum from 1.10.21 to 1.12.2\n\nBumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.21 to 1.12.2.\n- [Release notes](https://github.com/ethereum/go-ethereum/releases)\n- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.21...v1.12.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/ethereum/go-ethereum\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/ethereum/go-ethereum from 1.10.21 to 1.12.2"}},{"before":"45eddc2c697cdae2abd4f6f704117c858b745f05","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/ethereum/go-ethereum-1.12.0","pushedAt":"2023-08-11T03:13:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"194a52515693d1fc1b7b6a17e5b9cef766ad799a","ref":"refs/heads/dependabot/go_modules/github.com/ethereum/go-ethereum-1.12.1","pushedAt":"2023-08-11T03:13:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/ethereum/go-ethereum from 1.10.21 to 1.12.1\n\nBumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.21 to 1.12.1.\n- [Release notes](https://github.com/ethereum/go-ethereum/releases)\n- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.21...v1.12.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/ethereum/go-ethereum\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/ethereum/go-ethereum from 1.10.21 to 1.12.1"}},{"before":"fbb54b89b492130fe829f0d7b1987055fc88b99d","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/tidwall/gjson-1.15.0","pushedAt":"2023-08-10T03:35:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"9ba64215832a83e73169a81f680cb474aca428fc","ref":"refs/heads/dependabot/go_modules/github.com/tidwall/gjson-1.16.0","pushedAt":"2023-08-10T03:35:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/tidwall/gjson from 1.14.2 to 1.16.0\n\nBumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.14.2 to 1.16.0.\n- [Commits](https://github.com/tidwall/gjson/compare/v1.14.2...v1.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/tidwall/gjson\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/tidwall/gjson from 1.14.2 to 1.16.0"}},{"before":"bca63a153a832d50a360d6bdf4c6435955fc156a","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/tidwall/gjson-1.14.4","pushedAt":"2023-07-28T03:46:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"fbb54b89b492130fe829f0d7b1987055fc88b99d","ref":"refs/heads/dependabot/go_modules/github.com/tidwall/gjson-1.15.0","pushedAt":"2023-07-28T03:45:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/tidwall/gjson from 1.14.2 to 1.15.0\n\nBumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.14.2 to 1.15.0.\n- [Commits](https://github.com/tidwall/gjson/compare/v1.14.2...v1.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/tidwall/gjson\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/tidwall/gjson from 1.14.2 to 1.15.0"}},{"before":"17e0538b50c4146a653851f8987b444d8d60493d","after":"c18a59585656b975aad9e4d875bc1d236e1a1eab","ref":"refs/heads/rebase-weiwang-pr","pushedAt":"2023-07-24T22:38:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jingweicb","name":null,"path":"/jingweicb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96205264?s=80&v=4"},"commit":{"message":"update","shortMessageHtmlLink":"update"}},{"before":null,"after":"17e0538b50c4146a653851f8987b444d8d60493d","ref":"refs/heads/rebase-weiwang-pr","pushedAt":"2023-07-24T22:36:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jingweicb","name":null,"path":"/jingweicb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96205264?s=80&v=4"},"commit":{"message":"trigger github workflow","shortMessageHtmlLink":"trigger github workflow"}},{"before":null,"after":"c4777c228415f8f65631b307a08d606fcd2ae2a5","ref":"refs/heads/jingwei/force-retry","pushedAt":"2023-05-31T21:55:58.834Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jingweicb","name":null,"path":"/jingweicb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96205264?s=80&v=4"},"commit":{"message":"update retry logic","shortMessageHtmlLink":"update retry logic"}},{"before":"d73b686f14093627cfa2906843e2d6b98441a58c","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.3","pushedAt":"2023-05-31T03:56:46.910Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"adf19b4cdf3fbb348ce3a7ac338882cc86b0a158","ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.4","pushedAt":"2023-05-31T03:56:42.011Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/stretchr/testify from 1.7.2 to 1.8.4\n\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.4.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/stretchr/testify\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/stretchr/testify from 1.7.2 to 1.8.4"}},{"before":"12de195c856d0b9f6e51544e9fc31315ca7cdfeb","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/ethereum/go-ethereum-1.11.6","pushedAt":"2023-05-26T03:57:03.453Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"45eddc2c697cdae2abd4f6f704117c858b745f05","ref":"refs/heads/dependabot/go_modules/github.com/ethereum/go-ethereum-1.12.0","pushedAt":"2023-05-26T03:56:58.052Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/ethereum/go-ethereum from 1.10.21 to 1.12.0\n\nBumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.21 to 1.12.0.\n- [Release notes](https://github.com/ethereum/go-ethereum/releases)\n- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.21...v1.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/ethereum/go-ethereum\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/ethereum/go-ethereum from 1.10.21 to 1.12.0"}},{"before":"5f3ffcf4fa318b2ae58262f779ef4f48fa09700d","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.2","pushedAt":"2023-05-19T03:56:51.253Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"d73b686f14093627cfa2906843e2d6b98441a58c","ref":"refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.3","pushedAt":"2023-05-19T03:56:46.141Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/stretchr/testify from 1.7.2 to 1.8.3\n\nBumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.3.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.3)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/stretchr/testify\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/stretchr/testify from 1.7.2 to 1.8.3"}},{"before":"5c4e2195c642b639957e5e3accc20304f89ffac2","after":"b55f4ba9d1542b2bd587d3495b0f9a172c364284","ref":"refs/heads/madhur/fix-salus","pushedAt":"2023-04-24T22:37:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shrimalmadhur","name":"Madhur Shrimal","path":"/shrimalmadhur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/642275?s=80&v=4"},"commit":{"message":"server delete","shortMessageHtmlLink":"server delete"}},{"before":"8daad70b31391aa7311df4577d3a5d97e90f003d","after":"5c4e2195c642b639957e5e3accc20304f89ffac2","ref":"refs/heads/madhur/fix-salus","pushedAt":"2023-04-24T22:30:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shrimalmadhur","name":"Madhur Shrimal","path":"/shrimalmadhur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/642275?s=80&v=4"},"commit":{"message":"cleanup","shortMessageHtmlLink":"cleanup"}},{"before":null,"after":"8daad70b31391aa7311df4577d3a5d97e90f003d","ref":"refs/heads/madhur/fix-salus","pushedAt":"2023-04-24T20:48:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shrimalmadhur","name":"Madhur Shrimal","path":"/shrimalmadhur","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/642275?s=80&v=4"},"commit":{"message":"update openapi for salus","shortMessageHtmlLink":"update openapi for salus"}},{"before":"f726eebe24df1cf940c8ee75deecdfbd7c9f0a31","after":"bca63a153a832d50a360d6bdf4c6435955fc156a","ref":"refs/heads/dependabot/go_modules/github.com/tidwall/gjson-1.14.4","pushedAt":"2023-04-24T19:05:48.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":"Bump github.com/tidwall/gjson from 1.14.1 to 1.14.4\n\nBumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.14.1 to 1.14.4.\n- [Release notes](https://github.com/tidwall/gjson/releases)\n- [Commits](https://github.com/tidwall/gjson/compare/v1.14.1...v1.14.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/tidwall/gjson\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/tidwall/gjson from 1.14.1 to 1.14.4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAELXneRQA","startCursor":null,"endCursor":null}},"title":"Activity ยท coinbase/mesh-sdk-go"}