{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":397755303,"defaultBranch":"main","name":"cairo-contracts","ownerLogin":"OpenZeppelin","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-08-18T23:00:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/20820676?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716223321.0","currentOid":""},"activityList":{"items":[{"before":"7016cbc33d6b482863bfe1e4734d39a9f2466ff5","after":"978b4e75209da355667d8954d2450e32bd71fe49","ref":"refs/heads/main","pushedAt":"2024-05-20T16:37:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Release v0.13.0 (#992)\n\n* feat: update CHANGELOG\r\n\r\n* Bump version to 0.13.0\r\n\r\n---------\r\n\r\nCo-authored-by: ericnordelo ","shortMessageHtmlLink":"Release v0.13.0 (#992)"}},{"before":"98f774ed55738002414650e60dc426fffb68871e","after":"ca1155415456d9b53825e95b30e0416f3f174b4f","ref":"refs/heads/release-v0.13.0","pushedAt":"2024-05-20T12:43:53.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":"Bump version to 0.13.0","shortMessageHtmlLink":"Bump version to 0.13.0"}},{"before":null,"after":"98f774ed55738002414650e60dc426fffb68871e","ref":"refs/heads/release-v0.13.0","pushedAt":"2024-05-20T12:43:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"feat: update CHANGELOG","shortMessageHtmlLink":"feat: update CHANGELOG"}},{"before":"852abcf954dd62efd419e733019ce8e2a89f908b","after":"7016cbc33d6b482863bfe1e4734d39a9f2466ff5","ref":"refs/heads/main","pushedAt":"2024-05-18T17:56:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Validate new public key in EthAccount (#990)\n\n* feat: add logic and tests\r\n\r\n* feat: add documentation\r\n\r\n* feat: update CHANGELOG\r\n\r\n* Update src/account/eth_account.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/api/account.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: update test\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Fleming ","shortMessageHtmlLink":"Validate new public key in EthAccount (#990)"}},{"before":"ad6b85864c6dd4bd46c6778812f0f93938152dc9","after":"852abcf954dd62efd419e733019ce8e2a89f908b","ref":"refs/heads/main","pushedAt":"2024-05-16T22:34:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Validate new public key in Account (#989)\n\n* feat: add logic and tests\r\n\r\n* feat: update CHANGELOG\r\n\r\n* feat: use ExTrait\r\n\r\n* feat: update doc example\r\n\r\n* Update src/tests/account/test_account.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update src/tests/account/test_account.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/api/account.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/api/account.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/api/account.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update src/account/account.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update src/account/account.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: move NEW_PUBKEY to constants\r\n\r\n* feat: format files\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Fleming ","shortMessageHtmlLink":"Validate new public key in Account (#989)"}},{"before":"e190e55ce689809dd09b6ed9fef167fa35bcc19c","after":"ad6b85864c6dd4bd46c6778812f0f93938152dc9","ref":"refs/heads/main","pushedAt":"2024-05-16T18:20:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"Add account usage guide (#981)\n\n* start account guide\r\n\r\n* add std account section\r\n\r\n* remove unused refs\r\n\r\n* add usage section to account doc\r\n\r\n* add eth account deployment guide\r\n\r\n* add links, tidy up docs\r\n\r\n* add changelog entry\r\n\r\n* update changelog entry\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* remove embedded src5\r\n\r\n* add custom account tx example\r\n\r\n* add EthAccount tx example\r\n\r\n* fix casing\r\n\r\n* add import clauses to eth account examples\r\n\r\n* add notes to document versions used for sncast and starknetjs in examples\r\n\r\n* change Usage title to Sending transactions in the accounts doc\r\n\r\n* fix changelog entry\r\n\r\n---------\r\n\r\nCo-authored-by: Eric Nordelo ","shortMessageHtmlLink":"Add account usage guide (#981)"}},{"before":"a0899b0f838df598d7932577c35846f706c54eab","after":"e190e55ce689809dd09b6ed9fef167fa35bcc19c","ref":"refs/heads/main","pushedAt":"2024-05-14T10:53:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Add ERC721 hooks (#978)\n\n* feat: working in logic\r\n\r\n* feat: add empty impl\r\n\r\n* feat: finish docs\r\n\r\n* feat: update CHANGELOG\r\n\r\n* Update src/token/erc721/erc721.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update src/token/erc721/erc721.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/api/erc721.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply review updates\r\n\r\n* docs: update comment\r\n\r\n* feat: add more tests\r\n\r\n* feat: apply review updates\r\n\r\n* feat: apply review updates\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Fleming ","shortMessageHtmlLink":"Add ERC721 hooks (#978)"}},{"before":"2f0dfe81c1ee8741169a31704bc7a18f3c48c250","after":"a0899b0f838df598d7932577c35846f706c54eab","ref":"refs/heads/main","pushedAt":"2024-05-13T10:35:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Add ERC1155 Hooks (#982)\n\n* feat: add hooks\r\n\r\n* fix: mock\r\n\r\n* Update src/token/erc20/erc20.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Fleming ","shortMessageHtmlLink":"Add ERC1155 Hooks (#982)"}},{"before":"9f34e3c52299af342fd82499805887361bc2fd1b","after":"2f0dfe81c1ee8741169a31704bc7a18f3c48c250","ref":"refs/heads/main","pushedAt":"2024-05-09T16:51:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"fix old interface traits (#986)","shortMessageHtmlLink":"fix old interface traits (#986)"}},{"before":null,"after":"0697004db74502ce49900edef37331dd03531356","ref":"refs/heads/release-v0.12.0","pushedAt":"2024-04-22T21:26:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"Merge branch 'main' into release-v0.12.0","shortMessageHtmlLink":"Merge branch 'main' into release-v0.12.0"}},{"before":"07f4d27bab648cee2185e646e6e6fd45df756633","after":"9f34e3c52299af342fd82499805887361bc2fd1b","ref":"refs/heads/main","pushedAt":"2024-04-22T21:19:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"Release v0.12.0 (#977)\n\n* create release entry\r\n\r\n* Bump version to 0.12.0\r\n\r\n---------\r\n\r\nCo-authored-by: andrew-fleming ","shortMessageHtmlLink":"Release v0.12.0 (#977)"}},{"before":"ea05584ff61b3229626198061919dcf7a902fc89","after":"07f4d27bab648cee2185e646e6e6fd45df756633","ref":"refs/heads/main","pushedAt":"2024-04-18T19:16:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"feat: update highlighting (#976)","shortMessageHtmlLink":"feat: update highlighting (#976)"}},{"before":"061cab2de5c151266e77a6b816600b17d5e27504","after":"ea05584ff61b3229626198061919dcf7a902fc89","ref":"refs/heads/main","pushedAt":"2024-04-18T09:41:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Remove y from EthAccount signature. (#940)\n\n* feat: remove y from signature\r\n\r\n* feat: update CHANGELOG\r\n\r\n* feat: apply update review\r\n\r\n* refactor: Signature to EthSignature\r\n\r\n* fix: tests\r\n\r\n* feat: apply update reviews","shortMessageHtmlLink":"Remove y from EthAccount signature. (#940)"}},{"before":"afd683fab7a2b3bdd07572446bb6420f698b340d","after":"061cab2de5c151266e77a6b816600b17d5e27504","ref":"refs/heads/main","pushedAt":"2024-04-16T23:28:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"Add upgrades to presets (#964)\n\n* make account upgradeable\r\n\r\n* add upgradeable to preset name\r\n\r\n* add contract param to event assertion, add assert_only_event fn\r\n\r\n* add contract param in event assertions\r\n\r\n* switch param order for consistency in event assertion\r\n\r\n* update event assertion\r\n\r\n* make erc20 preset upgradeable and ownable\r\n\r\n* update erc20 preset contract name\r\n\r\n* add interfaces dir, add ierc20upgradeable\r\n\r\n* add new preset tests\r\n\r\n* fix mod name\r\n\r\n* add account preset interface\r\n\r\n* add interface for eth account preset\r\n\r\n* fix formatting\r\n\r\n* add erc721 upgradeable interface\r\n\r\n* make erc721 upgradeable\r\n\r\n* add tests for preset\r\n\r\n* fix formatting\r\n\r\n* add erc1155 preset interface\r\n\r\n* make erc1155 preset upgradeable\r\n\r\n* use case-specific interface for checking state after upgrade\r\n\r\n* add ownable and upgradeable tests\r\n\r\n* fix formatting\r\n\r\n* start changelog entries\r\n\r\n* update attributes\r\n\r\n* update account preset api\r\n\r\n* update erc20 preset api\r\n\r\n* fix typo\r\n\r\n* update erc721 preset api\r\n\r\n* add line in description\r\n\r\n* update erc1155 preset api\r\n\r\n* normalize descriptions\r\n\r\n* add upgradeable to the in-code doc\r\n\r\n* normalize in-code docs\r\n\r\n* update constructor comments\r\n\r\n* fix link\r\n\r\n* clean up imports\r\n\r\n* add contract param to event assertions, add assert_only_\r\n\r\n* import event assertions from token tests\r\n\r\n* fix formatting\r\n\r\n* add changelog entry\r\n\r\n* fix comment\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* fix comments\r\n\r\n* update preset refs/names\r\n\r\n* add external fn index for presets\r\n\r\n* fix comment\r\n\r\n* add requirements to upgrade in api\r\n\r\n* update code block ex\r\n\r\n* update preset ex in usage\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* update preset interface names\r\n\r\n* update preset names in KNOWN_ORDER\r\n\r\n* fix comment in code block\r\n\r\n---------\r\n\r\nCo-authored-by: Eric Nordelo ","shortMessageHtmlLink":"Add upgrades to presets (#964)"}},{"before":"cbd76fc3136bdc44a9dbb19425630758303c4316","after":"afd683fab7a2b3bdd07572446bb6420f698b340d","ref":"refs/heads/main","pushedAt":"2024-04-16T22:53:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"Add udc docs (#954)\n\n* add headers and contract deployment example\r\n\r\n* start precomputing section\r\n\r\n* move udc helpers to utils\r\n\r\n* fix formatting\r\n\r\n* start changelog entry\r\n\r\n* add changelog entry\r\n\r\n* add udc and udc api in nav\r\n\r\n* move udc utils to udc module\r\n\r\n* update udc utils import\r\n\r\n* update udc doc\r\n\r\n* update utils\r\n\r\n* add udc api doc\r\n\r\n* fix formatting\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* remove duplicate link\r\n\r\n* use pedersen trait in compute fn\r\n\r\n* update util func names\r\n\r\n* fix formatting\r\n\r\n* add salt modification to deploy_contract description\r\n\r\n* add declare tx link\r\n\r\n* add udc to sidebar-collapse\r\n\r\n* remove first iteration NOTE\r\n\r\n* change function order\r\n\r\n* add interfaces mod\r\n\r\n* simplify import using interfaces mod\r\n\r\n* fix formatting\r\n\r\n* update comments\r\n\r\n* update interface import\r\n\r\n* add link to event\r\n\r\n* fix precomputing section\r\n\r\n* update universal_deployer api section in utils\r\n\r\n* fix deploy_syscall link\r\n\r\n* fix use statement\r\n\r\n* change util mod to deployments\r\n\r\n* change mod name to deployments, update links\r\n\r\n* fix formatting\r\n\r\n* add comment\r\n\r\n* add new udc contract address\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* fix fn\r\n\r\n* consolidate calculate udc fns, add DeployerInfo struct\r\n\r\n* update udc docs\r\n\r\n* move udc doc to modules\r\n\r\n* link udc util\r\n\r\n* fix calculate util name\r\n\r\n* update calculate util fn names\r\n\r\n* remove unused attr\r\n\r\n* update udc preset link\r\n\r\n---------\r\n\r\nCo-authored-by: Eric Nordelo ","shortMessageHtmlLink":"Add udc docs (#954)"}},{"before":"ec99fc382f573c6f52d1ddcc89e3e269d6d17aa8","after":"cbd76fc3136bdc44a9dbb19425630758303c4316","ref":"refs/heads/main","pushedAt":"2024-04-16T12:14:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"ERC20Votes docs (#962)\n\n* feat: add main logic\r\n\r\n* feat: docs\r\n\r\n* feat: add Nonces and tests\r\n\r\n* docs: finish v1\r\n\r\n* feat: update CHANGELOG\r\n\r\n* fix: format\r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply update reviews\r\n\r\n* fix: tests\r\n\r\n* fix: linter\r\n\r\n* feat: finish main logic\r\n\r\n* feat: add tests\r\n\r\n* fix: tests\r\n\r\n* feat: update CHANGELOG\r\n\r\n* refactor: hooks names\r\n\r\n* fix: tests\r\n\r\n* feat: add overflow events to ERC20\r\n\r\n* feat: bump scarb\r\n\r\n* feat: set scarb to 2.6.3\r\n\r\n* fix: tests\r\n\r\n* Update src/utils/structs/checkpoint.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update src/tests/presets/test_erc20_votes.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply review updates\r\n\r\n* feat: update docs\r\n\r\n* feat: apply review updates\r\n\r\n* feat: apply review updates\r\n\r\n* fix: test\r\n\r\n* fix: comment\r\n\r\n* Update docs/modules/ROOT/pages/api/erc20.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply update reviews\r\n\r\n* feat: merge main\r\n\r\n* refactor: update param name for accuracy\r\n\r\n* Update docs/modules/ROOT/pages/api/erc20.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/api/erc20.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Fleming ","shortMessageHtmlLink":"ERC20Votes docs (#962)"}},{"before":"bb15d2accdf7754163b8eb0ba5895bbbf5e907aa","after":"ec99fc382f573c6f52d1ddcc89e3e269d6d17aa8","ref":"refs/heads/main","pushedAt":"2024-04-12T17:51:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Migrate ERC20Votes to component (#951)\n\n* feat: add main logic\r\n\r\n* feat: docs\r\n\r\n* feat: add Nonces and tests\r\n\r\n* docs: finish v1\r\n\r\n* feat: update CHANGELOG\r\n\r\n* fix: format\r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply update reviews\r\n\r\n* fix: tests\r\n\r\n* fix: linter\r\n\r\n* feat: finish main logic\r\n\r\n* feat: add tests\r\n\r\n* fix: tests\r\n\r\n* feat: update CHANGELOG\r\n\r\n* refactor: hooks names\r\n\r\n* fix: tests\r\n\r\n* feat: add overflow events to ERC20\r\n\r\n* feat: bump scarb\r\n\r\n* feat: set scarb to 2.6.3\r\n\r\n* fix: tests\r\n\r\n* Update src/utils/structs/checkpoint.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update src/tests/presets/test_erc20_votes.cairo\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply review updates\r\n\r\n* feat: apply review updates\r\n\r\n* feat: apply review updates\r\n\r\n* fix: test\r\n\r\n* fix: comment\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Fleming ","shortMessageHtmlLink":"Migrate ERC20Votes to component (#951)"}},{"before":"47f804c9bf51a9d204e3053b5f3210873055373f","after":"bb15d2accdf7754163b8eb0ba5895bbbf5e907aa","ref":"refs/heads/main","pushedAt":"2024-04-12T17:46:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Update docs with mixin when applicable (#966)\n\n* feat: update docs and refactor comments\r\n\r\n* feat: apply review updates","shortMessageHtmlLink":"Update docs with mixin when applicable (#966)"}},{"before":"9e0e248106157cdbaa59dac0312e74fe309f5322","after":"47f804c9bf51a9d204e3053b5f3210873055373f","ref":"refs/heads/main","pushedAt":"2024-04-11T20:57:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"Allow importable test utils, update utils docs (#963)\n\n* move cfg from lib to tests dir\r\n\r\n* simplify deploy, change param name\r\n\r\n* update tests/utils docs\r\n\r\n* start changelog entries\r\n\r\n* fix param\r\n\r\n* add PR number to changelog entries","shortMessageHtmlLink":"Allow importable test utils, update utils docs (#963)"}},{"before":"17e6bcc83965a660d22dcf2859fb7958c38d908f","after":"9e0e248106157cdbaa59dac0312e74fe309f5322","ref":"refs/heads/main","pushedAt":"2024-04-11T19:52:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"feat: add custom order (#967)","shortMessageHtmlLink":"feat: add custom order (#967)"}},{"before":"671ee9c2aa567b52f684765a54ff1f243bad3ef4","after":"8481b864e8db7b63554ca89212a7f8735a719964","ref":"refs/heads/release-v0.10.0","pushedAt":"2024-04-04T17:36:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"fix: scarb version (#960)","shortMessageHtmlLink":"fix: scarb version (#960)"}},{"before":"733a1ef731a0810b689c3ced65f01ac4eda6aa77","after":"17e6bcc83965a660d22dcf2859fb7958c38d908f","ref":"refs/heads/main","pushedAt":"2024-04-02T19:00:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"chore: add auto check typos flow when RP (#957)\n\n* chore: add auto check typos flow when RP\r\n\r\n* chore: fix action config\r\n\r\n* chore: fix action config\r\n\r\n* Update .github/workflows/typos.yaml\r\n\r\nCo-authored-by: Eric Nordelo \r\n\r\n* fix: utilities typos\r\n\r\n---------\r\n\r\nCo-authored-by: Eric Nordelo ","shortMessageHtmlLink":"chore: add auto check typos flow when RP (#957)"}},{"before":"b5413becb47827157e365b9348c53caf0ff5adbb","after":"733a1ef731a0810b689c3ced65f01ac4eda6aa77","ref":"refs/heads/main","pushedAt":"2024-03-29T16:05:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Release v0.11.0 (#958)\n\n* feat: update CHANGELOG\r\n\r\n* Bump version to 0.11.0\r\n\r\n* feat: update example\r\n\r\n---------\r\n\r\nCo-authored-by: ericnordelo ","shortMessageHtmlLink":"Release v0.11.0 (#958)"}},{"before":"d92f55457efc78f54c98770d0e9a109d5df4c7d7","after":"a83f36b23f1af6e160288962be4a2701c3ecbcda","ref":"refs/heads/release-v0.11.0","pushedAt":"2024-03-29T15:58:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"Merge branch 'release-v0.11.0' of github.com:OpenZeppelin/cairo-contracts into release-v0.11.0","shortMessageHtmlLink":"Merge branch 'release-v0.11.0' of github.com:OpenZeppelin/cairo-contr…"}},{"before":"a1095f4be7026938621d7d7c4f0e525e5ebbdfb6","after":"d92f55457efc78f54c98770d0e9a109d5df4c7d7","ref":"refs/heads/release-v0.11.0","pushedAt":"2024-03-29T13:16:17.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":"Bump version to 0.11.0","shortMessageHtmlLink":"Bump version to 0.11.0"}},{"before":null,"after":"a1095f4be7026938621d7d7c4f0e525e5ebbdfb6","ref":"refs/heads/release-v0.11.0","pushedAt":"2024-03-29T13:15:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"feat: update CHANGELOG","shortMessageHtmlLink":"feat: update CHANGELOG"}},{"before":"c3894a98612ea16964e14aa4b97e32360878e0c3","after":"b5413becb47827157e365b9348c53caf0ff5adbb","ref":"refs/heads/main","pushedAt":"2024-03-29T12:53:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"SNIP 12 Utilities (#935)\n\n* feat: add main logic\r\n\r\n* feat: docs\r\n\r\n* feat: add Nonces and tests\r\n\r\n* docs: finish v1\r\n\r\n* feat: update CHANGELOG\r\n\r\n* fix: format\r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply update reviews\r\n\r\n* fix: tests\r\n\r\n* fix: linter\r\n\r\n* Update docs/modules/ROOT/pages/guides/snip12.adoc\r\n\r\nCo-authored-by: Andrew Fleming \r\n\r\n* feat: apply review updates\r\n\r\n---------\r\n\r\nCo-authored-by: Andrew Fleming ","shortMessageHtmlLink":"SNIP 12 Utilities (#935)"}},{"before":"dac0de375c9faeb49a7b04fc7c8398932daa3a13","after":"c3894a98612ea16964e14aa4b97e32360878e0c3","ref":"refs/heads/main","pushedAt":"2024-03-29T12:44:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericnordelo","name":"Eric Nordelo","path":"/ericnordelo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26070224?s=80&v=4"},"commit":{"message":"fix: fix all typos issue (#956)","shortMessageHtmlLink":"fix: fix all typos issue (#956)"}},{"before":"c1a45808d11aeb252cfd2d14cf20f07d352d15b1","after":"dac0de375c9faeb49a7b04fc7c8398932daa3a13","ref":"refs/heads/main","pushedAt":"2024-03-28T17:05:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"Add presets usage (#949)\n\n* add presets usage\r\n\r\n* add links\r\n\r\n* add entry to changelog\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Martín Triay \r\n\r\n* add step to declare presets\r\n\r\n* remove step\r\n\r\n* add copy/paste example\r\n\r\n---------\r\n\r\nCo-authored-by: Martín Triay ","shortMessageHtmlLink":"Add presets usage (#949)"}},{"before":"ec44ea8d980d95a46e9da52c034cd9b4496ad2e6","after":"c1a45808d11aeb252cfd2d14cf20f07d352d15b1","ref":"refs/heads/main","pushedAt":"2024-03-25T16:10:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"andrew-fleming","name":"Andrew Fleming","path":"/andrew-fleming","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/69282788?s=80&v=4"},"commit":{"message":"remove dead code (#952)","shortMessageHtmlLink":"remove dead code (#952)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETv7MagA","startCursor":null,"endCursor":null}},"title":"Activity · OpenZeppelin/cairo-contracts"}