{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":489472484,"defaultBranch":"main","name":"ERC721","ownerLogin":"ApeAcademy","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-05-06T19:33:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/100657171?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1678229915.191589","currentOid":""},"activityList":{"items":[{"before":"b1c16deb1cc6c044684a2fcd3306ad12d28d2ff7","after":"58fa93a7edd0b2330647febc0a759c9807e0ff94","ref":"refs/heads/main","pushedAt":"2023-04-10T14:02:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fubuloubu","name":"El De-dog-lo","path":"/fubuloubu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3859395?s=80&v=4"},"commit":{"message":"made bytes4 nonpayable fixing img issue display (#54)\n\n* made bytes4 nonpayable fixing img issue display\n\n* back to original commit changed only nonpayable","shortMessageHtmlLink":"made bytes4 nonpayable fixing img issue display (#54)"}},{"before":"e1ee6a212a13721410a963c451af240a8e94e3ef","after":"b1c16deb1cc6c044684a2fcd3306ad12d28d2ff7","ref":"refs/heads/main","pushedAt":"2023-03-13T23:28:08.237Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fubuloubu","name":"El De-dog-lo","path":"/fubuloubu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3859395?s=80&v=4"},"commit":{"message":"fix: bug with newly minted tokens (#49)\n\n* fix bug that increments totalSupply bf allocation\r\n\r\n* fix bug when adding non decimal to royalty %\r\n\r\n* fix cookiecutter decimal issue\r\n\r\n* convert royalty_percentage to support decimals\r\n\r\n* changed int to float for supporting decimals\r\n\r\n* fixing decimal convertions\r\n\r\n* decimal to uint256\r\n\r\n* deleted curly braces for contant\r\n\r\n* fixing conversation on test\r\n\r\n* fixing test cookiecutter passing float\r\n\r\n* trying ape.convert\r\n\r\n* with float\r\n\r\n* tokenId clarification and sintax error fix\r\n\r\n* clarify value to enter in decimals and minor fixes\r\n\r\n* fix convertion issue\r\n\r\n* fix converstion on test_token\r\n\r\n* bug on arg naming\r\n\r\n* test cases starting tokens & owner from 0 onwards","shortMessageHtmlLink":"fix: bug with newly minted tokens (#49)"}},{"before":"2f88d1fab22772b6a8054372aa18faa7534dd700","after":null,"ref":"refs/heads/fix/github-actions-issue","pushedAt":"2023-03-07T22:58:35.191Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fubuloubu","name":"El De-dog-lo","path":"/fubuloubu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3859395?s=80&v=4"}},{"before":"8b2a2cce96dc5ac7c97b8020e4655fab5226ace0","after":"e1ee6a212a13721410a963c451af240a8e94e3ef","ref":"refs/heads/main","pushedAt":"2023-03-07T22:58:33.873Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fubuloubu","name":"El De-dog-lo","path":"/fubuloubu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3859395?s=80&v=4"},"commit":{"message":"fix: github actions issue; streamline test (#47)\n\n* Update test.yaml\r\n\r\n* test: check both outputs of test","shortMessageHtmlLink":"fix: github actions issue; streamline test (#47)"}},{"before":"cffa49058e3e0af7170b386e569d569fec37724d","after":"2f88d1fab22772b6a8054372aa18faa7534dd700","ref":"refs/heads/fix/github-actions-issue","pushedAt":"2023-03-07T22:56:18.140Z","pushType":"push","commitsCount":1,"pusher":{"login":"fubuloubu","name":"El De-dog-lo","path":"/fubuloubu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3859395?s=80&v=4"},"commit":{"message":"test: check both outputs of test","shortMessageHtmlLink":"test: check both outputs of test"}},{"before":null,"after":"cffa49058e3e0af7170b386e569d569fec37724d","ref":"refs/heads/fix/github-actions-issue","pushedAt":"2023-03-07T22:54:27.985Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fubuloubu","name":"El De-dog-lo","path":"/fubuloubu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3859395?s=80&v=4"},"commit":{"message":"Update test.yaml","shortMessageHtmlLink":"Update test.yaml"}},{"before":"fcaa77512e6c703f49a19810fafe61a06acfad80","after":"8b2a2cce96dc5ac7c97b8020e4655fab5226ace0","ref":"refs/heads/main","pushedAt":"2023-03-07T22:45:01.582Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fubuloubu","name":"El De-dog-lo","path":"/fubuloubu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3859395?s=80&v=4"},"commit":{"message":"Optional royaltyInfo() for ERC721 and mint() fix (#46)\n\n* Update Nft.vy\r\n\r\nadded interface and function to include royalities\r\n\r\n* applying royalties to the ERC721 smart contract\r\n\r\n* fixes and refactored state variables to store with a Token struct\r\n\r\n* fixed struct and token prices\r\n\r\n* fixed bug on minter and update ownership mappings\r\n\r\n* included send() eth and fixes\r\n\r\n* cookiecutter fix\r\n\r\n* floor_price_eth fix on cookiecutter\r\n\r\n* implementation tracking and applying royalities\r\n\r\n* price floor\r\n\r\n* included royaltyInfo with the specs from ERC-2981\r\n\r\n* added constant for royalties and fixed arg names\r\n\r\n* fixed conversation for fees\r\n\r\n* fixing tests\r\n\r\n* fixed tests\r\n\r\n* Update {{cookiecutter.project_name}}/contracts/NFT.vy\r\n\r\ndeleted event\r\n\r\nCo-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>\r\n\r\n* Update {{cookiecutter.project_name}}/contracts/NFT.vy\r\n\r\nadded decimal instead of uint256\r\n\r\nCo-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>\r\n\r\n* Update {{cookiecutter.project_name}}/contracts/NFT.vy\r\n\r\nallow any external msg.sender calculate royalties\r\n\r\nCo-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>\r\n\r\n* Update {{cookiecutter.project_name}}/contracts/NFT.vy\r\n\r\nNo logs are specified per the spec for royalties\r\n\r\nCo-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>\r\n\r\n* Update {{cookiecutter.project_name}}/contracts/NFT.vy\r\n\r\nCo-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>\r\n\r\n* Update {{cookiecutter.project_name}}/contracts/NFT.vy\r\n\r\nCo-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>\r\n\r\n* included isMinter and its functionality\r\n\r\n* fixed decimals conflict\r\n\r\n* created a test for royaltyInfo\r\n\r\n* fixing test\r\n\r\n* cleared unexpected % on test\r\n\r\n---------\r\n\r\nCo-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>","shortMessageHtmlLink":"Optional royaltyInfo() for ERC721 and mint() fix (#46)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADFYpoHAA","startCursor":null,"endCursor":null}},"title":"Activity ยท ApeAcademy/ERC721"}