Skip to content

Releases: Factom-Asset-Tokens/fatd

Small API fixes and improvements

20 Dec 23:49
Compare
Choose a tag to compare

This release allows more fine-grained control over the API. The max pagination limit and max API query handler timeout can be configured through fatd flags.

Official v1.0.0 Release!

29 Oct 00:02
Compare
Choose a tag to compare
  • Complete refactor of database
  • Full database validation
  • Fast sync for known chains
  • Pending entries
  • Precision field for FAT-0
  • Send to self and zero amount i/o for transactions
  • Database lockfile
  • Add -factomscaninterval
  • Improved startup and shutdown times
  • Systemd service file
  • Simplified logs

v0.6.0: Improved API, engine, & factom security

27 Jul 21:36
Compare
Choose a tag to compare
- Full KeyMR, and Hash checking for all DBlocks/EBlocks/Entries
- Add "get-balances" API endpoint
- Add -factomscanretries flag for retrying querying the factom height
- Engine refactor fixes a number of subtle bugs and improves code
clarity.
- Other minor bug fixes

v0.5.1 - alpha

15 May 00:18
Compare
Choose a tag to compare
v0.5.1 - alpha Pre-release
Pre-release

Minor bug fixes

v0.5.0 - alpha

13 May 21:51
Compare
Choose a tag to compare
v0.5.0 - alpha Pre-release
Pre-release

This introduces a completely refactored fat-cli.

  • Much much better CLI parsing and error reporting. It is much easier to identify what flag is incorrect.
  • Comprehensive help output. This includes some background information about FAT chains to help provide context to new users.
  • CLI completion for all FA and EC addresses, if factom-walletd is available.
  • CLI completion for Chain IDs if fatd is available.
  • Full support for interchangeable use of public and private FCT or EC keys in cli args. (If you supply a public address factom-walletd is queried for the private address).
  • Offline mode: Using both the --force and --curl commands as well as using only private addresses on the CLI will cause fat-cli to not make any network calls when composing and singing the Factom entry. Instead the curl command required to commit and reveal the entry to factomd are printed out. This is akin to how the factom-identity-cli works offline.
  • Attach metadata to transactions and initialization.
  • A clearer token issuance process. Two distinct commands are used for chain creation and token initialization entry creation.
  • A flexible way to query balances for FAT-0 and FAT-1 chains.
  • Ability to list all issued token data from fatd
  • Ability to list transactions, paginate, and filter by address (to or from), or nf token id.

v0.4.2 - Alpha

19 Apr 17:02
Compare
Choose a tag to compare
v0.4.2 - Alpha Pre-release
Pre-release

Some minor fatd cli improvements and API server bug fixes.

v0.3.1 - Alpha

14 Apr 02:03
Compare
Choose a tag to compare
v0.3.1 - Alpha Pre-release
Pre-release

Minor patch of fat-cli to fix parsing of urls from flags.

v0.3.0 - Alpha

12 Apr 11:07
Compare
Choose a tag to compare
v0.3.0 - Alpha Pre-release
Pre-release

All binaries are for x86_64.

The binaries without a suffix are for Linux. The .exe are for Windows and .app are for Mac.

You may rename the binary file and remove the suffix.

v0.2.0 - Alpha

12 Apr 02:11
Compare
Choose a tag to compare
v0.2.0 - Alpha Pre-release
Pre-release

All binaries are for x86_64.

The binaries without a suffix are for Linux. The .exe are for Windows and .app are for Mac.

You may rename the binary file and remove the suffix.