Solana
Solana is a public blockchain that achieves consensus using a unique proof of history algorithm. It promises a very high transactions per second rate, without requiring a level 2 chain or sharding.
On-chain programs are usually written in Rust and compiled using LLVM to a variation of the Berkeley Packet Filter (BPF) bytecode.
Here are 360 public repositories matching this topic...
Hey, got skipping unsupported format error when trying to upload mp4 files with CmV2. Checked the issue in some places and found closest way to the solution in this link:
https://hackmd.io/@archaeopteryx/By4bpbA4F#Upload-MP4s
But it seems it is for v1 and some files mentioned in the link has changed.
Cannot upload video NFT's, please help.
and remove #name.to_account_info().owner()/lamports() and use #name.owner()/lamports() instead
-
Updated
Jan 8, 2022 - TypeScript
-
Updated
Jan 9, 2022 - Rust
Is your feature request related to a problem? Please describe.
We cannot change the end point that passed into ConnectionProvider.
Describe the solution you'd like
A clear and concise description of what you want to happen.
export interface ConnectionProviderProps {
children: ReactNode;
endpoint: string;
config?: ConnectionConfig;
setEndpoint: (endpoint: st
-
Updated
Jan 9, 2022 - Rust
I'm trying to transfer spl token from acc1 to acc2 using a payer as a totally different account acc3.
So, I have a token client: client = Token(...., payer=acc3).
When I call client.transfer() it fails with:
{'code': -32002, 'message': 'Transaction simulation failed: Attempt to debit an account but found no record of a prior credit.', 'data': {'accounts': None, 'err': 'AccountNotFound', 'logs
-
Updated
Jan 7, 2022 - TypeScript
-
Updated
Jan 6, 2022 - TypeScript
The RPC allows batching of RPC requests, they should be submitted as an array of the serialized RPC requests.
-
Updated
Dec 30, 2021 - TypeScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Nov 4, 2021 - TypeScript
-
Updated
Jan 4, 2022
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Jan 9, 2022 - Dart
Not sure where to put this, but trying to build the example page with sol-wallet-adapter 0.2.5 and anchor 0.11.1 gives a type mismatch.
Argument of type 'import("..../node_modules/@project-serum/sol-wallet-adapter/dist/cjs/index").default' is not assignable to parameter of type 'import(".../node_modules/@project-serum/anchor/dist/provider").Wallet'.
Types of property 'publicKey' are
-
Updated
Jan 7, 2022 - TypeScript
Created by Anatoly Yakovenko
Released April 2019
Latest release 1 day ago
- Repository
- solana-labs/solana
- Website
- solana.com
- Wikipedia
- Wikipedia
Problem
ExecutionTimingsare getting a bit unwieldy to maintain.Proposed Solution
Consider an indexed array structure with common interface for all data points