Commit Graph

1039 Commits

Author SHA1 Message Date
Trent Nelson 9d7e5fc139
docs: update discord links (#32935) 2023-08-22 17:17:58 +00:00
Joe C de4eee15c8
JSON RPC API docs updates (#32747) 2023-08-14 22:24:27 -05:00
Jon Cinque c73a56faf8
stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
Jon Cinque 8e4a9a94ed
sdk: Add new version of `StakeState` to avoid breaking downstream users (#32736)
* sdk: Rename `StakeState` -> `StakeStateWithFlags`

* Add back `StakeFlags` with a deprecation warning
2023-08-09 00:05:40 +02:00
Ikko Eltociear Ashimine 626e7dcfae
docs: Fix typo in off-chain-message-signing.md (#32758)
specfied -> specified
2023-08-08 13:00:46 +02:00
Trent Nelson 1ce26ecba0
remove references to eol helloworld example repo (#32550) 2023-07-20 00:35:54 -05:00
dependabot[bot] dba39d9134
Bump word-wrap from 1.2.3 to 1.2.4 in /docs (#32527)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Illia Bobyr <illia.bobyr@solana.com>
2023-07-18 18:29:00 -07:00
Ashwin Sekar 8c480d6d2d
Update consensus docs (#32482)
Update tower-bft docs
2023-07-14 19:08:11 -07:00
Ikko Eltociear Ashimine 0e5a14927b
Fix typo in simple-payment-and-state-verification.md (#32374)
concatentation -> concatenation
2023-07-04 11:58:00 -06:00
pairnon 43e791f3ac
Fix docs typos (#32364)
fix docs typos
2023-07-03 07:52:31 -05:00
Michael c595c388e0
Add skip rate to docs and adjust block-production to use the term ski… (#32230)
* Add skip rate to docs and adjust block-production to use the term skip rate in line with the output of solana validators

* Format and adjust padding
2023-06-21 16:38:46 -07:00
Brennan 42ccc5cf40
update turbine docs for redundant path disabled (#29985)
* update turbine docs for redundant path disabled

* Create data-plane-propagation.png

* PR feedback - scrub out neighborhoods
2023-06-21 09:46:17 -07:00
Logan Yu 24ffc113bb
fix errors in lookup tables code example (#32055)
* fix errors in lookup tables code example

* Update lookup-tables.md

* add missing = and change variable name to txid
2023-06-20 13:56:56 +00:00
galactus 2ceabd9368
Simd 47 syscall sysvar last restart slot (#31957)
* add sysvar and logic for last restart slot

* cleanup

* add test for getting last restart slot from account

* format code

* add some basic rustdoc

* copy+paste error

* feature flag for last_restart_slot

* add to sysvars.md

* updated wording in sysvars.md

* rename sol_get_last_restart_slot_sysvar > sol_get_last_restart_slot

* create sbf C header for sol_get_last_restart_slot

* cleanup imports

* reverted hardened_unpack workaround

* cleanup imports

* cleanup logs + blank lines

* Implementing ui changes for last restart slot, nit

* Some more nit change and implementing the UI for sysvar

* fixing the CI

* Minor clippy fix

* format changes

* changes suggested by mvines and lichtso

* increase timeout in local_cluster test

* fix code format

* use keypair for feature flag from mvines

* delete test.json file

* Revert "increase timeout in local_cluster test"

This reverts commit a67465ae22.

* last restart slot should be always less than or equal to current slot

* fixing bug

* changes after  steviez comments

* format issue fixed

* fixing the comment on premature application of future hardfork

* nit change in test

Co-authored-by: steviez <steven@solana.com>

* reverting sysvar_cache.rs because change was not necessary

---------

Co-authored-by: steve-gg <grooviegermanikus@gmail.com>
Co-authored-by: steviez <steven@solana.com>
2023-06-16 20:14:02 +00:00
Raza eabe107066
[docs] Add beginner-friendly intro to Solana guide (#31861)
* Docs: Create intro to Solana guide

* Docs: Fix formatting on getstarted/overview

* Docs: Fix linter errors on getstarted/overview
2023-06-14 21:35:19 -05:00
HaoranYi ffe4c06a19
Add epoch_reward sysvar (#32049)
* Add epoch_reward sysvar

* Apply suggestions from code review

Co-authored-by: Brooks <brooks@prumo.org>

* remove new from EpochRewards

* remove copy test

* Apply suggestions from code review

Co-authored-by: Jon Cinque <joncinque@pm.me>
Co-authored-by: Tyera <teulberg@gmail.com>

* reviews

---------

Co-authored-by: HaoranYi <haoran.yi@solana.com>
Co-authored-by: Brooks <brooks@prumo.org>
Co-authored-by: Jon Cinque <joncinque@pm.me>
Co-authored-by: Tyera <teulberg@gmail.com>
2023-06-14 08:41:26 -05:00
Tim Garcia bcacb32cbc
[docs] Validator guidebook incorporated into docs (#31660)
* docs: adding multiple pages in from the guidebook

* fix: minor updates to the rpc node setup page

* fix: added known validators info to the rpc page

* docs: added best practices pages

* fix: updated internal linking

* docs: added faq page and update links

* Expanding the validator FAQ, updating hardware req

* Updates to validator setup

* Fixed broken RPC API links

* Remove GPU reqs, clarify install best practices

* Updating neworking requirements in validator reqs

* Removing trailing white spaces

* Removing systuner usage from docs

* ssh authentication note, more on withdrawls

* Adding feedback from educational workshop

* Details on system clock, cpu freq, validator set

* add link to gossip for clock drift system req

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* Update docs/src/validator/best-practices/monitoring.md

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* clarification on monitoring docs

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* adding a reference to the hardware requirements

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* fixing link to clusters page

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* typo fix

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* Update docs/src/validator/get-started/setup-a-validator.md

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* Update docs/src/validator/best-practices/monitoring.md

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* Update docs/src/validator/best-practices/monitoring.md

Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>

* Referencing the validator health report

* Removed trailing whitespace

---------

Co-authored-by: nickfrosty <nfrostbutter@gmail.com>
Co-authored-by: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com>
2023-06-13 14:11:37 -05:00
Nick Frostbutter b1a303c8bf
[docs] signatureSubscribe wording tweaks (#31996)
* fix: minor tweaks

* refactor: updating wording

* Update docs/src/api/websocket/_signatureSubscribe.mdx

Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>

---------

Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>
2023-06-13 14:22:22 +00:00
samkim-crypto 57a89a7ec8
[docs] Add zk token proof program description (#32011) 2023-06-13 11:13:51 +09:00
Gopye 1ff7b28abc
Docs/fix/transaction confirmation (#32057)
* docs: remove nonsense sentence

* docs: fix transaction confirmation link
2023-06-12 15:15:52 +02:00
Gopye 9a65d8fc31
docs: fix typo in the Versioned Transaction docs (#32056)
docs: fix typo

Co-authored-by: sean delaney <notunderground@protonmail.com>
2023-06-12 15:13:52 +02:00
Michael 2f4a189d47
Hide Keybase and replace with URL (#31852) 2023-06-06 06:22:55 -07:00
Nick Frostbutter 8fbada42f9
[docs] `signatureSubscribe` websocket (#31841)
fix: signatureSubscribe websocket method

Closes #24558
2023-06-05 18:25:21 +00:00
bji 0957a50a34
Add snapshots arguments to the ledger tool command because numerous o… (#31847)
Add snapshots arguments to the ledger tool command because numerous operators
have been tripped up by not realizing that these arguments are needed for
fairly standard configs.  The additional arguments are harmless for those
who don't separate snapshots into separate dirs, but essential for those
who do.
2023-05-27 15:03:59 +00:00
Brooks 89fd848e6c
Moves Epoch Accounts Hash proposal to implemented (#31824) 2023-05-25 14:14:16 -04:00
Raza 5077d58b73
docs: Add Windows installation instructions (#31774) 2023-05-24 08:42:13 -05:00
carllin a3fc622550
Update consensus docs (#31588) 2023-05-23 16:32:21 -04:00
Jeff Biseda 97293fe506
update frozen_abi dev workflow in docs (#31705) 2023-05-18 16:23:59 -07:00
Trent Nelson b422ac0368
remove `solana-sys-tuner` binary and all references (#31682) 2023-05-16 18:22:58 -06:00
Callum McIntyre 6c1cdb57c6
[docs] add error response for getBlockTime RPC call (#31653)
Co-authored-by: Callum McIntyre <callum.mcintyre@solana.com>
2023-05-16 17:02:24 -05:00
Callum McIntyre 16381d8f65
[docs] remove incorrect pubkey param from getEpochInfo (#31651)
Co-authored-by: Callum McIntyre <callum.mcintyre@solana.com>
2023-05-16 18:23:30 +00:00
Jordan Sexton 125a18550d
[docs] Add note about txids to signature status RPC method docs (#31628) 2023-05-12 20:16:16 -07:00
Dmitri Makarov c5905f525c
Update on-chain debugging docs following up changes in ledger-tool UI (#31593) 2023-05-12 06:34:51 -04:00
Dmitri Makarov 078304888d
Decommission rbpf-cli, replaced by solana-ledger-tool run subcommand (#31512) 2023-05-05 09:31:38 -07:00
Callum McIntyre 9b547fe9f8
[docs] add that loadedAddresses is undefined when using jsonParsed encoding (#31441)
- Applies to `getTransaction` and `getBlock` RPC calls
- This is intended because `accountKeys` already includes these addresses + lookupTable source. See https://github.com/solana-labs/solana/pull/31392#issuecomment-1527856367
2023-05-02 15:41:23 -05:00
Tyera 7474404539
Fix lockup docs (#31362) 2023-04-28 13:00:47 -06:00
sakridge f2befbb78e
Add note on how cargo build-bpf works (#30938) 2023-04-20 20:30:11 +02:00
Nick Frostbutter 26bec21d05
[docs] clarify logsSubscribe `mentions` param (#31225)
* fix: clarify logsSubscribe mentions param

* Update docs/src/api/websocket/_logsSubscribe.mdx

Co-authored-by: Tyera <teulberg@gmail.com>

* Update docs/src/api/websocket/_logsSubscribe.mdx

Co-authored-by: Tyera <teulberg@gmail.com>

---------

Co-authored-by: Tyera <teulberg@gmail.com>
2023-04-17 18:22:11 +00:00
kirill lykov 592b3ce17e
fix docs blockstore formatting (#31105)
* fix docs blockstore formatting

* Update docs/src/validator/blockstore.md

Co-authored-by: steviez <steven@solana.com>

* fix function signature in replay docs

Co-authored-by: steviez <steven@solana.com>

* update `get_slot_entries` function description in the docs

Co-authored-by: steviez <steven@solana.com>

* fix formatting

* remove new line in a doc

---------

Co-authored-by: steviez <steven@solana.com>
2023-04-14 12:13:28 +00:00
Nick Frostbutter 768405c410
[docs][ci] skip usage doc build for non-deploys (#31063)
* build: skip cli usage doc build for non-deploys

* fix: checking for CI

* chore: removed trailing whitespace

* fix: apease buildkite
2023-04-13 13:26:26 -05:00
Nick Frostbutter ac761dd9c0
[docs] added google analytics to docs (#31141)
* feat: added google analytics to docs

* docs: added comments
2023-04-11 14:35:40 -05:00
DimAn 622141c5eb
doc: typo in geyser plugin doc (#31125)
doc: typo
2023-04-10 17:28:34 -06:00
Charles Edward Gagnon 4a157446ac
Documentation typo in on-chain-programs/deploying.md (#31126)
Doc typo
2023-04-10 11:36:00 -05:00
dependabot[bot] 5f413db04f
Bump webpack from 5.74.0 to 5.78.0 in /docs (#31074)
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.78.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.74.0...v5.78.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-06 14:27:55 -07:00
Andrew Fitzgerald 3a6d990d4c
[docs]: reduce header level (#31084) 2023-04-06 14:41:55 -05:00
Vide Krajnc d6051ba434
Update install-solana-cli-tools.md (#31080)
Fix typo in the linux asset name.
2023-04-06 11:27:25 -05:00
Nick Frostbutter 4564bcdc1a
[docs] state compression and compressed nfts (#31027)
* feat: added doc for state compression

* feat: added guide for compressed nfts

* fix: updates sidebar for new docs

* fix: added link to example repo

* fix: fixed typos

---------

Co-authored-by: nickfrosty <nick.frostbutter@solana.org>
2023-04-06 08:52:31 -05:00
Madhav Goyal 493efc5169
docs: Linking bankless-leader simd (#30790)
Added the link to simd so it shows up on the solana website if anyone looking to contribute.
2023-03-30 09:20:08 +02:00
Brennan 000b912fc6
Update discord invite links (#30909)
* Update discord invite links

* Point to Stack Exchange for support
2023-03-29 09:14:22 -07:00
Dmitri Makarov 81ef2a0d75
Update references to platform-tools (#30764) 2023-03-22 07:41:40 -07:00
Nick Frostbutter a131163904
fix: fixed and/or removed forum links (#30775)
* fix: fixed and/or removed forum links

Closes #29724

* fix: typo

---------

Co-authored-by: nickfrosty <nick.frostbutter@solana.org>
2023-03-20 13:58:41 -05:00
Nick Frostbutter f528335ac0
docs: prioritization fees (#30138)
* docs: updated prioritization fees docs

* fix: updated wording and removed outdated info

* docs: updated prioritization fees docs

* fix: merge fix

---------

Co-authored-by: nickfrosty <nick.frostbutter@solana.org>
2023-03-14 13:31:41 -05:00
mvines 94ef881de0
Update discord link in docs (#30670)
Update discord link
2023-03-10 12:09:28 -08:00
Steven Luscher 569c5fd9d6
[docs] Fix `dataSlice` definition (#30648)
* Repair incorrect definition for `dataSlice` in `getAccountInfo`

* Update all other occurrences of `dataSlice` in the docs
2023-03-08 19:54:33 -06:00
Steven Luscher 0c41c8ee1b
docs: fix order of positional `start_slot` and `end_slot` in `getBlocks` API docs (#30351) 2023-03-08 15:53:38 -08:00
Julien Catalano 4f3b71e173
[docs] Fix typos (#30640) 2023-03-08 13:25:23 +01:00
Dmitri Makarov 807f90ee8e
Document debugging on-chain programs (#30632) 2023-03-07 20:56:01 -05:00
Ikko Eltociear Ashimine 7ac3505b30
Fix typo in ledger.md (#30537)
explictly -> explicitly
2023-02-27 12:37:51 -08:00
Tao Zhu 66ea750182
add compute budget instruction to set loaded accounts data size limit (#30377)
* add compute budget instruction to set accounts data size limit

* changes names to explicitly for loaded accounts data size
2023-02-24 09:27:49 -06:00
Yihau Chen 17369dc8f0
ci: extract vercel scope as an env (#30441) 2023-02-23 11:58:08 +08:00
Andrew Fitzgerald 045b9fec11
Add --allow-private-addr to bootstrap-validator.sh (#30163)
* Add --allow-private-addr to bootstrap-validator.sh

* Remove --allow-private-addr argument option since it is default

* fix bench-tps docs, remove option for private-addr (default)
2023-02-22 09:54:15 -08:00
Trent Nelson 0487a4bd60
hide commonly misused `--no-port-check` validator arg (#30306) 2023-02-16 13:34:45 -07:00
steviez a09b044aa2
docs: Update on --limit-ledger-size and ledger disk usage (#30002)
The current documentation fails to call out that some items go under the
ledger directory by default. If this is the case, then the stated 500 GB
number will most certainly be exceeded.
2023-02-16 10:37:10 -06:00
Proph3t b9b7178f1f
TPU and TVU docs changes (#30301)
* docs: add tpu and tvu to terminology

* docs: add brief description to tvu doc
2023-02-15 17:34:32 -07:00
Tyera a020f3eb60
Add clarifying comments to SamplePerformanceService (#30296)
* Add clarifying comment

* Make jsonrpc docs more explicit
2023-02-15 10:02:53 -07:00
Nick Frostbutter 2dbe36e82a
docs - smaller logo image (#29775)
fix: smaller logo image
2023-02-13 17:21:31 -06:00
Nick Frostbutter 54416451f6
docs - new homepage (#29793)
* refactor: new home page

* refactor: line lengths and meta description

* docs: removed text section

* refactor: links label and comments

* chore: removed comment

* refactor: removed page
2023-02-13 17:00:11 -06:00
Trent Nelson 2decc5275c
Proposal for off-chain message signing (#26915)
docs: add proposal for off-chain message signing
2023-02-13 11:16:21 -07:00
Nick Frostbutter 4a10ebdf0b
[docs] style: prettier force line length to 80 chars (#30133) 2023-02-09 03:23:21 +00:00
Nick Frostbutter ae59195ed0
[docs] fix: rpc api redirect (#30212) 2023-02-08 20:40:05 -06:00
omahs 70d6614b50
Fix: typos (#30141) 2023-02-06 10:04:46 -07:00
Brennan b29a50a55e
Exclude loopback from valid IP addresses (#29992)
Excludes loopback IP addresses from being valid IP addresses unless private addresses are explicitly allowed
2023-02-01 11:16:15 -08:00
steviez 9b13b90066
Add backwards compatibility clarification on CLI tooling output (#29961)
Json output should remain consistent to avoid breaking automation;
however, we want to be free to update human-reader-centric output to
remove output as it becomes deprecated.
2023-01-30 12:14:25 -06:00
Brennan c1aac6d430
Update turbine documentation (#29906)
* Update turbine text, fix typos, shuffle organization, update diagrams, and fix error rate calculations
2023-01-27 08:09:41 -08:00
Nick Frostbutter 9b270020f6
[docs] new JSON RPC API docs format (#29772)
* feat: added api page

* fix: api redirects

* feat: websocket page and partials

* feat: deprectated partials

* feat: http method partials

* fix: more deprecated partials

* feat: codeblock component and styles

* feat: api http methods page

* feat: sidebar

* refactor: proposal api links

* refactor: internal linking

* refactor: more internal links

* refactor: internal link and note cards

* refactor: local links

* refactor: local links and auto save prettier

* feat: added numNonVoteTransaction data details

* fix: updated getRecentPrioritizationFees

* fix: corrected wording

* fix: version typo

* fix: commitment links

* fix: parsed response links

* fix: dangling links

* refactor: filter criteria

* docs: removed jsonrpc-api.md file

* fix: dangling links

* style: removed whitespaces for CI

* style: removed whitespace

* style: fixed whitespaces
2023-01-26 17:14:47 -06:00
aditya-solana 62312f95a9
Mention that the document is stale. (#29769) 2023-01-19 07:37:17 -08:00
Illia Bobyr 6e4ecc6758
RPC getPerformanceSamples: Add `numNonVoteTransaction` (#29388)
Allow interested parties to see both total and non-vote transaction
counts in each performance sample.

Fixes https://github.com/solana-labs/solana/issues/29159
2023-01-18 00:22:47 -08:00
Nick Frostbutter 29ed19c5e0
docs: updated readme (#29561) 2023-01-17 22:14:05 -06:00
Nick Frostbutter 1345e89507
docs: update Docusaurus to v2.2 (#29563)
* build: update docusaurus

* fix: algolia keys

* fix: frontmatter keywords array

* build: clsx version

* fix: card layout and pages

* fix: invalid internal link
2023-01-17 22:13:10 -06:00
Tao Zhu 1d88654116
Revert "Cap accounts data a transaction can load by its requested limit" (#29373)
Revert "Cap accounts data a transaction can load by its requested limit (#27840)"

This reverts commit 81dc2e56ac.
2023-01-17 11:34:18 +01:00
Tyera 05594c6996
getRecentPrioritizationFees docs: make clear that fee is per compute-unit (#29702)
Make clear that fee is per compute-unit
2023-01-13 13:25:55 -07:00
Tyera 451fbfee2e
Update getRecentPrioritizationFees json-rpc docs (#29666)
* Update getRecentPrioritizationFees json-rpc docs

* Address review feedback

* Remove minimum
2023-01-11 23:17:32 -07:00
kirill lykov 5d18a5c738
replaced ./cargo with cargo in build docs (#29375) 2022-12-28 00:52:49 +01:00
Nick Frostbutter d8da242e5e
docs: transactions fees/confirmation and deploying programs (#28895)
docs: adds and updates
2022-12-21 22:51:49 -06:00
Nick Frostbutter 12de7637f1
[docs] Updated transactions overview page (#29345)
fix: added broad overview
2022-12-21 22:38:47 -06:00
Nick Frostbutter 5918d6f09d
[docs] updating the "writing programs" section (#29197)
* docs: added limitations page

* fix: updated deprecated cargo test-bpf

* docs: moved content off of overview

* fix: added compute budget description

* fix: updated compute buddget

* fix: rearranged sections

* fix: update code snippet

* docs: overview page and links
2022-12-21 22:27:10 -06:00
gr8den a0b655b72b
fix typo in runtime docs (#29314) 2022-12-17 11:01:46 -07:00
Brooks Prumo 426be3d82d
docs: Accounts must be rent exempt (#29256) 2022-12-16 13:14:01 -05:00
Brooks Prumo 94b04935c8
docs: Wraps to 80 characters (#29259) 2022-12-14 15:14:59 -05:00
Tyera 28d8b072c9
Update filter docs, v1.11 -> v1.14 (#29017)
v1.11 -> v1.14
2022-12-01 15:55:58 -07:00
Alexander Meißner 73e55a184b
Adjusts docs about changing the data, size and balance of accounts. (#29007) 2022-12-01 19:42:34 +01:00
Jacob Creech 57798fae9c
Docs: Removed Serum RPC mention (#28854) 2022-11-17 12:45:21 -06:00
Brooks Prumo c1e440acb6
Warping calculates and sets new EAH (#28809) 2022-11-15 23:16:38 -05:00
Brooks Prumo d798e751a0
Disables EAH with short epochs (#28803) 2022-11-15 13:26:19 -05:00
Brooks Prumo 503da50f2c
Verifies EAH in SnapshotHash (#28775) 2022-11-14 16:02:08 -05:00
Tao Zhu 81dc2e56ac
Cap accounts data a transaction can load by its requested limit (#27840)
- Add new compute-budget instruction to set transaction-wide accounts data size limit
- Set default accounts data limit to 10MB, and max to 100MB, per transaction;
- Add getters to make changing default and/or max values easier in the future with feature gates;
- added error counter for transactions exceed data size limit
2022-11-14 10:29:35 -06:00
Dmitri Makarov 34865d032c chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
Brooks Prumo 76598dbddb
proposal: Epoch Accounts Hash (#27801) 2022-10-28 10:16:35 -04:00
bji c0f1ffb9d3
Minor typo fix. (#28583) 2022-10-26 09:07:35 -10:00
HaoranYi 74bd87d847
Add vote section in reward proposal (#28587)
* add vote section in reward proposal

* edits

* Update docs/src/proposals/partitioned-inflationary-rewards-distribution.md

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

* Update docs/src/proposals/partitioned-inflationary-rewards-distribution.md

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>

Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
2022-10-25 16:34:53 -05:00