Platform.hiro.so adding post conditions to my contract: Transfers 0 STX.
Crypto Fronts
Platform.hiro.so is adding post conditions to my contracts. Specifically the post condition for transferring 0 STX. My contracts require transfers.
I'm launching contracts for airdrops for the 100D Giveaway, and I'm seeing something new now where it adds a post condition to my contracts, all of them. So anything I try to run has a post condition to transfer a maximum of 0 STX.
And for some reason this also blocked the contract which transferred Welsh, as it specifically says it was rolled back because of this post condition, and I am usually able to run this contract code without issue:
Leah McBeth
Hey there, the post conditions are not applied to your contract or calls to functions within your contract, but to your action of deploying that contract.
I see the issue with the contract you linked. You're right, this contract needs to be deployed without the post-condition. We're going to remove the application of post-conditions for now and revisit how to improve this experience. Thanks for the report.
Crypto Fronts
Leah McBeth Thank you for addressing this!
Crypto Fronts
Double checked new project, new account/email etc.
Still applying post conditions to my contracts.
Trying to figure out how to remove the post conditions, as I need to send it without them.