-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: refactor package & realm concept pages #1469
Closed
Closed
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
92c0dff
wip save
leohhhn 3eda27c
Merge branch 'master' into docs/pkg-path
leohhhn f4d2f21
Merge branch 'master' into docs/pkg-path
leohhhn 9c9340a
Merge branch 'master' into docs/pkg-path
leohhhn 5b0fbd3
Merge branch 'master' into docs/pkg-path
leohhhn d6d7700
add coins link
leohhhn 53620d3
Merge branch 'master' into docs/pkg-path
leohhhn a38a32d
update realm page
leohhhn d2f0acf
update realm concept page
leohhhn 70e4d47
fix typo
leohhhn cbdd6c4
Merge branch 'master' into docs/pkg-path
leohhhn dcc0721
Merge branch 'master' into docs/pkg-path
leohhhn 2181061
Merge branch 'master' into docs/pkg-path
leohhhn 2f057f7
refactor realm page
leohhhn ad4b55d
save
leohhhn 76d953b
fixup signature
leohhhn 641ef59
fix capitalization
leohhhn 7eb6cfe
start working w realms section, update chain reference
leohhhn 2105a75
save
leohhhn c82f622
add diagrams to realm page
leohhhn a778d9b
add more sections
leohhhn 51adc98
render section
leohhhn f8817e1
add state persistence parag
leohhhn ab7f8b3
save
leohhhn 899a387
finish package page
leohhhn d0848d4
remove coins section in realms
leohhhn dca0947
revert accidental change to seqid
leohhhn 00e5469
typo
leohhhn e791bd8
replace interface with any
leohhhn 9fa722c
inline
leohhhn b633dbc
remove "leftover"
leohhhn 3a857ad
phrasing
leohhhn a2efdc7
rephrasing
leohhhn 28e23d4
remove breaking change line
leohhhn 306afca
add abci query mention
leohhhn 3fe4c65
add IsUser ref
leohhhn 674e80c
fix prevrealm ref
leohhhn 74024b9
Merge branch 'master' into docs/pkg-path
leohhhn 640a793
Merge branch 'master' into docs/pkg-path
leohhhn ff79db9
Merge branch 'master' into docs/pkg-path
leohhhn a0993ca
Merge branch 'master' into docs/pkg-path
leohhhn 9f1c9bb
minor fixups
leohhhn 4a77688
make build
leohhhn edb9c42
fix links
leohhhn ee62df0
pure pacakges
leohhhn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function seems useless, since it's just calling
tree.Set
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an example realm and the point of the function is to just expose the Set function from the AVL package to the user. It wasn't meant for anything else. What would you suggest putting here instead?