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
Raj Gokal
e2789b9373
cross-links SPL library
2020-08-01 08:33:26 -07:00
Dan Albert
a5b6fd3d9b
Add Vote Account Management Doc ( #11278 )
...
* Add vote account management doc
* Add links to new doc
* Whitespace
* Fixup language
* Cleaner title
* Apply review feedback
* Apply further feedback
* Fix usage page header
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-31 02:43:41 +00:00
Greg Fitzgerald
31ea69f278
Add low-latency, RPC proposal ( #11221 )
...
* Add RiP Curl proposal
* Apply review feedback
2020-07-30 10:52:47 -06:00
Dan Albert
e8c0ec53e6
Fix wallet links ( #11284 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-30 05:06:04 +00:00
Josh Kauffman
995a7ba8eb
Update vote-signing.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
e0f74c6862
Update fork-generation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
01e26012b3
Update wallet-guide.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
239080c131
Update stake-delegation-and-rewards.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
24831ea42d
Update vote-signing.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
1ecc276fd1
Update turbine-block-propagation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
d6a4ad18fe
Update managing-forks.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
d93366fc52
Update fork-generation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
8c611cf87e
Update leader-rotation.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
6a5b7e5b98
Update synchronization.md
2020-07-29 20:40:44 -07:00
Josh Kauffman
8054c3f3fa
Fix typos
2020-07-29 20:40:44 -07:00
Dan Albert
cd043b5d70
Add top level link to Clusters page ( #11276 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-29 21:27:25 +00:00
Tyera Eulberg
b45ac5d4db
Add SPL Token-specific rpc endpoints ( #11231 )
...
* Simplify account-decoder program ids + spl_token helper
* Spl program namespace version
* Add getTokenAccountBalance endpoint
* Remove token program id from getTokenAccountBalance request
* Add getTokenSupply endpoint
* Remove token program id from getTokenSupply request
* Add getTokenAccountsByOwner/Delegate endpoints
* Remove token program id from getTokenAccountsByOwner/Delegate requests
* Named parameter
2020-07-28 23:00:48 -06:00
R. M. Shea
cbf0b779d7
Add Docusaurus search ( #11135 )
...
* Add Docusaurus search
* Add Algolia configuration information
* Trailing whitespace :(
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com>
2020-07-27 10:26:03 -06:00
Tom Zakrajsek
234449c627
Fix markup for heading
2020-07-26 00:22:43 -07:00
Michael Vines
01ff6846f7
Windows binaries are now built with the MSVC instead of the GNU toolchain.
...
Update `solana-install-init` target info to match
2020-07-25 10:02:52 -07:00
Dan Albert
eac423f92c
Add package-lock.json to docs ( #11200 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-24 14:15:22 -06:00
Dan Albert
c8f866e6c0
Restore stake delegation page to sidebar
2020-07-24 13:42:05 -06:00
Greg Fitzgerald
8b1b392be9
Remove move_loader and librapay ( #11184 )
...
* Remove move_loader and librapay
* Remove Embedding Move from implemented proposals
* Remove Move variant from CI
* Remove move_loader ID
2020-07-23 15:08:59 -06:00
Tyera Eulberg
c90de8978d
Add encoding and filters parameters to rpc Subscriptions ( #11065 )
...
* Plumb account configs and enable encoding
* Enable filters for pubsub program accounts
* Update docs
2020-07-23 13:38:28 -06:00
Michael Vines
a5dd848702
getEpochInfo RPC endpoint now includes the current block height
2020-07-21 17:24:07 -07:00
Wei Tang
0cb422fbbb
Insubstantial grammar fix ( #11133 )
2020-07-20 23:32:45 +09:00
Dan Albert
b9c29c3263
Update build.sh
2020-07-18 08:31:54 -06:00
Dan Albert
1ad0d210bc
Remove tictactoe, add Break and Hello World to docs ( #11117 )
...
* Remove tictactoe, add Break to apps docs
* Add hello world
* fix whitespace
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-18 00:09:10 +00:00
Dan Albert
d0d4d9b3d1
Fix 404 broken links ( #11113 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-17 17:48:07 +00:00
Dan Albert
fe71f9ad1a
Change transparent .svg to opaque .png ( #11084 )
...
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-15 21:35:18 +00:00
Dan Albert
6342e3e215
Refactor file and URL paths in docusaurus ( #11080 )
...
* Fix introduction link
* Restore staking guide pages
* Remove Edit this page link
* Fix broken wallet guide link
* Restore lost images
* Fixup URL paths to match gitbook style
* Refactor wallet guide READMEs and clean up URLs
* Remove lingering gitbook files
* Refactor all README files to keep consistent linking
* Updte homepage tile links
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-15 20:11:51 +00:00
Dan Albert
303a4df6ef
Clean up docs publishing flow ( #11043 )
...
* Clean up publishing flow
* Update README
Co-authored-by: publish-docs.sh <maintainers@solana.com>
2020-07-14 07:56:14 -06:00