feat(command): change newly added "--keystore" parameter to "--keystore-factory" by halibobo1205 · Pull Request #6446 · tronprotocol/java-tron

@halibobo1205 mentioned this pull request

Sep 10, 2025

317787106

waynercheung

BlueHoopor

@halibobo1205 halibobo1205 changed the title refactor(keystoreFactory): rename --keystore parameter to --keystoreFactory refactor(cli): change newly added "--keystore" parameter to "--keystore-factory"

Sep 11, 2025

@halibobo1205 halibobo1205 changed the title refactor(cli): change newly added "--keystore" parameter to "--keystore-factory" feat(cli): change newly added "--keystore" parameter to "--keystore-factory"

Sep 11, 2025

@halibobo1205 halibobo1205 changed the title feat(cli): change newly added "--keystore" parameter to "--keystore-factory" feat(command): change newly added "--keystore" parameter to "--keystore-factory"

Sep 12, 2025

Federico2014

0xbigapple

@halibobo1205

…actory"

The "--keystore" parameter name could be misleading, as it typically refers to encrypted key storage files or wallets, while this parameter actually runs a KeystoreFactory. The new name "--keystore-factory" makes the parameter's purpose more explicit and avoids potential confusion.

bladehan1

0xbigapple

kuny0707

BlueHoopor

@kuny0707 kuny0707 linked an issue

Sep 15, 2025

that may be closed by this pull request

halibobo1205 added a commit to halibobo1205/java-tron that referenced this pull request

Oct 14, 2025
…actory" (tronprotocol#6446)

The "--keystore" parameter name could be misleading, as it typically refers to encrypted key storage files or wallets, while this parameter actually runs a KeystoreFactory. The new name "--keystore-factory" makes the parameter's purpose more explicit and avoids potential confusion.

warku123 pushed a commit to warku123/java-tron that referenced this pull request

Feb 6, 2026
…actory" (tronprotocol#6446)

The "--keystore" parameter name could be misleading, as it typically refers to encrypted key storage files or wallets, while this parameter actually runs a KeystoreFactory. The new name "--keystore-factory" makes the parameter's purpose more explicit and avoids potential confusion.