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 780 public repositories matching this topic...
-
Updated
May 13, 2022 - TypeScript
currently, for a given program, only the last executed test suite log survives since they are all streamed to the same file
-
Updated
May 14, 2022 - TypeScript
-
Updated
May 13, 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
May 8, 2022
SPL Memo
The implementation is in this fork here:
https://github.com/Auguron/solana-py/blob/8b8516aedb158c5b0a5d5b742043c4e1507452ef/src/memo/memo_program.py#L1
Let's write a test or two and merge the code from the fork
-
Updated
May 14, 2022 - TypeScript
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Jan 23, 2022 - TypeScript
-
Updated
May 9, 2022 - C#
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 15, 2022 - Rust
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Apr 20, 2022 - TypeScript
-
Updated
May 12, 2022
-
Updated
May 13, 2022 - Dart
It should be easier for users to create wallets.
-
Updated
Jan 26, 2022 - TypeScript
Created by Anatoly Yakovenko
Released April 2019
Latest release 6 days ago
- Repository
- solana-labs/solana
- Website
- solana.com
- Wikipedia
- Wikipedia
Problem
isBlockhashValidis a useful RPC call for checking if a transaction needs to be resigned with a new blockhash, but it isn't available in web3.jsProposed Solution
Add support for it on
Connection. More information about the call at https://docs.solana.com/developing/clients/jsonrpc-api#isblockhashvalid