-
Notifications
You must be signed in to change notification settings - Fork 20
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: Add list of Runtime transactions #845
Open
matevz
wants to merge
31
commits into
main
Choose a base branch
from
matevz/docs/runtime-transactions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #845 +/- ##
==========================================
- Coverage 68.00% 67.46% -0.54%
==========================================
Files 128 131 +3
Lines 11030 11118 +88
==========================================
Hits 7501 7501
- Misses 3497 3585 +88
Partials 32 32
Continue to review full report at Codecov.
|
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
3 times, most recently
from
March 17, 2022 11:16
24ecdd1
to
f52bcda
Compare
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
from
March 17, 2022 16:34
f52bcda
to
6743eeb
Compare
kostko
reviewed
Mar 17, 2022
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
4 times, most recently
from
March 22, 2022 16:40
b4e6141
to
e4e345a
Compare
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
from
March 30, 2022 08:59
e4e345a
to
62795f6
Compare
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
3 times, most recently
from
April 4, 2022 14:03
470c885
to
0b61c19
Compare
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
from
April 5, 2022 11:30
b0c608c
to
c20dca0
Compare
Would be great if methods were grouped by kind (call, query) first. |
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
2 times, most recently
from
April 5, 2022 12:05
28e47db
to
3028144
Compare
matevz
force-pushed
the
matevz/docs/runtime-transactions
branch
from
July 15, 2022 10:39
1e77ad1
to
dd4835e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds tools/extract-runtime-txs tool which parses Rust, Golang and TypeScript code for runtime transactions and generates a markdown list.
TODO:
getParameters()
per each module are not generated.runtime-sdk/src/types.rs
error after rebase. This is becauseruntime-sdk/src/
is considered as a runtime-sdk module due to#handler[query =...
snippets indispatcher.rs
.transactions.md
totransaction.md
which documentslist-of-transactions.md
which is a list of standard runtime SDK transactions similar to the existing transactions.md