nico
ffe1112270
woop
9 months ago
Max
c38f4e498c
governance: do not allow `approval` hex interpret ( #302 )
...
* governance: do not allow `approval` hex interpret
* gov: remove privacy, add reason, upd example
* gov: remove outdated comment
1 year ago
MaxMustermann2
5cbf0c66dc
cmd: add support for `data` signing
2 years ago
MaxMustermann2
16347d8200
add references to https://snapshot.org
2 years ago
MaxMustermann2
ab8340898b
governance: add voting support for snapshot.org
2 years ago
Konstantin
4b928dd280
Increased gas price to 100.
2 years ago
haodi
e59f6c2304
fixed default gas price
3 years ago
haodi
c56881c3e9
change default gas price
3 years ago
valyd8chain
71dd5861ad
Add Passphrase Flag to Mnemonic Recovery Cmd
...
- Add `--passphrase` to `recover-from-mnemonic` command
3 years ago
LuttyYang
82cb96dc52
fix issue 247 ( #263 )
...
* fix issue 247
* fix bug
3 years ago
LuttyYang
8561dc3c3e
fix issue 248 ( #264 )
3 years ago
LuttyYang
091a3a1178
Offline signing ( #258 )
...
* init
* add offline-sign-transfer
* test and write document
3 years ago
Lutty
fe647eaba0
opti
4 years ago
Lutty
5e13282019
first version
4 years ago
Samuel Hsiung
870491133b
Improve governance command help strings ( #252 )
4 years ago
LuttyYang
02a812cd6a
add note and error description ( #246 )
...
* add note
* add error description when fail
* typo
4 years ago
LuttyYang
2432f22344
add governance ( #244 )
...
* add governance
* opti
* remove test.yml
4 years ago
Sebastian Johnsson
d14411d0ec
Add support for sending ethereum txs using go-sdk
4 years ago
Sebastian Johnsson
6f700a092b
go fmt ./...
4 years ago
Sebastian Johnsson
e603dddebe
Add support for multiple rpcs (hmy, eth)
4 years ago
Daniel Van Der Maden
fe5160ab2c
[staking] Verify BLS key input ( #236 )
4 years ago
Rongjian Lan
ec0a498945
Revert "Update intrinsicGas for istanbul update"
...
This reverts commit 07934e9ae6
.
4 years ago
Rongjian Lan
07934e9ae6
Update intrinsicGas for istanbul update
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
Daniel Van Der Maden
4b5a1e21b2
Add Passphrase check for keystore wallet ( #230 )
...
* [account] Add VerifyPassphrase
* Add checks for AddressNotFound
* [keys] Add verify passphrase command
5 years ago
Daniel Van Der Maden
5c7654b366
[staking] Use scientific notation parser for commission rates ( #229 )
5 years ago
Daniel Van Der Maden
4b59bb71b4
Use pending nonce over true nonce by default for txs ( #224 )
...
* [pkg] Add GetNextPendingNonce
* [cmd] Add `--true-nonce` option for staking tx and plain tx
* Update README.md
* Update README.md
* update cookbook doc
* [cmd] consolidate nonce logic into 1 fn
5 years ago
Janet Liang
1af7852153
[keys] Better error messages when unable to unlock keystore ( #222 )
5 years ago
Janet Liang
bafa409e03
[keys] Improve passphrase sanitization when read from file
5 years ago
Janet Liang
75d421a6c8
[chainid] Add auto detect for dry run endpoint
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
0a8869b36c
[chain-id] Remove partner chain-id & references to ps endpoint
5 years ago
Janet Liang
9d6e1f5aca
[rpc] Remove deleted hmy_getValidatorMetrics RPC
...
[cli] Remove command for deleted RPC
5 years ago
Janet Liang
64a39e9e42
[staking] Print TX hash on failure
5 years ago
Janet Liang
59ec72fd79
[ #213 ] Export keystore to an output directory
5 years ago
Daniel Van Der Maden
dadde2e25c
[staking.go] Add bls_dir option to edit-validator cmd ( #212 )
5 years ago
Janet Liang
20f0e8c626
[utility] Allow 0x in input for shard-for-bls
5 years ago
janet-harmony
0127fde4bb
[blockchain] Add latest-headers command to get chain headers ( #206 )
5 years ago
Janet Liang
bcc275468a
[ #203 ] Fix panic in converting stakingAmount for delegation
5 years ago
Edgar Aroutiounian
eaa4d2addb
[cmd/root] Error if sharding structure is empty
5 years ago
Sebastian Johnsson
cf29acd7f8
Update to latest harmony-one/harmony + fix BLS naming
5 years ago
Janet Liang
b51f190bb7
[root] Fix regex for commit version check
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
Janet Liang
545cad9a55
[root] Fix version check on error
...
[make] Check operating system before uploading
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
Janet Liang
9cf24373b3
[ #180 ] Better error message when validator information not found
5 years ago
Janet Liang
3bffe6e5df
[ #192 ] Sanity check negative input for amount, gas-price, gas-limit, and nonce
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
ce2f04034d
[root] Detect default chainid from localhost using getShardingStructure
5 years ago