Jon Cinque
9e4f190633
stake-pool: Rename instructions / structs ( #1536 )
...
* stake-pool: Rename instructions / structs
* Cargo fmt
* Fix proptest
2021-03-30 23:54:06 +02:00
Michael Vines
a029447484
Move to positional parameters
2021-03-30 09:40:23 -07:00
Tyera Eulberg
0ab541bc40
Update accounts examples ( #1478 )
2021-03-22 18:37:10 +00:00
Jon Cinque
6db3b29066
stake-pool: Add usage docs ( #1277 )
...
* stake-pool: Add usage docs
* More instructions
* Update for adding validator stake accounts
* Review feedback
* Update command output
* Add note about credits observed
* Finish stake pool docs
* Integrate review feedback
* Add motivation and design sections
* Add rebalancing example
2021-03-15 19:05:33 +01:00
Justin Starry
57d5b56208
lending: Add program addresses to docs ( #1442 )
2021-03-12 22:16:30 +08:00
Jon Cinque
125593defc
token-swap: Document owner address in README ( #1368 )
...
* token-swap: Document owner address in README
* Update docs for clarity, "token swap" -> "pool"
* Cleanup some language
* Add more info to docs too
2021-03-04 20:24:43 +01:00
Ryo Onodera
b82de608de
Remove outdated comment ( #1373 )
2021-03-04 14:51:39 +09:00
WhoSoup
f4216941a0
fix typos
2021-02-17 11:36:19 -07:00
Jon Cinque
6c0999287a
docs: Flesh out token swap README ( #1133 )
...
* Flesh out token swap README
* Add testing info
* Update opening paragraphs and add link to dapp
* Wrap
* Update title
* Update docs/src/token-swap.md
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: B <264380+bartosz-lipinski@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2021-02-05 21:35:33 +01:00
Tyera Eulberg
190e664dd1
Add initial signed-memo program ( #1135 )
...
* Initial s-memo
* Populate readme
* Add signed-memo to spl docs
* Log less, fail faster
* Replace and bump memo
* Update memo id
* Add memo prefix and len
* Add test that demonstrates compute bounds
* Add logging and compute to memo docs
2021-01-28 12:21:21 -07:00
Tyera Eulberg
682e914c90
Fix doc typos ( #1137 )
...
* Fix typos
* Wrap lines
2021-01-27 00:36:09 -07:00
Michael Vines
76fcea0dbb
Refine SPL Token wallet integration guide
2021-01-15 11:32:25 -08:00
Justin Starry
891b6794f3
Introduce SPL Token Lending ( #696 )
...
* Add spl-token-lending
* lending-client
* cargo clippy
* Limit bpf tests
* Enable lending bpf tests
* Remove obligation signer requirement
* Fix token lending js cli test
* Fix
2020-12-19 08:17:07 +08:00
Paul
7abf8bd9cf
[AToken] add motivation section to docs ( #870 )
2020-11-18 20:17:15 -08:00
Michael Vines
acf7ed45b5
t
2020-11-18 13:07:35 -08:00
Michael Vines
6f884de25f
Rename 'delivery' to 'distributor'
2020-11-18 19:59:23 +00:00
Michael Vines
393021948a
Update docs/src/feature-proposal.md
...
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2020-11-18 19:59:23 +00:00
Michael Vines
0fa9a9428a
Initial feature proposal documentation
2020-11-18 19:59:23 +00:00
Michael Vines
71ab7ea1ba
K
2020-11-18 10:27:23 -08:00
Michael Vines
1fe820c16d
Fix findAssociatedTokenAddress more
2020-11-18 10:18:58 -08:00
Michael Vines
eff3677b46
Correct `findAssociatedTokenAddress` JS sample
...
Fixes #869
2020-11-18 10:13:16 -08:00
Trent Nelson
d7eba3b877
Apply suggestions from code review
2020-11-09 22:33:07 -07:00
Trent Nelson
732975c9bc
Apply suggestions from code review
...
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2020-11-09 22:33:07 -07:00
Trent Nelson
9c136855a2
Apply suggestions from code review
...
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2020-11-09 22:33:07 -07:00
Trent Nelson
6de7f050a5
Docs: Add Token multisig examples
2020-11-09 22:33:07 -07:00
Michael Vines
0b1da24f61
ed
2020-11-05 17:27:59 -08:00
Justin Starry
1f810787d0
Fix broken stake-pool docs link and make readme's consistent ( #805 )
2020-11-06 09:15:27 +08:00
Michael Vines
edc67a2b72
Update doc links
2020-11-05 13:53:39 -08:00
Michael Vines
c6689eab8c
Add associated-token-account documentation
2020-11-05 13:42:48 -08:00
Michael Vines
414544042e
Add SPL Token wallet integration guide
2020-11-05 13:42:48 -08:00
R. M. Shea
18ed2a2080
Add Search functionality ( #729 )
...
* Install `lunar-search` component
* Add lightweight search
2020-10-30 10:02:59 -07:00
Ryo Onodera
0dc32f67df
Document about the known fake rent issue ( #753 )
...
* Document about the known fake rent issue
* Bad english
* Apply suggestions from code review
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
* Fix link
* Apply more suggestions
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
2020-10-30 15:17:41 +09:00
Justin Starry
edb0a7deea
Document self-transfer behavior ( #743 )
2020-10-28 10:48:23 +08:00
Michael Vines
43b6177b08
Add JSON RPC methods section
2020-10-14 23:36:37 -07:00
Jack May
08d9999f99
add shared-memory program ( #611 )
...
* add shared-memory program
* add offset and reduce shared object size
2020-10-14 23:50:57 +00:00
Michael Vines
47ef251c8f
Add NTF documentation
2020-10-14 08:46:57 -07:00
Jack May
bb9f0223a2
Add doc info about generating keypair ( #516 )
2020-09-22 09:03:25 +00:00
Jack May
f68ff75ba0
backport #479 to v2
2020-09-21 17:08:37 -07:00
Jack May
80ea6ff536
Fix multisign check ( #479 )
2020-09-18 15:53:26 -07:00
Trent Nelson
dfe39d3001
Docs: Describe how to configure spl-token-cli
2020-09-18 01:26:00 +00:00
Jack May
0070aeb099
Clarify token freeze authority documentation ( #456 )
2020-09-16 23:20:06 +00:00
Greg Fitzgerald
0ca4a61e4d
Javascript -> JavaScript ( #409 )
2020-09-09 17:57:30 -06:00
R. M. Shea
b5cbedc51c
Update logos ( #389 )
...
Co-authored-by: Ryan Shea <rmshea@users.noreply.github.com>
2020-09-08 09:59:15 -06:00
Trent Nelson
e00a6f1add
Bump Token version to 2.0.4
2020-09-04 01:18:44 -06:00
Tyera Eulberg
07dcf3a1ec
Fix up spl-token docs ( #379 )
...
* Fixup spl-token docs
* Apply suggestions from code review
Co-authored-by: Michael Vines <mvines@gmail.com>
Co-authored-by: Michael Vines <mvines@gmail.com>
2020-09-02 01:41:05 +00:00
Jack May
05999a91ed
Update token docs ( #360 )
2020-08-29 00:16:55 +00:00
Justin Starry
3691b14a01
Update token js bindings
2020-08-28 16:02:32 -07:00
Greg Fitzgerald
6761f440ab
Token nits ( #353 )
2020-08-28 10:12:05 -06:00
Michael Vines
96f9b0cdc6
Adapt spl-token cli to Solana 1.3.2
2020-08-14 01:22:11 +00:00
Michael Vines
bd67ce9f6d
Add transfer example
2020-08-14 01:22:11 +00:00