{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":331107018,"defaultBranch":"master","name":"sway","ownerLogin":"FuelLabs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-19T20:54:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/55993183?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716939611.0","currentOid":""},"activityList":{"items":[{"before":"4be6c95da91165cefcdf72f029404f9a9b6dea42","after":"7e3e95e473e2fba0f719f49e388a9af16740228e","ref":"refs/heads/kayagokalp/deploy-default-proxy","pushedAt":"2024-05-29T05:57:07.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"kayagokalp","name":"Kaya Gökalp","path":"/kayagokalp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20915464?s=80&v=4"},"commit":{"message":"clippy fix","shortMessageHtmlLink":"clippy fix"}},{"before":"c5bd971589dd1b290bb9fcbc934d22100da8b8fa","after":"166561579ff4d2c792b5b879ef1676db53f334c8","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T23:48:00.000Z","pushType":"push","commitsCount":1,"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: f342f52381c36730094106d5b9c8d7e1e960c1d4","shortMessageHtmlLink":"deploy: f342f52"}},{"before":"06d224f8ba7bb8c72543a15736e0a3e50095c29e","after":"c5bd971589dd1b290bb9fcbc934d22100da8b8fa","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T23:47:42.000Z","pushType":"push","commitsCount":1,"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: f342f52381c36730094106d5b9c8d7e1e960c1d4","shortMessageHtmlLink":"deploy: f342f52"}},{"before":"c991257afd2e55b1cd8236af38154ef0d293fa09","after":"06d224f8ba7bb8c72543a15736e0a3e50095c29e","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T23:47:25.000Z","pushType":"push","commitsCount":1,"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: f342f52381c36730094106d5b9c8d7e1e960c1d4","shortMessageHtmlLink":"deploy: f342f52"}},{"before":"2b4e1d13a38ebdfc79e46381b5e1e8f3c8c38dfb","after":"c991257afd2e55b1cd8236af38154ef0d293fa09","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T23:47:08.000Z","pushType":"push","commitsCount":1,"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: f342f52381c36730094106d5b9c8d7e1e960c1d4","shortMessageHtmlLink":"deploy: f342f52"}},{"before":"ca039cd78f4f04ce5705b69c029e48c614a2fc10","after":null,"ref":"refs/heads/sophie/forc-doc-primitives","pushedAt":"2024-05-28T23:40:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sdankel","name":"Sophie Dankel","path":"/sdankel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47993817?s=80&v=4"}},{"before":"450d13e3379d4e0bac1fea33c72cd2afd9bf2457","after":"f342f52381c36730094106d5b9c8d7e1e960c1d4","ref":"refs/heads/master","pushedAt":"2024-05-28T23:40:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sdankel","name":"Sophie Dankel","path":"/sdankel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47993817?s=80&v=4"},"commit":{"message":"feat: Add primitive types to forc-doc (#6032)\n\n## Description\r\n\r\nCloses https://github.com/FuelLabs/sway/issues/5968\r\n\r\nAdds a new \"Primitive\" type in the sidebar and to the search bar. The\r\ndescriptions are hard coded since there is nowhere to parse the\r\ndocumentation from. The list of primitives is also hardcoded, so we will\r\nneed to update forc-doc if/when new primitives are added to the\r\nlanguage.\r\n\r\nPrimitives will be documented show up in the side bar for any package\r\nthat has implementations for a primitive. This is why it currently shows\r\nup for both std and core.\r\n\r\nSide bar nav:\r\n![May-27-2024\r\n16-54-34](https://github.com/FuelLabs/sway/assets/47993817/30efc6d9-43d3-455b-baac-5daf7b19955f)\r\n\r\nSearch bar:\r\n![May-27-2024\r\n16-54-53](https://github.com/FuelLabs/sway/assets/47993817/9e988c12-f84d-4012-bd88-a646514841ce)\r\n\r\n## Checklist\r\n\r\n- [x] I have linked to any relevant issues.\r\n- [x] I have commented my code, particularly in hard-to-understand\r\nareas.\r\n- [x] I have updated the documentation where relevant (API docs, the\r\nreference, and the Sway book).\r\n- [ ] If my change requires substantial documentation changes, I have\r\n[requested support from the DevRel\r\nteam](https://github.com/FuelLabs/devrel-requests/issues/new/choose)\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works.\r\n- [ ] I have added (or requested a maintainer to add) the necessary\r\n`Breaking*` or `New Feature` labels where relevant.\r\n- [x] I have done my best to ensure that my PR adheres to [the Fuel Labs\r\nCode Review\r\nStandards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).\r\n- [x] I have requested a review from the relevant team or maintainers.\r\n\r\n---------\r\n\r\nCo-authored-by: Joshua Batty ","shortMessageHtmlLink":"feat: Add primitive types to forc-doc (#6032)"}},{"before":"1b34fbc3752b3514c9cfc499b08c1caab53e2412","after":"4be6c95da91165cefcdf72f029404f9a9b6dea42","ref":"refs/heads/kayagokalp/deploy-default-proxy","pushedAt":"2024-05-28T22:12:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kayagokalp","name":"Kaya Gökalp","path":"/kayagokalp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20915464?s=80&v=4"},"commit":{"message":"chore: clippy fix","shortMessageHtmlLink":"chore: clippy fix"}},{"before":null,"after":"1b34fbc3752b3514c9cfc499b08c1caab53e2412","ref":"refs/heads/kayagokalp/deploy-default-proxy","pushedAt":"2024-05-28T21:45:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kayagokalp","name":"Kaya Gökalp","path":"/kayagokalp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20915464?s=80&v=4"},"commit":{"message":"feat: create and deploy proxy for contracts with proxy enabled","shortMessageHtmlLink":"feat: create and deploy proxy for contracts with proxy enabled"}},{"before":null,"after":"dae3ce5779d2fb56de7ce92e5c730fc09e3cd07f","ref":"refs/heads/bump/testnet-templates","pushedAt":"2024-05-28T20:26:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"calldelegation","name":"Call Delegation","path":"/calldelegation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106365423?s=80&v=4"},"commit":{"message":"updating all templates to rust v0.62.0","shortMessageHtmlLink":"updating all templates to rust v0.62.0"}},{"before":"106e0c46669c09f02177c5fd8ffba00310dc99c9","after":"ca039cd78f4f04ce5705b69c029e48c614a2fc10","ref":"refs/heads/sophie/forc-doc-primitives","pushedAt":"2024-05-28T17:43:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sdankel","name":"Sophie Dankel","path":"/sdankel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47993817?s=80&v=4"},"commit":{"message":"Merge branch 'master' into sophie/forc-doc-primitives","shortMessageHtmlLink":"Merge branch 'master' into sophie/forc-doc-primitives"}},{"before":"36bd46651d04fc6ba61cec77108258c26d589100","after":null,"ref":"refs/heads/dmihal/add-control-opcodes","pushedAt":"2024-05-28T16:36:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vaivaswatha","name":"Vaivaswatha N","path":"/vaivaswatha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4222529?s=80&v=4"}},{"before":"d1f29b406b4c984c123c52959382f03a3925690c","after":null,"ref":"refs/heads/vaivaswatha/fuel-upgrade","pushedAt":"2024-05-28T16:36:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vaivaswatha","name":"Vaivaswatha N","path":"/vaivaswatha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4222529?s=80&v=4"}},{"before":"e06ebc284225b291104166fafb32693be1eb36cf","after":"2b4e1d13a38ebdfc79e46381b5e1e8f3c8c38dfb","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T15:46:26.000Z","pushType":"push","commitsCount":1,"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: 450d13e3379d4e0bac1fea33c72cd2afd9bf2457","shortMessageHtmlLink":"deploy: 450d13e"}},{"before":"3bc365d9fbfb9ed60b3ac26b02a539479b09e13c","after":"e06ebc284225b291104166fafb32693be1eb36cf","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T15:46:11.000Z","pushType":"push","commitsCount":1,"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: 450d13e3379d4e0bac1fea33c72cd2afd9bf2457","shortMessageHtmlLink":"deploy: 450d13e"}},{"before":"5f929ac912d2ac27d5bf4a443f53288c2f81e244","after":"3bc365d9fbfb9ed60b3ac26b02a539479b09e13c","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T15:45:55.000Z","pushType":"push","commitsCount":1,"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: 450d13e3379d4e0bac1fea33c72cd2afd9bf2457","shortMessageHtmlLink":"deploy: 450d13e"}},{"before":"e214442730f937d9cf6183ced744c9f5d144f9f3","after":"5f929ac912d2ac27d5bf4a443f53288c2f81e244","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T15:45:39.000Z","pushType":"push","commitsCount":1,"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: 450d13e3379d4e0bac1fea33c72cd2afd9bf2457","shortMessageHtmlLink":"deploy: 450d13e"}},{"before":"f69fd928274afe4441074809d9eb747f9a5e973d","after":null,"ref":"refs/heads/ironcev/bytcode-size-in-test-output","pushedAt":"2024-05-28T15:38:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ironcev","name":"Igor Rončević","path":"/ironcev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4142833?s=80&v=4"}},{"before":"9d03fbd352bb112bd637909b33967d01f1f979e6","after":"450d13e3379d4e0bac1fea33c72cd2afd9bf2457","ref":"refs/heads/master","pushedAt":"2024-05-28T15:38:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ironcev","name":"Igor Rončević","path":"/ironcev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4142833?s=80&v=4"},"commit":{"message":"Add generated bytecode size to verbose test output (#6063)\n\n## Description\r\n\r\nThis PR adds generated bytecode size to verbose test output:\r\n```\r\nFinished release [optimized + fuel] target(s) in 0.72s\r\n Bytecode size: 40104 bytes <<<<---------\r\n Bytecode hash: 0xc24a3e994874ec26b8698381bb03efc222cfc461a01aeaede8278acaef9524a1\r\n```\r\nThis information is useful for ad-hoc visual comparison of bytecode\r\nsizes as well as building simple tooling that compares impact of code\r\nchanges to the bytecode size.\r\n\r\n## Checklist\r\n\r\n- [ ] I have linked to any relevant issues.\r\n- [ ] I have commented my code, particularly in hard-to-understand\r\nareas.\r\n- [ ] I have updated the documentation where relevant (API docs, the\r\nreference, and the Sway book).\r\n- [ ] If my change requires substantial documentation changes, I have\r\n[requested support from the DevRel\r\nteam](https://github.com/FuelLabs/devrel-requests/issues/new/choose)\r\n- [ ] I have added tests that prove my fix is effective or that my\r\nfeature works.\r\n- [ ] I have added (or requested a maintainer to add) the necessary\r\n`Breaking*` or `New Feature` labels where relevant.\r\n- [x] I have done my best to ensure that my PR adheres to [the Fuel Labs\r\nCode Review\r\nStandards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).\r\n- [x] I have requested a review from the relevant team or maintainers.","shortMessageHtmlLink":"Add generated bytecode size to verbose test output (#6063)"}},{"before":"71c1907a1eb4eac76dbbe8271daee163d29c8660","after":"f941425e0e3a629fef00d2795bd5f0d39e7c2ede","ref":"refs/heads/xunilrj/configurables-faster-access","pushedAt":"2024-05-28T14:14:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"xunilrj","name":"Daniel Frederico Lins Leite","path":"/xunilrj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/83425?s=80&v=4"},"commit":{"message":"fmt and clippy","shortMessageHtmlLink":"fmt and clippy"}},{"before":null,"after":"9e4c2178b02eb15bc7ada35b9ab59f4e957a4a2b","ref":"refs/heads/esdrubal/storage_key_change","pushedAt":"2024-05-28T10:59:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"esdrubal","name":"Marcos Henrich","path":"/esdrubal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1188095?s=80&v=4"},"commit":{"message":"Removes attribute namespace.","shortMessageHtmlLink":"Removes attribute namespace."}},{"before":null,"after":"f69fd928274afe4441074809d9eb747f9a5e973d","ref":"refs/heads/ironcev/bytcode-size-in-test-output","pushedAt":"2024-05-28T08:34:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ironcev","name":"Igor Rončević","path":"/ironcev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4142833?s=80&v=4"},"commit":{"message":"Add generated bytecode size to verbose test output","shortMessageHtmlLink":"Add generated bytecode size to verbose test output"}},{"before":"fba37796e8615829578251b7ca133b80ea4dff17","after":null,"ref":"refs/heads/hal3e/call_with_fn_selector","pushedAt":"2024-05-28T08:04:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hal3e","name":"hal3e","path":"/hal3e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34192196?s=80&v=4"}},{"before":"4252fe2f0f9a40bc308596a829d576aca3e3d859","after":null,"ref":"refs/heads/xunilrj/new-encoding-configurables","pushedAt":"2024-05-28T08:04:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"hal3e","name":"hal3e","path":"/hal3e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34192196?s=80&v=4"}},{"before":"f850e4c67300e48b7fe65785e5b29e764cfefa4a","after":"106e0c46669c09f02177c5fd8ffba00310dc99c9","ref":"refs/heads/sophie/forc-doc-primitives","pushedAt":"2024-05-28T02:35:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"JoshuaBatty","name":"Joshua Batty","path":"/JoshuaBatty","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1289413?s=80&v=4"},"commit":{"message":"Merge branch 'master' into sophie/forc-doc-primitives","shortMessageHtmlLink":"Merge branch 'master' into sophie/forc-doc-primitives"}},{"before":"2586f15beae73e169046ab9c5a47dda3eaff5a29","after":"e214442730f937d9cf6183ced744c9f5d144f9f3","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T01:49:51.000Z","pushType":"push","commitsCount":1,"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: 9d03fbd352bb112bd637909b33967d01f1f979e6","shortMessageHtmlLink":"deploy: 9d03fbd"}},{"before":"95c09da9a06066d65fe1df66c1604558d46988c7","after":"2586f15beae73e169046ab9c5a47dda3eaff5a29","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T01:49:34.000Z","pushType":"push","commitsCount":1,"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: 9d03fbd352bb112bd637909b33967d01f1f979e6","shortMessageHtmlLink":"deploy: 9d03fbd"}},{"before":"59b6b8be469c50a7baa68347da2b54eecff57e18","after":"95c09da9a06066d65fe1df66c1604558d46988c7","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T01:49:18.000Z","pushType":"push","commitsCount":1,"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: 9d03fbd352bb112bd637909b33967d01f1f979e6","shortMessageHtmlLink":"deploy: 9d03fbd"}},{"before":"86ca3bb861310280aab8d37854666dfd62a560d3","after":"59b6b8be469c50a7baa68347da2b54eecff57e18","ref":"refs/heads/gh-pages","pushedAt":"2024-05-28T01:49:03.000Z","pushType":"push","commitsCount":1,"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: 9d03fbd352bb112bd637909b33967d01f1f979e6","shortMessageHtmlLink":"deploy: 9d03fbd"}},{"before":"4fe6f1ed5134914f1133bb7032e9fe7165255cc6","after":"9d03fbd352bb112bd637909b33967d01f1f979e6","ref":"refs/heads/master","pushedAt":"2024-05-28T01:43:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kayagokalp","name":"Kaya Gökalp","path":"/kayagokalp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20915464?s=80&v=4"},"commit":{"message":"chore: Improve the error message for unresolved manifest reference (#6061)\n\n## Description\r\n\r\nUpdates the error message to be more helpful when `forc build` is run\r\nand the Forc.toml contains an invalid reference (i.e. bad git\r\nbranch/tag/rev). Also updates `forc-fmt` to use `println_error` for\r\nconsistent error display with the rest of forc.","shortMessageHtmlLink":"chore: Improve the error message for unresolved manifest reference (#…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVo_XswA","startCursor":null,"endCursor":null}},"title":"Activity · FuelLabs/sway"}