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
R4R: Colin/store #153
R4R: Colin/store #153
Changes from 56 commits
148cb24
c8126e7
05813cf
5f8b0f3
7e1a4b9
1736b1e
960027b
ffc5ad1
87501a1
c4358e2
0943e9c
4fb3b12
65a44f0
e8e5418
4a9f92a
591b3ac
db089bf
f22b65c
fb1fd2d
e79b8e5
714b0ed
5c790db
b8582c3
9ea2295
0691dec
9736100
0cbbb1a
7c60051
9dd6071
d3eed28
28d9f2a
d0314d3
a2352d2
c5a2ef6
62ac312
8094c0e
0c5a538
5fdb575
2714487
6111e2e
5e6198e
7224c29
6d93383
ba63648
52f5487
3010eb9
f4cce13
c4436e2
278cbf3
d9926bd
527d879
b1eec74
214ae35
4af2bf2
41a5024
780f3ea
b9ecdab
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
why was the context parameter removed? I think each command should be responsible for constructing it's context object with the plasmad node
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.
same with above
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.
I think ctx should be a parameter and
WithTrustNode
should not be explicitly set.Trust-Node
can be set via flag/commandline/env/config.tomlThere 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.
I can merge in my config PR first so that the changes are in effect before merging this into develop
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.
what do you think about having each store define it's name instead of hardcoding the string?