Justin Starry
Justin Starry
#### Problem There are no type definitions available for TypeScript users
Now that `buffer-layout` is more browser friendly, it would be great to keep it that way and have tests to prevent future breakage.
Hey @pabigot, thanks for this library! We have been using it extensively for manual deserialization of blockchain data at Solana. I would like to propose that this library transition to...
#### Description Yew's Virtual DOM implementation is too coupled to the framework and should be moved to a different crate if possible. This would allow other backends to be used...
[](https://issuehunt.io/r/yewstack/yew/issues/1121) **Problem** Yew starts workers by making a fake script, setting its source, and trying to call wasm_bindgen on it, which doesn't work in the scope of webpack. #### Potential...
Not sure how formal the support for this feature should be, but at the moment is possible using the approach in the nested list example here: https://github.com/yewstack/yew/blob/master/examples/nested_list/src/app.rs So I think...
Older versions of wasm-pack may not have support for certain arguments specified in `extraArgs` so it would be nice to be able to specify a minimum wasm-pack version in order...
#### Summary of Changes - Added the `transaction` and `message` directories that will hold new code that will be added soon to support versioned transactions. - Added the `programs` and...
#### Problem `Connection.getTransaction` supports the `maxSupportedTransactionVersion` config but its return type contains a `Message` class which doesn't support versioned messages. #### Summary of Changes - Overload `Connection.getTransaction` with a new...
#### Problem While processing transactions, account data deltas are recorded at every instruction boundary by calling `adjust_delta` in `InvokeContext::verify` https://github.com/solana-labs/solana/blob/37f4621c064b0f2dbc596618b4c31f38bbc78afe/program-runtime/src/accounts_data_meter.rs#L81-L87 If the cluster is very near the max account data...