-
Notifications
You must be signed in to change notification settings - Fork 20
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
client-sdk/go: Add "cory" test key used by oasis-net-runner #1081
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1081 +/- ##
=======================================
Coverage 68.36% 68.36%
=======================================
Files 128 128
Lines 11249 11249
=======================================
Hits 7690 7690
Misses 3527 3527
Partials 32 32
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -83,6 +83,8 @@ var ( | |||
Bob = newEd25519TestKey("oasis-runtime-sdk/test-keys: bob") | |||
// Charlie is the test key C. | |||
Charlie = newEd25519TestKey("oasis-runtime-sdk/test-keys: charlie") | |||
// Cory is the default test key used by oasis-net-runner. | |||
Cory = newEd25519TestKey("ekiden test entity key seed") |
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.
where is the name Cory from? It looks like we've mostly been using one name per first initial
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.
It is the entity key from Oasis Core, hence Cory :-)
The other idea was Debbie, the debug entity :P
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.
o lol
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.
FYI Cory is deliberately separated from Alice, Bob, Charlie convention, because it's managed by the core tests/tooling (test-runner, net-runner). But it's still useful to have it around in Oasis CLI.
6f0b364
to
2f533a8
Compare
This PR makes
oasis
CLI more tailored to local (dApp) development and debugging:cory
test account which is the default entity created byoasis-net-runner
when using--fixture.default.fund_entities
flag