Justin Starry
Justin Starry
#### Problem The total account data size metric recorded after transaction processing can include double counted account data lengths because the `LoadedTransaction::accounts` field can contain duplicate accounts. https://github.com/solana-labs/solana/blob/09e26c7d29296c3a3d7b1b5820574dce3716e4b4/sdk/src/transaction_context.rs#L933-L948 #### Proposed...
#### Problem The v0 transaction format supports lookup tables so that more addresses can be loaded in a single transaction without serializing the 32 byte address for each account. However,...
### Description The restriction on the serialized size of cpi instructions is more strict than transaction level instructions. This feature gate allows programs to use more accounts and send more...
#### Problem The number of accounts that can be locked by each transaction is currently limited 64 accounts but is not configurable by devs who want to test transactions with...
#### Problem The BPF upgradeable loader program supports closing uninitialized accounts but the RPC ix parser only supports instructions that close buffer or program data accounts.
Great tool! I'd like to see an example app built with Yew too :)
Until `wasm-pack` [RFC #6](https://github.com/rustwasm/rfcs/blob/master/text/006-local-js-dependencies.md) is implemented there is no available option to generate a single amalgamated JavaScript file
#### Problem Google auth consent screen needs: - Support email - Logo
Break listens to a stream of slots rooted by the RPC node in order to stop retrying transactions. It should be listening to a stream of finalized slots instead.