JulissaDantes
JulissaDantes
Add options for users to be able to integrate royalties on their `ERC721` and `ERC1155` contracts. This is a suggested set of changes: - [ ] Include it on the...
There was a typo in the description.
Fixes #3389 TimelockController currently uses a custom non-zero TIMELOCK_ADMIN, role in order to make easier the introduction of new roles without custom migrations the DEFAULT_ADMIN_ROLE needs to be use. ####...
Fixes #3301 This PR adds a tracking storage variable inside the `ERC1155Supply` contract, to keep track of the amount of all the circulating tokens, without having to check each tokenId's...
Replaces #3682 Fixes #3417 - This PR removes isContract utility function from Address.sol library. - Wherever isContract was used in the other contracts, is replaced by inlining address(...).code.length > 0...
Fixes #3535 Replaces #3636 The current way to customize token transfers(mint, burn, transfer) is by overriding the hooks _beforeTokenTransfer and _afterTokenTransfer. This refactor removes both hooks from the ERC721 contract,...
## Description - Unskip all skipped anchoring tests in js-ceramic - Re-enable the anchoring code paths disabled with recon mode
# Update tile document page ## Description [This guide page](https://developers.ceramic.network/reference/stream-programs/tile-document/) mentions `supported did provider`, this PR links to a documentation page where a user can see several did providers(3ID DID,...
We had a user that claims that extracted WAV files, generated automatically by the BB Manager when a drumset is opened for editing, also get scattered around in various locations...
AP: Last song part main loop is set to end after x bars, there is no outro fill, no transition. It does not end, but repeats the song again, playing...