Skip to content
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

feat: support for CAS periods #50

Merged
merged 1 commit into from
Aug 29, 2019
Merged

feat: support for CAS periods #50

merged 1 commit into from
Aug 29, 2019

Conversation

troggy
Copy link
Member

@troggy troggy commented Aug 19, 2019

when mining period, wait for period to appear in a period store, so that you can
initiate exit (otherwise you lack CAS and slot data)

Requires:

Resolves #20

tests/actions/exitUnspent.js Outdated Show resolved Hide resolved
when mining period, wait for period to appear in a period store, so that you can
initiate exit (otherwise you lack CAS and slot data)
@troggy
Copy link
Member Author

troggy commented Aug 28, 2019

integration tests will be fixed once leapdao/leap-node#329 lands

Copy link
Member

@sunify sunify left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@@ -16,12 +16,12 @@ const getTests = async () => {
};

async function run() {
const { contracts, nodes, accounts, wallet, plasmaWallet } = await startNetwork();
const env = await startNetwork();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@troggy troggy merged commit 4567f5b into master Aug 29, 2019
@troggy troggy deleted the feat/period-store branch August 29, 2019 05:25
@troggy troggy restored the feat/period-store branch August 29, 2019 05:35
@troggy troggy deleted the feat/period-store branch August 29, 2019 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exitUnspent helper always used with slot 0
2 participants