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 936 public repositories matching this topic...
-
Updated
Jul 9, 2022 - TypeScript
Overview
Tulip's V2 Vaults idl is around ~263kb on disk. When attempting to initialize an idl account for this, the default doubling of size for future-proofing against increasingly larger idl sizes has the potential to attempt to create an idl with a size larger than the maximum allowed size during reallocation, which will cause a failure:
> Program logged: "Instruction: IdlCreateAcc
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 9, 2022 - TypeScript
When solang --standard-json is run, the output from the compiler is in the standard json format. However, the input is not.
- Parse input on stdin as json using the [standard json](https://docs.soliditylang.org/en/v0.8.13/using-the-compiler.html#compiler-input-and-output-json-descri
-
Updated
Jul 4, 2022
qq - this comment appears on both the sync and async client
skip_confirmation: bool
If false, send_transaction will try to confirm that the transaction was successfully broadcasted.
When confirming a transaction, send_transaction will block for a maximum of 30 seconds. Wrap the call inside a thread to make it asynchronous.
Just checking it's valid for both clients (i.e. the th
-
Updated
Jul 8, 2022 - C#
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Jul 1, 2022 - C#
-
Updated
Jul 2, 2022 - TypeScript
-
Updated
Jul 1, 2022 - JavaScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Apr 20, 2022 - TypeScript
-
Updated
Jun 7, 2022 - Rust
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Jul 8, 2022 - Dart
It should be easier for users to create wallets.
Created by Anatoly Yakovenko
Released April 2019
Latest release 10 days ago
- Repository
- solana-labs/solana
- Website
- solana.com
- Wikipedia
- Wikipedia
Problem
Loss and latency metrics might be interesting from the gossip ping-pong protocol.
Proposed Solution
Capture and report them.