nico
ffe1112270
woop
9 months ago
MaxMustermann2
5cbf0c66dc
cmd: add support for `data` signing
2 years ago
LuttyYang
091a3a1178
Offline signing ( #258 )
...
* init
* add offline-sign-transfer
* test and write document
3 years ago
Lutty
5e13282019
first version
4 years ago
Sebastian Johnsson
d14411d0ec
Add support for sending ethereum txs using go-sdk
4 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
Daniel Van Der Maden
24f7cd2f88
[cmd + pkg/transaction] Check for tx hash b4 checking for errors
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
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
6d5c5ca5cc
[pkg/transaction] Add check for dry-run in `txConfirmation`
5 years ago
Janet Liang
b7d9a44cb2
[36] Display account balances with full atto precision
5 years ago
janet-harmony
338b80a090
[27] Add shard to insufficient balance error ( #112 )
5 years ago
janet-harmony
8554c93b75
[gas] Take gas-price input in NANO ( #110 )
...
* gas-price should be value in ATTO for RPC without multiplying with gas-limit
5 years ago
Janet Liang
70714180a1
[harmony #2057 ] Enable Atto precision transactions using the CLI
...
* Replace big.Int with numeric.Dec to enable enough precision for Atto transactions
* Check transaction amount + gas price when verifying existing balance
* Enable scientific notation input
* Enable user to input desired gas-price & gas-limit
* Set default gas to 1 Gwei
* Calculate gas-price based on gas-limit
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
Edgar Aroutiounian
27de4d2de0
[transactions] Change default gasPrice to 1 from 0
5 years ago
Edgar Aroutiounian
a3800520b9
[tx-signing] Note useful observation by Janet re intrinsic gas as account for data
5 years ago
Daniel Van Der Maden
8abda5a679
Raw txn ( #30 )
...
* [transaction] Add Raw Transaction to output of dry-run
* [transaction] Clarify output of dry-run
5 years ago
Edgar Aroutiounian
9c06589589
[pkg] Dump information about chain-id when debug enabled
5 years ago
Edgar Aroutiounian
1e8fc141f6
[pkg] Fail if RPC http request was not 200 success, golint
5 years ago
Edgar Aroutiounian
5d99f7074f
[pkg/transaction] Hold onto error in tx signing
5 years ago
Edgar Aroutiounian
719f1431bf
[cmd][pkg] Factor out common usage of JSON, expose transaction on dry run
5 years ago
Edgar Aroutiounian
0f03acd46c
[cmd/transfer][pkg/transaction] Expose polling option to wait for receipt of transaction
5 years ago
Edgar Aroutiounian
6dc08feb42
[pkg/transaction] Error handling in hardware signing
5 years ago
Edgar Aroutiounian
d67dc8984e
[cmd][pkg/transaction] Refactor merged code for ledger, provide more information in cookbook
5 years ago
coolcottontail
bfef76566f
Add support for ledger hardware wallet in CLI ( #21 )
...
* initial hw transfer version
* fixed format Makefile
* [cmd/transfer][pkg/controller] Fix gas price mistake of using chain ID instead of right gas price
* [cmd/blockchain] Change wording of transaction receipt
* initial hw transfer version
* fixed format Makefile
* fixed merge confliction
* added sender address verification
5 years ago
Edgar Aroutiounian
aa76d4a399
[cmd/transfer][pkg/controller] Fix gas price mistake of using chain ID instead of right gas price
5 years ago
Edgar Aroutiounian
f5e63de5a8
[cmd/transfer][pkg/transaction] Leave transaction receipt as string
5 years ago
Edgar Aroutiounian
efa28189aa
[pkg/transaction] Add dryrun ability, more robust on errors, change to RunE in cmd
5 years ago
Edgar Aroutiounian
b25d4bcef3
[pkg/cmd] Do transfer with chainID taken into account
5 years ago
Edgar Aroutiounian
8c0a2af6b9
[pkg] Build out more subpackages, use cross shard, use local keys
5 years ago