Skip to content
#

Solana

solana logo

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...

bonedaddy
bonedaddy commented Jun 22, 2022

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
help wanted good first issue
quazzuk
quazzuk commented Jan 17, 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

good first issue

Created by Anatoly Yakovenko

Released April 2019

Latest release 10 days ago

Repository
solana-labs/solana
Website
solana.com
Wikipedia
Wikipedia

Related Topics

rust