Franck
Franck
@phyninja Yes, you are correct. The affiliate program is not active at this point.
@theprivileges When the checkbox is selected, the discount should not apply to the taxes. But the taxes should remain in the cart. In some sense it is very similar to...
@micahalcorn @gullible1 Could you comment on ^^^ ?
Knowing how many shops are impacted would help greatly determine the priority... Would a query similar to this help us getting that data? ``` select count(*) from shop_domains, domains where...
I assume this is not blocking for Mainnet launch, correct ?
CC @micahalcorn @matthewliu To give you some context, I'm trying to understand if I should add staking to the Listing JSON schema for data stored in IPFS now vs after...
We currently deploy *all* our contracts (token, marketplace, identity) using the *same* account because we use the truffle migrate tool. Are we comfortable throwing away the account we use for...
Yes, you are right, the identity contracts don't have an owner so should not matter.
@tyleryasaka @DanielVF We discussed this a bit during our engineering weekly meeting and you had some opinions... :) A few additional notes on my side: - I agree it is...
CC @nick Super helpful comments - thanks @tyleryasaka and @DanielVF ! In particular I did not realize the blockchain can be queried at any point in history (it does make...