<<<<<<< HEAD
- Bug fixes =======
fario-account --balance
will show custody addr OP balance.
fario-signers list --with-fnames
will not break if no UserNameProofs are found.
main
- Requires farcaster-py==0.0.9 (hub-monorepo 1.8.0)
- Requires farcaster-py==0.0.8 (SSL support)
- Updated commands that connect to hubs with a
--ssl
option ssl=True
can also be defined in.env
or~/.fario
- Requires farcaster-py==0.0.7 (Supports FIP-10 changes)
- Fixed a bug with
fario-out --links
- New option
fario-grep --not-signer
- New sub-command
fario-account fromsecret
- New command
fario-grep
- New command
fario-hubinfo
- Fixed a bug with fario-signers
- all commands use config.get_config() to read configuration
- configuration can be environment, .env and (new) ~/.fario
- new command fario-config. Prints current config or outputs sample config.
- some command parameters have changed names to get unified options naming between commands.
- merged json2fario
- numerous bug fixes, probably new bugs introduced :-)
- Bug fix in fario_account.py
- new option
fario-signers hash --keep-hash
- breaking change: all options with underscores have been converted to dashes:
ex.:
--with_fnames
-->--with-fnames
- New command:
fario-account
. Still ugly, but works. - six is no longer a requirement
- Removed protobuf_to_dict/.
- fario2json uses google.protobuf.json_format now.
- fario2json --version option
- Bug fix. Message hash was not updated when re-signing with
fario-signers sign
- Introduced json2fario. Needs work.
- Bug fixes
- Dynamic dependancies
- Depends on farcaster-py==0.0.6
fario-signers
replacedfario-new-signer
,fario-remove-signer
andfario-sign
- Updated README to reflect the changes caused by
fario-signers
. - Dynamic package version based on __about__.py
fario-cast
has options for embeds and custom timestamp- Various typos
- Removed unused code
- Added HOWTO/How_to_get_access_to_a_hub.md
- Updated the README cheatsheet with new examples (and fixed some typos)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.