Ganesha Upadhyaya
48d78b3c7c
support GetValidatorInformationByBlockNumber and GetAllValidatorInformationByBlockNumber rpcs
5 years ago
Janet Liang
44f8d30252
[cli] Check for updating version on error
5 years ago
Edgar Aroutiounian
73ea35422a
[cmd/pkg] Have chain ID as pretty json with chain-id as plain int
5 years ago
Leo Chen
b53c7e0330
[utility] add shards command ( #181 )
...
./hmy utility
shards sharding structure and end points
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Janet Liang
64fb3701b3
[ #174 ] Make cookbook function of node input, default Mainnet
5 years ago
Janet Liang
26fd14dce6
[chainid] Check if node input is an harmony api endpoint
5 years ago
Janet Liang
39c24c5ac6
[utility] Add GetLastCrossLinks RPC to utility
5 years ago
Janet Liang
63b00ad496
[ #164 ] Require exactly 1 argument for account-history
5 years ago
Soph
aea5efdb8d
change passphrase confirmation logic ( #178 )
...
* Change API to OSTN for cookbook
* adding passphrase in cookbook
* change passphrase confirmation logic
* split getPassphrase into 2 seperate function
* remove trailing whitespace
5 years ago
Janet Liang
9ce15bbd6f
[ #176 ] Add getShardID RPC & use to query for Shard ID for balances when querying a single node
5 years ago
Janet Liang
2c589a6362
[chain-id] Change PartnerNet chainid to 4
5 years ago
Soph
89ee1d6811
Change API to OSTN for cookbook ( #172 )
...
* Change API to OSTN for cookbook
* adding passphrase in cookbook
5 years ago
Daniel Van Der Maden
dd0caea5bc
[cmd] Fix default active filed
5 years ago
Daniel Van Der Maden
40499e38f5
[cmd] Fix edit validator ( #171 )
...
* Upgrade harmony version
5 years ago
Janet Liang
20cdb170a8
[chain-id] Update chain id for partner network
5 years ago
Edgar Aroutiounian
7b88daa3a1
[staking] Whitespace
5 years ago
Edgar Aroutiounian
16d3e7eada
[cmd/utility] ./hmy utility addr-to-bech32 0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7
5 years ago
Janet Liang
210a78f3e7
[chain-id] Support pangagea, partner, & stress chain ids
...
Auto detect default chain id depending on API endpoint used
5 years ago
Daniel Van Der Maden
24e9c71168
[cmd] Fix getting passphrase from file #166
5 years ago
Edgar Aroutiounian
80d7f82660
[cmd] Expose hmy utility bad-blocks
5 years ago
Cem Fahliogullari
8791b801b6
Modify node leniency to respect protocol default ports
5 years ago
janet-harmony
0e26945178
patch node leniency to handle endpoints ( #163 )
5 years ago
Edgar Aroutiounian
23dd013917
add logic to add protocol and port to node ip ( #159 )
5 years ago
Janet Liang
0a2dce4e88
[keys] Print ONE Address after wallet creation & imports
5 years ago
Janet Liang
72fa00b9e7
[ #2296 ] Update cookbook & README for other outdated commands
5 years ago
Janet Liang
8aaa0828f0
[ #2296 ] Print to stderr
5 years ago
Janet Liang
4a7a488ea4
[ #2296 ] Include backwards compatibility for hmy keys add --recover
5 years ago
Janet Liang
cbf4d63477
[ #2296 ] Make recover-from-mnemonic a separate command from keys add --recover
5 years ago
Ganesha Upadhyaya
367f5d6110
change active to elected
5 years ago
Daniel Van Der Maden
de1993d500
[cmd] Enforce no arguments for transfer cmds
...
* Will reduce typo confusion if one forgets to add -- for opts
5 years ago
Janet Liang
4dba7a04c7
[ #153 ] Validate input address for blockchain account-history
5 years ago
Ganesha Upadhyaya
fa2e5a8296
force check amount for negative, otherwise rlp encode fails with wrong error msg
5 years ago
Daniel Van Der Maden
06220f9f8d
[cmd + pkg/rpc] Add getting staking transaction by hash
5 years ago
Daniel Van Der Maden
0cd83e428e
[cmd + pkg/transaction] correct error message
5 years ago
Daniel Van Der Maden
24f7cd2f88
[cmd + pkg/transaction] Check for tx hash b4 checking for errors
5 years ago
Daniel Van Der Maden
aecfe363c6
[cmd] Add error suggestion with staking tx fails
5 years ago
Daniel Van Der Maden
7b8b9a22ac
[cmd + pkg/transaction] Terminate early if tx err is found
...
* Exit with non-zero exit code if tx error
5 years ago
Daniel Van Der Maden
5d5426586a
[cmd + pkg/transaction] Change `ExecuteTransaction` to use uint32 for shardID
5 years ago
Daniel Van Der Maden
b7030818da
[cmd] Fix catch all error reporting for txs
5 years ago
Daniel Van Der Maden
7f72910de1
[cmd] Update staking err msgs to incl rate ranges
5 years ago
Edgar Aroutiounian
c33365f0a3
[cmd] Expose SuperCommittee RPC
5 years ago
Daniel Van Der Maden
248946582b
[cmd] Report transaction hash on timeout errors
5 years ago
Daniel Van Der Maden
ee6ac1f677
[cmd] Add feature to get shard of BLS key with node endpoint ( #151 )
5 years ago
Daniel Van Der Maden
874cc27566
Add txn error fetch from error sink to SDK and plain txn Controller ( #150 )
...
* [pkg/transaction] Implement timeout with error sink report
* Refactor of controller was done to implement timeout
* Add error fetch function that is tx agnostic
* [cmd] Change `wait-for-confirm` to `timeout`
* Add error sink reporting in JSON format if timeout is reached
* Change 'transaction-receipt' to 'transaction-hash' for clarity
5 years ago
Daniel Van Der Maden
6fc64dba56
[cmd] Make plain txn not wait for confirm by default
...
This is needed so that testing scripts won't break.
Will rework logic for auto confirm in the future.
5 years ago
Ganesha Upadhyaya
e210f33fb0
default waitForConfirm, grab error from error sink
...
increasing the wait time to 40, moving the code to transfer instead of staking
5 years ago
janet-harmony
f41ed1f50c
[ #2252 ] Enable account alias for commands ( #147 )
...
* [#2252 ] Enable account alias for commands
* [#2252 ] Enable account name alias for balance query
* TODO: Enable account alias for transfer & staking
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
Edgar Aroutiounian
6a66b6c2f0
[cmd/utility] Add shard-for-bls
5 years ago
flicker-harmony
62ffc6e3a6
All validators information ( #145 )
...
* All validators information
* Add pagionation
5 years ago