carllin
3c69cd6d61
Update commitment options ( #12173 )
2020-09-11 11:19:06 -07:00
R. M. Shea
cade92d2b4
Update logo ( #12026 )
...
* update to a new logo!
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com>
2020-09-11 10:23:54 -04:00
Tyera Eulberg
361e5322e4
Update commitment options ( #12171 )
2020-09-10 13:34:25 -06:00
Justin Starry
9940870c89
Fix RPC transaction method configs serialization ( #12100 )
2020-09-08 13:08:09 +08:00
Diego Wilson
69e7e0129e
Correct minor typo in turbine-block-propagation.md ( #12073 )
...
Calcuating -> Calculating
2020-09-05 18:03:53 -06:00
pk
38f36a7a7a
fix solana-install syntax
...
```
solana-install info
solana-install deploy
solana-install update
solana-install run
```
2020-09-03 22:27:52 -07:00
sakridge
8068566f20
secp256k1 instruction proposal ( #11980 )
2020-09-03 15:59:22 -07:00
Tyera Eulberg
b22de369b7
Rpc: add getMultipleAccounts endpoint ( #12005 )
...
* Add rpc endpoint to return the state of multiple accounts from the same bank
* Add docs
* Review comments: Dedupe account code, default to base64, add max const
* Add get_multiple_accounts to rpc-client
2020-09-03 11:35:06 -06:00
Tyera Eulberg
b720921c83
Docs.rs version replacement ( #11981 )
2020-09-01 13:47:29 -06:00
Richard Ayotte
a19f696a42
Add missing backslash to solana-validator command
2020-08-31 16:27:42 -07:00
Michael Vines
e4d7e1fe3f
Use DNS for devnet/testnet entrypoints
2020-08-31 07:38:40 +00:00
Michael Vines
eee0c83324
Add new trusted validator for testnet
2020-08-30 22:39:52 -07:00
Dan Albert
8ba3a33129
Add SolFlare as stake-supporting wallet ( #11891 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-08-28 16:02:36 +00:00
Eric Williams
3eb5b95e27
Update rust installation instructions for benchmarking ( #11635 )
...
* update rust installation instructions for benchmarking
* replace drone with faucet for clarity
* point to README for Rust setup
2020-08-27 11:26:49 -07:00
Dan Albert
36e8441149
Add SolFlare guide to docs ( #11843 )
2020-08-26 16:59:45 -06:00
Tyera Eulberg
1988ee9cd6
Rpc: Filter accounts with invalid mints from get_parsed_token_accounts ( #11844 )
...
* Filter out accounts with invalid mints from get_parsed_token_accounts
* Explicit docs
2020-08-26 11:39:42 -06:00
Ryo Onodera
2c5366f259
Document how to validate account pubkey ( #11821 )
2020-08-26 01:13:12 +09:00
Michael Vines
dec9d534e6
Fix typo
2020-08-22 09:22:01 -07:00
Michael Vines
b660704faa
Allow the sendTransaction preflight commitment level to be configured
2020-08-22 08:19:50 -07:00
pk
6af36adf1c
updated bench-tps.md
...
removed `$` as the copy didn't like it :-)
2020-08-21 20:41:23 -07:00
Tyera Eulberg
747f8d5877
Rpc: Return error if block does not exist ( #11743 )
...
* Return error if block does not exist
* Update docs
2020-08-20 15:05:30 -06:00
Trent Nelson
5354df8c1c
Expand system tuning docs
2020-08-19 16:36:03 +00:00
Tyera Eulberg
35828e8fe7
Remove old signatureSubscribe info ( #11704 )
2020-08-19 02:29:39 +00:00
Trent Nelson
0413a305d2
Comment that docs Algolia key is safe to publish
2020-08-18 05:25:51 +00:00
Michael Vines
e5281157fa
Remove "binary" encoding. Document "encoding" as required
2020-08-17 17:26:29 -07:00
Michael Vines
adc984a225
Rename Binary64 to Base64. Establish Base58 encoding
2020-08-17 17:26:29 -07:00
Michael Vines
757e147b3b
Rework UiAccountData encode/decode such that it works from Rust
2020-08-17 17:26:29 -07:00
Michael Vines
b5f3ced860
Add base64 (binary64) encoding for getConfirmedTransaction/getConfirmedBlock
2020-08-17 17:26:29 -07:00
Trent Nelson
2f3ae52e8f
Update devnet cluster docs since reboot
2020-08-17 22:27:57 +00:00
Ryo Onodera
23fa84b322
Re-do rent collection check on rent-exempt account ( #11349 )
...
* wip: re-do rent collection check on rent-exempt account
* Let's see how the ci goes
* Restore previous code
* Well, almost all new changes are revertable
* Update doc
* Add test and gating
* Fix tests
* Fix tests, especially avoid to change abi...
* Fix more tests...
* Fix snapshot restore
* Align to _new_ with better uninitialized detection
2020-08-17 14:22:16 +09:00
Dan Albert
6194a29875
Restore CLI usage page ( #11619 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-08-13 16:02:13 -06:00
sakridge
072be66704
Update docs to latest processors ( #11613 )
2020-08-13 08:36:22 -07:00
Ryo Onodera
51e818ad64
Fix typo: epoch => slot... ( #11573 )
2020-08-12 08:14:07 +00:00
Tyera Eulberg
697a0e2947
Add getTokenLargestAccounts to docs ( #11560 )
2020-08-11 21:05:16 +00:00
Ryo Onodera
6c242f3fec
Fix bad rent in Bank::deposit as if since epoch 0 ( #10468 )
...
* Fix bad rent in Bank::deposit as if since epoch 0
* Remove redundant predicate
* Rename
* Start to add tests with some cleanup
* Forgot to add refactor code...
* Enchance test
* Really fix rent timing in deposit with robust test
* Simplify new behavior by disabling rent altogether
2020-08-12 00:04:32 +09:00
Justin Starry
f12fc66a69
Fix simulateTransaction JSON-RPC docs ( #11533 )
2020-08-11 18:11:19 +08:00
Tyera Eulberg
88ca04dbdb
Add config param to specify offset/length for single and program account info ( #11515 )
...
* Add config param to specify dataSlice for account info and program accounts
* Use match instead of if
2020-08-10 22:35:29 +00:00
sakridge
068d23f298
Add Binary64 option for account data ( #11474 )
...
* Add Binary64 option for account data
* Decode into binary64
* Reword docs
2020-08-08 22:40:13 -07:00
Greg Fitzgerald
edadd5d6d5
Remove Budget from CLI ( #11451 )
...
* Remove support for Budget
Also:
* Make "pay" command a deprecated alias for the "transfer" command
* chore: remove budget from web3.js
* Drop Budget depedency from core
Validators no longer ship with builtin Budget
2020-08-07 16:01:51 -06:00
Tyera Eulberg
b7c2681903
Token Accounts: return ui_amount, decimals with decoded account ( #11407 )
...
* Return ui_amount, decimals from token client methods
* Return ui_amount, decimals in RPC jsonParsed token accounts
* Fixup docs
* Return ui_amount, decimals in pubsub jsonParsed token accounts
* Remove unnecessary duplicate struct
* StringAmount rename
2020-08-07 11:37:39 -06:00
Raj Gokal
14dcaaee6c
Link fix ( #11368 )
...
* fixes logo
* cleans up homepage on docs
* adds icon files and tightens margins
* cleans up sidenav, adds top nav items
* fixes a link
* removes icon files
Co-authored-by: Dan Albert <dan@solana.com>
2020-08-06 13:19:35 -06:00
Tyera Eulberg
7430896c79
Mark token-specific rpcs as unstable
2020-08-05 20:46:11 -07:00
Michael Vines
02c0981ecf
Rename startAfter to before
2020-08-05 14:33:14 -07:00
Michael Vines
1b2276520b
Add getConfirmedSignaturesForAddress2 RPC method
2020-08-05 14:33:14 -07:00
Michael Vines
e56ea138c7
Add RPC transaction history design
2020-08-05 14:27:12 -07:00
Trent Nelson
e12ab9d0dd
Bump version to 1.4.0
2020-08-05 12:04:15 -06:00
Tyera Eulberg
308186da79
Rework parsed account format ( #11372 )
...
* Rework parsed account format
* Serialize as type
2020-08-05 00:59:10 -06:00
Tyera Eulberg
86e3f96f16
Return token amounts as floats ( #11370 )
...
* Return token amounts as floats
* Floating-point equality
* Return float and raw token amounts
* Fix decimals and token rpcs for native-mint tokens
* Fixup docs and review comments
2020-08-05 06:48:09 +00:00
Raj Gokal
8c873e232f
fixes logo ( #11350 )
...
* fixes logo
* cleans up homepage on docs
* adds icon files and tightens margins
2020-08-04 10:51:25 -07:00
Tyera Eulberg
d0144ce382
Fix token rpc-client methods ( #11361 )
...
* Convert None to error in parse_keyed_accounts
* Allow encoding configuration in getTokenAccounts methods
2020-08-04 11:11:30 -06:00