-
Notifications
You must be signed in to change notification settings - Fork 5
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
Integration tests #83
Conversation
agoric/contract/test/swingsetTests/bootstrap/bootstrap-inventory.js
Outdated
Show resolved
Hide resolved
/** @type {Context} */ | ||
const { publicFacet, governorFacets, contractAssets, purses, zoe } = context; | ||
|
||
await E(governorFacets.creatorFacet).setFilters(['mintCharacterNfts']); |
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'm wondering how to revert this, maybe await E(governorFacets.creatorFacet).setFilters([]);
?
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 havent really looked into this but what you wrote makes sense. It should really affect the tests though cause each test file runs independent of the others.
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.
yeah that makes sense, I'll check with Agoric about this
Added new test setup based on test-fluxAggregator-service-upgrade.js
index.js
contract method fromstart
toprepare
to allow contract upgrades