Commit graph

14 commits

Author SHA1 Message Date
DataHoarder b6ca970f30
Change project name 2022-10-05 09:40:23 +02:00
Ciro S. Costa 4ee9f9defa get-transaction: -t, --transaction flags
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-31 07:02:23 -04:00
Ciro S. Costa ad498be8f1 cmd: minor unit and flag improvements
- `get-transaction` on miner tx's now reveal the outputs in `m`
- `get-block` now includes a `--last` to allow one to easily say "get me
the last block", or "get me the last-1 block" ...
- `get-last-block-header` now shows rewards in precise `m`

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-31 06:42:08 -04:00
Ciro S. Costa 17ffb4aea4 cmd: remove unwanted println
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-22 20:06:41 -04:00
Ciro S. Costa 680c4ce417 add get-accounts; add addr shortener
$ monero wallet get-accounts
Total Balance:          390.31 ɱ
Total Unlocked Balance: 390.31 ɱ

        LABEL           TAG     ADDR            BALANCE         UNLOCKED BALANCE
0       Primary account         53G25..A91AX    389.31 ɱ        389.31 ɱ
1       test                    72vD5..43SXV    1.00 ɱ          1.00 ɱ

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-22 07:49:15 -04:00
Ciro S. Costa 2b2bf3eba6 cmd: fix get-txn when fetching from txn pool
when looking at a transaction that's still in the pool, outputindices[@]
is empty

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-20 18:50:45 -04:00
Ciro S. Costa e94f6ae0dd address lint cases
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 20:54:50 -04:00
Ciro S. Costa 099386b765 fix small lint issues
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 12:04:11 -04:00
Ciro S. Costa 249ec31a71 pretty print + readme update
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 09:21:40 -04:00
Ciro S. Costa 18b935e63a cmd: extra whitespace for outputs section
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 08:32:54 -04:00
Ciro S. Costa e05d673547 cmd: fix ring members retrieval; fill age column
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 08:24:03 -04:00
Ciro S. Costa 4a56e5e00a cmd: display ring members in get-transaction
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 07:01:41 -04:00
Ciro S. Costa 85a7aaaa0a cmd/get-txn: rename fee per-kb field
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-16 08:26:44 -04:00
Ciro S. Costa bcdb8fb372 cmd: standardize use of fee/per_kb
some of the commands included fee/per-kb, others didn't - here we
standardize on always including that

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-16 08:25:00 -04:00
Renamed from cmd/monero/commands/daemon/get_transactions.go (Browse further)