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.
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
Implement pallet view function queries #4722
base: master
Are you sure you want to change the base?
Implement pallet view function queries #4722
Changes from all commits
264b902
987802c
4f7a513
e8af3c2
7038710
9267519
c6a4e42
140f7d9
23b9ebf
86c5f2f
f42c5c4
ac6643e
2ea6158
8b56a84
06f9ffc
9ed181b
cd52010
44707b3
afa1490
f97a40c
ddff4d0
538ea8a
db616f5
fd3318b
a49e5f3
dd651ac
c7ff6c9
5a8e559
e71b9de
22dd94b
117ac87
def7807
fbd4d3a
04d763e
86f35eb
885fd3a
3b563fb
43de841
ebcf283
f0b1f36
c6dd8a5
81150ba
11cb3db
18b7deb
21eeba7
7b82da6
fd0896c
0bf818a
7c71b8a
60d78fc
19d6f65
f8e9d2b
b93cbf4
b58b9ae
c2c3883
0e92e5b
62674bd
bb35aa4
f5c498e
6acc73f
282ce5e
39d6e35
d35e6df
9e3bc13
82e9fbc
09d3e75
b120001
49a5d73
cf9c01e
9628070
cb97676
d355f30
f88b646
b87bc0e
5b4e2f1
18b7d6d
25479e2
402c29d
24d00d9
3fd9b5d
15d74ea
6a042fb
c6a87fc
9e92079
c2e175a
cdca6f5
2512093
e71d7d7
05f7caa
fc1d7aa
7a82560
87807aa
d3bf83c
ccbac76
03c1c45
d513cd1
627c275
227deb6
d234fdd
68061a9
bab4cb0
7b85388
f176933
90d45f6
502c5be
a4d8b0c
c44d40e
0819dac
9793b26
9a50968
cf06441
a372eec
e0758a2
73b41aa
9b62146
320d7f4
e2ac06c
258373c
b63e77a
578fa91
f3f321c
c642149
abe6f5c
013e789
d7d614d
f9be388
051dcdd
dec2467
e8ff55d
82f08ea
98d3063
502afaf
e0b76ed
73f62e4
8e34251
de5834c
f4e8aa2
85ab0b7
b04abd3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Nit: I'm wondering whether it's worth scoping this call a bit more eg
execute_pallet_view_function
, in case we want to have anexecute_runtime_view_function
in the future or something? Or would you see runtime-wide view functions also being callable through this same interface?