Justin Starry
Justin Starry
@L1AN0 there is a workaround here: https://github.com/yewstack/yew/issues/1281 We could also add a special property like React's `dangerouslySetInnerHTML` (https://reactjs.org/docs/dom-elements.html#dangerouslysetinnerhtml)
Thanks @alexschrod! This sounds really useful and I appreciate your interest in implementing it yourself! I would start by describing what you think the API would look like so we...
There is a breaking change in this update so according to semver we should bump the major version of the package. Last time we did this was in e9b08b5e7fb5022072e6331c5c15aceda8d8fd3c over...
I opted for overloading the methods and only returning a versioned transaction type if `maxSupportedTransactionVersion` is set by the caller. That way we keep backwards compatibility and have a simple...
It looks like the current implementation has an issue, can we discuss in https://github.com/solana-labs/solana/issues/26439 before activating?
I agree with mvines' suggestion to drop `use` but I disagree with t-nelson's suggestion to use prompt here. Please move forward with `--derivation-path` (without `use` as you had before) sorry...
I think that https://github.com/solana-labs/solana/issues/25517 is also unsafe because sometimes consecutive batches are processed in parallel if they don't conflict. If one batch allocates and another batch frees, validators could encounter...
@brooksprumo do the proposed solutions make sense? I think the account data metering used during transaction processing can be changed to impose a tx specific limit of like 100MB rather...
> I think a per-transaction limit could be added as well. That probably should have its own discussion and/or feature-gate Could you please open one?
> Let me know if we want to default to owner rather than address. This sounds good to me! > Also remove "name" from token label, it is unnecessarily over...