Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, cleaning up the `bin/` directory:
- ak-sm-filejoiner and
- ak-sm-filesplitter
are now part of `lib/_ak_smfiles`
Updated README as well removing the above scripts and fixing the typo:
- sm-files -> smfiles
from the modules list.
Note that the module part, as well as the `files` module are going to be
removed in favor of `ak-fs`. Stay tuned for that.
To update, do:
```
git pull
./update.sh
```
|
|
|
|
|
|
- moved ak-sblock-show to _ak_sblock_show function
- `ak sblock show` can show a mined sblock now
|
|
|
|
|
|
- Edited log messages and types
- IPFS `cat` is now calling `get` which in turn searches for already
gotten file, otherwise fetches it.
- ak-data-expand is now a function of _ak_zblock lib (_ak_data_expand)
- Removed ak-sm-hash-to-path as it lives in _ak_fs lib now
- Removed _ak_title_description and _ak_help from ak in favor of _ak_usage
- Tweaks around native FS over IPFS strategy
Note that we are preparing the ground for migration to AKFS as well
|
|
- Recursive sourcing was introduced and fixed
- Almost finished removing old style commands 'ak-zchain-chk' in favor
of the new design (eg 'ak zchain --check')
- A couple of changes on how we really do concatenation of an IPFS link
- Interface function for publishing to 'ak-config' key
- Interface function for publishing to IPNS keys
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```bash
ak-network - AK Nettool
=======================
Network tools
Usage:
-h, --help Prints this help message
-s, --scan [ipfs|cjdns|stellar] Scan network(s) for peers
-c, --connect [ipfs|cjdns] Connect to network(s)
-p, --peers [ipfs|cjdns|stellar] Outputs peers found
1719190884 <ak> [ERROR] ak-network command finished (1)
```
Functions introduced or refactored:
- _ak_network_cjdns_scanner
- _ak_network_stellar_show_ids
- _ak_network_stellar_get_next_page
- _ak_network_stellar_proceed_to_next_page
- _ak_network_stellar_get_asset_holders
- _ak_network_scan_stellar
- _ak_network_scan_ipfs
- _ak_network_scan_cjdns
- _ak_network_scan
- _ak_network_show_peers_stellar
- _ak_network_show_peers_cjdns
- _ak_network_show_peers_ipfs
- _ak_network_show_peers
- _ak_network_ipfs_connect_bootstrap
- _ak_network_cjdns_connect
- _ak_network_cjdns_connect_bootstrap
- _ak_network_connect
|
|
- Made an ak-fs to select the previous as flags in a "main script"
- Feature: 3rd_gen_map where the sha512sum of the original file (pre
base64 encoding) and its original named are stored in the first line
and the second line holds the sha512sum of the level.1.map
new file: bin/ak-fs
deleted: bin/ak-fs-add
deleted: bin/ak-fs-cat
deleted: bin/ak-fs-get
modified: lib/_ak_fs
|
|
|
|
|
|
- completed help text
- returns error when a key isn't found while trying to get it
- returns a warning when overwritting an already set key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wrong elif statement
|
|
|
|
|