Skip to content
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

📝 Refresh six classic guides #723

Draft
wants to merge 99 commits into
base: main
Choose a base branch
from

Conversation

JFWooten4
Copy link
Contributor

@JFWooten4 JFWooten4 commented Jun 26, 2024

Solving #338 🤝

@JFWooten4 JFWooten4 marked this pull request as draft June 26, 2024 14:12
@JFWooten4
Copy link
Contributor Author

JFWooten4 commented Nov 19, 2024

I'm removing the maker/taker diction since it doesn't apply to the DEX. Some of this got added to contextualize Stellar's functions in terms more akin to traditional markets. But these concepts are both outdated and likely unknown for most new readers—and hopefully we can keep it like that. 💡

- By the time this pull merges, the volume/trade approx should hit.
- Fixed missing API doc structure MethodTable explainer.
- Added Lumenauts video to SCP explainer for accessability.
Effectively all protocol 18 coverage references AMMs because AMMs are generally the more common industry term. While I appreciate that exact diction can be alluring (https://github.com/orgs/WhyDRS/discussions/21), might we scope the introductory page at least to explain rather than confuse readers?
And simplify the go newTxBuilder preconditions
Gives defereance to full disaply decimals rather than two-digit truncation. As an aside, are there any reputable anchors using display_digitals in their tomls?
Addresses the logic combination and Go documentation. Since we're using it to build an obj to add ops to, signing should stay as is.
I've been digging through the commit history to uncover the origins of some of the JS nesting before stellar#214... I'm updating them to be a little more responsive, readable, and reusable with async waits
I was messing around with `prettier-plugin-sh` and figured the note could be more localized in case we add tabWidths or such later on here (albeit you can locally inspect the upstream import for equivalent affect)
It could be prudent to globalize the accounts so that we can walk through the other limit order examples
@JFWooten4
Copy link
Contributor Author

ddd80c6 overrides 32455bb in deference to DocCardLists over MethodTables. As I understand it, most the API pages use the latter method, but it seems the implemented list system offers a more stylistically-appealing display. 🧑🏻‍🎨 I want to investigate how to change the emojis next to each title card, and potentially update the remaining legacy pages to this more descriptive summary page toolkit.

No known existing community opinions or best practices on the java syntax per https://discord.com/channels/897514728459468821/966788672164855829/1314630372042084534 in re stellar#1044.
I know some of the existing pages have been loosely casted, but there seem to be a lot of new users complaining about Docs examples not compiling or running locally given test data.
Most of the present code exemplifications are done or should elsewise be refrenced in text and then relied upon for individual pages to have their own examples.
Some more here dependent on XDR and propogation implementations, which are good for future scopes per https://discord.com/channels/897514728459468821/907476473739354153/1273021348628664433
Sort of like how this binds the AttriubteTable to its own scope, especially since it has the same background color.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants