-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/e2e-tests add e2e tests from sidechains-tests repository #162
base: master
Are you sure you want to change the base?
Conversation
e441dff
to
caaecb5
Compare
6a01b9e
to
08cb3ff
Compare
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.
Wait for Dev and SET approvals as well.
E2E-tests/secrets/substrate/demo/keys/dave/partner_chain.skey.json
Outdated
Show resolved
Hide resolved
E2E-tests/secrets/substrate/local/keys/alice/partner_chain.skey.json
Outdated
Show resolved
Hide resolved
c2585b4
to
ef22f1f
Compare
"scheme": "ECDSA", | ||
"address": "5C7C2Z5sWbytvHpuLTvzKunnnRwQxft1jiqrLD5rhucQ5S9X", | ||
"secret_seed": "cb6df9de1efca7a3998a8ead4e02159d5fa99c3e0d4fd6432667390bb4726854", | ||
"public_key": "020a1091341fe5664bfa1782d5e04779689068c916b04cb365ec3153755684d9a1" |
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 are using this key in other envs already, please replace with a new one that will be used only for the local env. It also needs to be replaced on partner-chains/dev/local-environment/configurations/partner-chains-nodes/partner-chains-node-1/keys/sidechain.vkey. Perhaps it makes more sense to replace the other instances we use it (devnet) since this key is already compromised from the PC demo.
"secret_seed": "cb6df9de1efca7a3998a8ead4e02159d5fa99c3e0d4fd6432667390bb4726854", | ||
"public_key": "020a1091341fe5664bfa1782d5e04779689068c916b04cb365ec3153755684d9a1" | ||
}, | ||
"active-flow": { |
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.
These 3 keys can be removed, we don't have active flow, nor passive and nor negative.
72195c7
to
5ae5c65
Compare
slack_webhook_url=$SLACK_WEBHOOK_URL | ||
jira_url=$JIRA_URL |
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 need to add these to repo secrets
E2E-tests/src/temp.py
Outdated
@@ -0,0 +1,29 @@ | |||
( # DAVE | |||
'0x039799ff93d184146deacaa455dade51b13ed16f23cdad11d1ad6af20103391180', | |||
{ |
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's that?
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.
not sure - I removed it - I think this was a temp file I brought over from the repo.
5ae5c65
to
d225181
Compare
604b715
to
943c75f
Compare
Description
Add your description here, if it fixes a particular issue please provide a
link
to the issue.
Checklist
changelog.md
for affected crateNote on CI
If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG Partner Chains developers to do this
for you.