Grandview v0.13.0
Major Features And Improvements
- Multi-region, multi-cloud testnet
- Added Testnet Participation Guide
- New consensus algorithm called Locktower fully implemented
TPS Report
Node Count | Avg TPS | Max TPS | Avg Confirmation | Max Confirmation |
---|---|---|---|---|
10 | 93,942 | 190,069 | 2.339 | 6.583 |
25 | 82,283 | 206,042 | 2.806 | 11.965 |
40 | 93,492 | 118,540 | 3.082 | 9.71 |
Additional Features and Improvements
- New
solana-install
command-line tool to easily install and upgrade validator nodes - New
solana-gossip
command-line tool to test connecting a validator to the cluster - Permissionless validator stake delegation and on-chain rewards
- New feeless transaction format; Added FeeCalculator to SDK
- Minimum transaction size reduced to 214 bytes
- User-defined smart contract errors now bubble up to JSONRPC for more informative error messages
- Faster smart contract edit-compile-test development loop with BankClient
- Command-line tools now resolve FQDNs with DNS
Breaking Changes
- Transaction format is incompatible with previous releases. Expect this in all releases until mainnet launch.
Known Issues
- Tabletops TPS not yet fully restored
- Rust crates not published to crates.io; circular dependencies
- TPS for node counts >= 50 unavailable due to cloud infrastructure limitations