Mike Cohen

Results 84 comments of Mike Cohen

Re-read the other thread and see there may be a problem with list-in-token with the commission ?

Reference material: https://github.com/ethereum/EIPs/issues/2907

Do we have a way to consistently tag SIPs with the consideration boards they pertain to or that the author maybe provides as an opener - "technical," "economic," "governance" etc...

I've gone with the open sea standards for props - 'name', 'image', 'attributes' etc - as in https://docs.opensea.io/docs/metadata-standards. But props like 'image' and 'animation_url' could be better formalised for future...

I agree with your point Dan that there only needs to be one array - I've used 'attributes' and not 'properties'. I could migrate to properties from here but this...

So the OpenSea standard is; ``` { "description": "Friendly OpenSea Creature that enjoys long swims in the ocean.", "external_url": "https://openseacreatures.io/3", "image": "https://storage.googleapis.com/opensea-prod.appspot.com/puffs/3.png", "name": "Dave Starbelly", "attributes": [ ... ], }...

Thanks @friedger, aligning my traits with this.. One question.. looking at the impl for is-approved and wondering if we do need to pass in a test principle? Ie. if we...

Could a bulk transfer be managed by another contract with the existing interface and a single user transaction?

General question on depositing to a contract (from @friedger in the sBTC Builders call 17/10/23). Can the sbtc.clar contract, on receiving a deposit to a contract principal, and assuming the...

General question on triggering withdrawals on layer 2 (the sBTC Builders call 17/10/23). - see https://github.com/stacks-network/sbtc/pull/253 Could a contract initiate a withdrawal on a users behalf? Say in response to...