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
Wallet UI working with new Smart Wallet contract #6134
Wallet UI working with new Smart Wallet contract #6134
Changes from all commits
694a12a
6613136
5cf9803
0f36da9
bd91fed
53eff35
f0b591b
cef7f34
65906f5
65e681d
a8890db
34faf26
7f5a791
795cbaa
c877e0d
50ff847
d0d5d00
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.
???
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.
👍 ty
idea: make
fund-acct
depend on this having run. E.g. make this have a side-effect of noting its completion and havefund-acct
depend on that, so that it runs if necesssary..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.
copied to 8fa8326
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 doesn't care about storage
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.
We have a
yarn build
for this package now that builds../bundles/bundle-walletFactory.js
.Consider using that instead, so while making changes to this package you don't have to build all vats.
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 lean toward: you can assume
yarn build
is up-to-date for other packages, but changes within a package should get bundled at test-time within a package. So this one is a little awkward: it depends onyarn build
invats
whenever a change to the walletFactory contract in this package is changed.hm. not sure I have a concrete suggestion.
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.
by that principle shouldn't this be as suggested?
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.
yes, that's good, provided the
test.before()
auto-updates that bundle.