Jude Nelson
Jude Nelson
Some of the people on this thread had a call about this SIP. Summarizing, the following ideas could be their own SIPs: * **Execution Plan Commitments** (EPC). This SIP would...
> The Stacks BD Working Group has received consistent feedback that lack of smart contract upgradeability severely limits the types of integrations that can be enabled by our partners. Smart...
> Let's start by establishing some common ground and defining what contract upgradability means for those coming from EVM chains. Whether we like it or not, Solidity has set a...
> This SIP is bundling 2 ideas: A) Optimistic Dispatch and B) Execution plan commitment. We could implement A) and B), B) without A), but not A) without B). Are...
It might be desirable to require that a user can only perform _N_ successful withdraw requests if they perform _N_ deposits. Then, at least they've paid for the transaction fees...
These are all good points @zone117x. I support adding a method to the driver model for reading a revocation file. More generally, since I think this sort of thing will...
> If the read endpoint server ends up in a bad state where it only returns 404s, all revoked auth tokens that are not in memory cache could be treated...
What would be a good policy? Can you list an example here?
I'm well aware that MD5 is broken. This code path uses the MD5 hash function to create an ETag HTTP header. Strictly speaking, it does not need to be an...
As much as I would *love* to see this, IIRC the API is constrained by the API that the various cloud storage backends offer. Many of them only allow pagination....