Leo Chen
d3e55c648d
[mod] versioning harmony main repo
...
Signed-off-by: Leo Chen <leo@harmony.one>
5 years ago
Daniel Van Der Maden
4e5cf814fb
Merge pull request #102 from harmony-one/cli-101
...
Issue #101 Fix
5 years ago
Daniel Van Der Maden
db9a8c0f42
Merge pull request #103 from SebastianJ/feature-remove-keystore-account
...
Add support for removing an account from the keystore
5 years ago
Sebastian Johnsson
49f84b6ba6
Refactor cobra interaction code - there's no need to check for account existance twice
5 years ago
Sebastian Johnsson
93ae0c175e
Add support for removing an account from the keystore
5 years ago
Edgar Aroutiounian
e8df4115df
[cmd/blockchain] Add command to check transaction pool
5 years ago
Janet Liang
97de8efa27
[cli-101] Remove extra comma from output when missing a reply when querying balances
5 years ago
janet-harmony
ac8abb5dd7
[cli] Add transaction history command ( #100 )
...
* Returns transaction history for an account
* Take account address & max transactions to show as params
5 years ago
Edgar Aroutiounian
18e27b2df7
[cmd/utility] Add utility subcommand
5 years ago
Edgar Aroutiounian
2d05e5bb4a
[pkg/rpc] Add transactions history method
5 years ago
Edgar Aroutiounian
a546c3481c
[cmd][pkg/rpc] Expose querying plain txn failure
5 years ago
Edgar Aroutiounian
1b8eae8db6
[cmd/blockchain] Check median stake of raw validator stake with delegation applied
5 years ago
Ganesha Upadhyaya
ee0e667562
Merge pull request #99 from harmony-one/remove-0x-from-bls-keys
...
remove 0x from public-key/private-key display part of generate-bls-key
5 years ago
Ganesha Upadhyaya
545971b82a
remove 0x from public-key/private-key display part of generate-bls-key
5 years ago
Edgar Aroutiounian
a07724761e
[cmd][pkg/validation] Expose validator metrics subcommand, shorter error message, fix catchall error code from RPC
5 years ago
Daniel Van Der Maden
2a0bbedc0e
Merge pull request #93 from harmony-one/fix-edit-val
...
Clean input BLS key before verifying it for edit validator
5 years ago
Daniel Van Der Maden
c40e9403f7
[cmd/staking] Clean input BLS key before verifying it
5 years ago
Edgar Aroutiounian
f4cf946879
[cmd] Add new subcommand, failure, and check staking transaction failure RPC
5 years ago
coolcottontail
76487977e2
updated device ID for firmware 1.6.0 ( #92 )
5 years ago
janet-harmony
e3ebd6f7bb
[ #89 ] Update cookbook with recipes for all staking transactions to aid users ( #91 )
...
* Update README to reflect new cookbook
5 years ago
janet-harmony
debd750255
Update commands to use RunE ( #87 )
...
* [#70 ] Update commands to use RunE for consistency
* [#71 ] Change Run to RunE for consistency
5 years ago
janet-harmony
58cc2840f9
[ #82 ] Undelegate command failing with nonce too low due to wrong address ( #88 )
...
* Fix for other staking commands as well
5 years ago
Daniel Van Der Maden
a31c726096
Nonce control fix. ( #86 )
...
* [pkg/transaction] Expose GetNextNonce
* [pkg/transaction] Remove setNextNonce from ExecuteTransaction
* [cmd/transfer] Add inputNonce parsing & fetching (if needed)
* [cmd/staking] Replace getNextNonce with new nonce input parser
5 years ago
janet-harmony
4425f0b9e1
[ #82 ] Add override --nonce param for regular & staking transactions ( #84 )
5 years ago
janet-harmony
f941d47caa
Merge pull request #83 from harmony-one/override-node
...
[#81 ] Check for IP input on --node for balance and transfer commands
5 years ago
Janet Liang
02ea609f21
[ #81 ] Check for IP input on --node for balance and transfer commands
...
* Request to particular IP when given instead of API endpoint
* Returns balance only for shard that node is on
* Sends transaction to node indicated by --node, must match --from-shard for tx to succeed
5 years ago
Edgar Aroutiounian
70d319d9a0
[cmd] Pull nonce of account
5 years ago
Ganesha Upadhyaya
ae4934121e
support wait-for-confirm flag for staking similar to normal transactions ( #80 )
...
minor typo
5 years ago
Ganesha Upadhyaya
e550b6a12f
minor typo
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
janet-harmony
0941a7183c
[cookbook] Add --recover flag to cookbook for adding account by mnemonic ( #76 )
5 years ago
janet-harmony
65c62154f7
[renaming] Change chain-id for "devnet" to devnet instead of pangaea ( #77 )
5 years ago
Ganesha Upadhyaya
798e5101ab
adding clarification to help
5 years ago
janet-harmony
f4a598a8f4
[cli-73] Additional fix on sanity check logic ( #75 )
5 years ago
janet-harmony
3943b797b2
Merge pull request #74 from harmony-one/cli-73
...
[#73 ] Fix logic for sanity check on create-validator fields
5 years ago
Janet Liang
30be0be3b6
[ #73 ] Fix logic for sanity check on create-validator fields
5 years ago
Ganesha Upadhyaya
ca10f046a7
fixing incorrect multiplication for delegate/undelegate
5 years ago
Edgar Aroutiounian
b733a59acd
[project] Remove leftover test.sh
5 years ago
Edgar Aroutiounian
3069f7de40
[project] Remove leftover .md
5 years ago
janet-harmony
9887a7b8ea
[ #69 ] Fix segfault when trying to edit validator ( #72 )
5 years ago
Edgar Aroutiounian
f947e759bf
[cmd] Wrap error with context of commit & version
5 years ago
Edgar Aroutiounian
0e04a27e98
[staking] Use correct denomination
5 years ago
Edgar Aroutiounian
28ebface68
[staking] Use decimal to prevent overflow
5 years ago
janet-harmony
cb0d487203
[ #67 ] Change default passphrase to empty string ( #68 )
...
* Passphrase is now required when using import-ks
* Passphrase flag for add is changed to use-own-passphrase which accepts a bool
- to differentiate from the string input passphrase flag
5 years ago
Edgar Aroutiounian
c91aece10f
[staking] max-total-delegation must be greater than 0
5 years ago
Edgar Aroutiounian
f50f3287c5
[project] Remove non-static linux target
5 years ago
Edgar Aroutiounian
667fd0d4d5
[hack] Set env to force usage of only go impl of netdns
5 years ago
Edgar Aroutiounian
eb82daa159
[chore] Typo
5 years ago
janet-harmony
5de1a1feaf
Merge pull request #65 from harmony-one/package-fix
...
[package-fix] Update dependencies
5 years ago
Janet Liang
d6772031e6
[package-fix] Update dependencies
5 years ago