Commit Graph

27 Commits

Author SHA1 Message Date
6950fedae5 Migrate all docs and related assets to 'dfi-docs' repository
and also redesign/update 'docker-finance' README
2025-10-29 16:23:32 -07:00
d270d56366 client/container: ethereum-based: support Etherscan V2, add more L2 chains
- Implements support for unified API via Etherscan V2 (ethereum-based)
  * All ethereum-based L2s are now accessed via single API endpoint
    - Chains are now available via chain ID
  * Updates API key requirement for `fetch` ethereum-based subaccounts
    - The API key's value must now be prepended with "etherscan"
      * Previously was prepended per-chain ("ethereum" or "polygon")
    - The API key is now *required* (can be generated at etherscan.io)
      * Resolves fatal error in Etherscan::parse_response()
      * Impl will now handle if:
        - Config's API key/value is malformed
        - Etherscan API key was not given
        - Etherscan response is fatal

- Adds support for more L2s
  * Arbitrum (One)
  * Optimism
  * Base

- Adds more L2s to existing accounts
  * Coinbase Wallet
  * Ledger Live
  * MetaMask

- Updates documentation
  * Update default generated `fetch` config
  * Update `fetch` usage help
  * Update README
2025-08-04 15:07:10 -07:00
ed44f1d4f2 README: remove funding from donations section
No donations have come through. All development is privately funded.
2025-01-06 18:18:29 -08:00
b782b3ca2a README: clarify crypto trading in highlights 2025-01-06 18:18:29 -08:00
a5f39dc5ab README: shrink screenshot thumbnail sizes 2025-01-06 18:18:29 -08:00
2c4b5bae91 README: fix (reorder) 'dev-tools' build instructions 2025-01-06 18:18:29 -08:00
5053990d34 README: remove bittrex (fetch support)
NOTE: hledger-flow is still available for old accounts.
2025-01-04 01:16:05 -08:00
44560d7ec1 README: remove coinbase-pro (fetch support)
NOTE: hledger-flow is still available for old accounts.
2025-01-04 01:16:05 -08:00
8461dbdc18 repo: add docker-finance logo, update README 2024-12-19 00:24:12 -08:00
a0112b9d3d README: add DOCKER_FINANCE_DEBUG log-levels 2024-09-26 18:38:36 -07:00
a14dfaedde README: update to latest gen impl 2024-09-23 17:31:12 -07:00
f200cfba8f README: fix TradFi anchor tag 2024-09-11 21:47:11 -07:00
5d2106183b README: add support for NonFi 2024-09-11 21:46:46 -07:00
87e6b27213 README: add dev-tools to installation 2024-08-15 22:17:59 -07:00
fe41df47af README: update to reflect latest impl 2024-08-15 22:17:46 -07:00
673e585cda README: add plugins documentation 2024-08-12 18:59:51 -07:00
3230a5b63d README: add dfi alias
- `dfi` is now primary unified command (saves fingers)
  * `docker-finance` is still available, as this is only an addition
2024-08-06 02:03:28 -07:00
c8cb9d786b README: add mc as optional recommended 2024-08-06 00:10:58 -07:00
90f96399f0 repo/client: move shell env prep to install.bash 2024-08-06 00:10:58 -07:00
ef5eda8ce8 README: add bash completion to install 2024-08-05 20:02:08 -07:00
5ed63e63ef README: various updates/fixes
- Reflects the latest impl
- Adds various clarifications
- Adds clarity to environment `gen`
- Fixes/Improves installation notes/process
2024-07-30 18:21:20 -07:00
371c2950ca README: remove DOCKER_FINANCE_VERSION from gen
Capability from configuration was removed in #84.
2024-07-16 17:58:21 -07:00
20ff0cf745 README: add note for docker-finance build options 2024-06-28 17:30:36 -07:00
d5a1897e39 README: add CoinGecko and Mobula to Prices 2024-06-17 23:15:23 -07:00
80fbd64fd1 README: update keyserver for repo verification
GnuPG's is proving to be regularly unavailable.
2024-06-11 19:42:46 -07:00
0b814ebf1c README: add support for AdaLite 2024-03-19 21:57:00 -07:00
b621e87df2 docker-finance | modern accounting for the power-user
Dedicated to Michael Morgan: a beautiful, beautiful soul.

---

Internal signing keys:

  Aaron Fiore (sole author)

    - 518A22F85BEFD32BCC99C48603F90C4F35E0213E
    - 31ECA5C347A0CC0815EDE730A3EACCFCDA7E685E
    - C8187C585CB07A4DA81CC0F37318B50EBE9C0DA8

Internal repositories (rebased from):

  Staging:

    $ git log -n1 --pretty=format:"%H"
    c8e0cd66f6c89fa7b3c62f72fb524a4cc454b7b6

    $ git rev-list --max-parents=0 HEAD
    ac3863b8c234755855f1aea3a07a853122decdf2

  Private:

    $ git log -n1 --pretty=format:"%H"
    69bb3591eaa2990a9637832bb484690e00c4f926

    $ git rev-list --max-parents=0 HEAD
    a5c1cc9fb593c4cf09bc0adfef6cb6d2964511ae
2024-03-08 23:42:21 -08:00