nico
ffe1112270
woop
9 months ago
Sebastian Johnsson
14eb1a8374
Set default RPC methods to v1; fix tests
4 years ago
Sebastian Johnsson
e049267110
[bls] Use new BLS wrapper from harmony-one/harmony ( https://github.com/harmony-one/harmony/pull/3209 )
4 years ago
Janet Liang
881b3ca520
[bls] Improve sanitization for bls key passphrase too
5 years ago
Daniel Van Der Maden
f8742916ee
Add node check when generating BLS keys ( #219 )
...
* Revert "[chain-id] Remove partner chain-id & references to ps endpoint"
This reverts commit 0a8869b36c
.
* [validation] Add node connection validation function
* [pkg/bls] Refactor BLS gen fn names & sigs
* [cmd] Add node check when generating BLS keys, default to mainnet
5 years ago
Janet Liang
7a1594ba95
[keys] Remove whitespace when reading passphrase from file for bls keys
5 years ago
Janet Liang
59ec72fd79
[ #213 ] Export keystore to an output directory
5 years ago
Michael Otis
a1a9461754
Fix updated bls references, from Bls -> BLS ( #202 )
5 years ago
Sebastian Johnsson
cf29acd7f8
Update to latest harmony-one/harmony + fix BLS naming
5 years ago
Sebastian Johnsson
ffc1e4ebca
Refactor multi bls key generation - add support for specifying the key path for each separate key
5 years ago
Sebastian Johnsson
f97ef08540
Fix JSON output
5 years ago
Leo Chen
5b58125aae
[hmcli] add --bls-pubkeys-dir option
...
This option can be used to automate the create-validator and
edit-validator actions. No need to manually input the path to the
blskeys and the passphrase.
--bls-pubkeys-dir <path> is used to specify the path to the bls pubkey
files and the passphrase files
the pubkey and passphrase files should follow the naming convention of
pubkey.key and pubkey.pass as a pair.
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Sebastian Johnsson
95353b0d4b
Add support for multiple separate passwords, refactor bls key generation, add bls key generation tests
5 years ago
Sebastian Johnsson
9bfbe42fdf
Add support for generating multiple bls keys for a given shard and node/network
5 years ago
Janet Liang
88a7894b91
[bls] Fix wrong imported bls key when "0x" included in bls private key
5 years ago
janet-harmony
c9c80d144e
[ #2257 ] Use core.IntrisicGas calculations for default gasLimit ( #146 )
...
* [#2257 ] Use core.IntrisicGas calculations for default gasLimit
* [#2257 ] Check for CreateValidator when using IntrinsicGas
* [#2257 ] Update harmony dependency
5 years ago
Ganesha Upadhyaya
545971b82a
remove 0x from public-key/private-key display part of generate-bls-key
5 years ago
Ganesha Upadhyaya
cc3dc15ca6
one time bls passphrase ( #79 )
...
* one time bls passphrase
* trimspace
* Revert "trimspace"
This reverts commit fff564983b
.
5 years ago
Ganesha Upadhyaya
e233cea7dd
using BlsVerificationStr instead of hard-coded string
5 years ago
Ganesha Upadhyaya
96bfce9eab
changing from string to BlsSignature type
5 years ago
Ganesha Upadhyaya
83634e501f
adding bls pubkey verification using bls key file and passphrase, also sending bls signatures for backend to verify
5 years ago
Daniel Van Der Maden
d9059d19d7
[keys] Add save and get public bls key + clean-up
5 years ago
Daniel Van Der Maden
1bd8067a28
[keys] Add bls key recovery
5 years ago
Daniel Van Der Maden
de66017c7e
[keys] Add bls key generation
5 years ago
Daniel Van Der Maden
d14c39405f
[mnemonic] Enable recover from mnemonic with unused index
5 years ago
Edgar Aroutiounian
8c0a2af6b9
[pkg] Build out more subpackages, use cross shard, use local keys
5 years ago
charleszqwang
cb001e7392
Add Password Feature To Account Creation (keys add)
5 years ago
Edgar Aroutiounian
7dd8aa64cb
Pass off checkpoint ( #9 )
...
* [cmd/account][pkg/common] Pull in code from main harmony repo, query for account balance with normalized output
* MVP for send raw transaction
* Working SendRawTransaction
* [project] General refactor into abstraction built out, transaction values dont look right yet but that is runtime issue
* [project] Bring up to stage for working flow while in refactored flow, arch, ready for pass off
5 years ago
Edgar Aroutiounian
7cffe388ca
[pkg/keys] Begin build out usage of keystore, issue about internal from main harmony-repo
5 years ago