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

[ETCM-202] Provide Mantis command-line interface #746

Merged
merged 7 commits into from
Oct 21, 2020

Conversation

mmrozek
Copy link
Contributor

@mmrozek mmrozek commented Oct 20, 2020

Description

CLI to mantis. Options:

  • generating a new private key
  • deriving address from private key
  • generating allocs from private keys or addresses

@mmrozek mmrozek requested review from kapke, mirkoAlic and a user October 20, 2020 08:21
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

  • Please update the README too
  • Other than that LGTM

val generatePrivateKeyCommand = "generate-private-key"
val deriveAddressCommand = "derive-address"
val generateAllocsCommand = "generate-allocs"
val useAddressesFlag = "useAddresses"
Copy link
Contributor

Choose a reason for hiding this comment

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

why not replace it with either --address=<address> or --key=<key (or in plural)? In that way it would be a bit easier and always clear what is passed without reaching for bool flags

@@ -17,6 +18,7 @@ object App extends Logger {
val mallet = "mallet"
val faucet = "faucet"
val ecKeyGen = "eckeygen"
val cli = "mantis-cli"
Copy link
Contributor

Choose a reason for hiding this comment

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

why not just cli if not separate launcher is created?

@mmrozek mmrozek force-pushed the etcm-202-mantis-cli branch from e32f446 to ed84de0 Compare October 21, 2020 07:05
@mmrozek mmrozek force-pushed the etcm-202-mantis-cli branch from 3892874 to 659e94f Compare October 21, 2020 07:50
@mmrozek mmrozek force-pushed the etcm-202-mantis-cli branch from 659e94f to 8f5e412 Compare October 21, 2020 08:16

object Fixture {

def argument(name: String, value: Option[Any] = None): String = s"--$name${value.fold("")(v => s"=${v.toString}")}"
Copy link
Contributor

Choose a reason for hiding this comment

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

very minor in current state - that Any there, it's fine now, but I'd consider using just String instead so any conversion needs to happen explicitly

Copy link
Contributor

@kapke kapke left a comment

Choose a reason for hiding this comment

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

LGTM!

@mmrozek mmrozek merged commit 6566015 into develop Oct 21, 2020
@mmrozek mmrozek deleted the etcm-202-mantis-cli branch October 21, 2020 09:07
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.

3 participants