v1.1.0-alpha.1
Pre-release
Pre-release
What's Changed
- Clean up API spec for token approvals by @awrichar in #775
- Add first step of FireFly Transaction Manager support - separate URL for submit by @peterbroadhurst in #751
- Fix bugs with token approvals by @awrichar in #778
- [ui-v1.0.1] manifest by @eberger727 in #776
- Update manifest.json by @nguyer in #781
- Token transfer/approval protocolId should be unique for each connector by @awrichar in #780
- Default for token approvals should be "approved: true" by @awrichar in #782
- update cobra short and long descriptions by @shorsher in #785
- update init logging branding by @shorsher in #786
- Remove non-definition items from DefinitionHandler by @awrichar in #789
- Update Tokens Tutorials by @nguyer in #777
- Refactor to move common utility code out to firefly-common by @peterbroadhurst in #791
- Fix links in documentation by @teaglebuilt in #793
- Allow namespace to be omitted from URLs by @awrichar in #792
- Do not init apiserver config, until after config reset by @peterbroadhurst in #794
- Remove old ERC21/ERC721 contracts (no longer used by test) by @awrichar in #797
- sync core with firefly-common by @shorsher in #805
- De-duplicate existing token approvals in database migration by @awrichar in #810
- Message "state" should be read-only by @awrichar in #801
- Add reference docs generation for types by @nguyer in #811
- Define config schema for namespaces.predefined by @awrichar in #798
- Remove unused parameters from blockchain plugin interface by @awrichar in #819
- Include component name when initialization fails by @awrichar in #824
- Add new Docker tags for release channels by @nguyer in #815
- Add language tag to FFM, FFE, FFC, etc by @nguyer in #818
- Address coverage gap for "Capabilities" method by @awrichar in #825
- Docs internationalization by @nguyer in #822
- Move plugin configuration under
plugins
section by @shorsher in #821 - Factor out Namespace Manager by @awrichar in #826
- Possible to see clash on port 6000 for metrics server by @peterbroadhurst in #829
- Additional type docs by @peterbroadhurst in #816
- Adde custom onchain logic docs for Fabric plus refactoring by @jimthematrix in #784
- Fix link to events reference by @peterbroadhurst in #831
- Add version support to docs site by @nguyer in #830
- Fix relative links in reference descriptions docs by @nguyer in #832
- Namespace config validation by @shorsher in #833
- Disable external link checking when building docs, due to unreliable external servers by @nguyer in #839
- Support migration of the FireFly contract from one location to another by @awrichar in #820
- fabconnect async calls + setting broadcast/private message header types by @shorsher in #841
- Update README with missing links, and bit of a restructure by @peterbroadhurst in #835
- Allow extra options to pass through to blockchain connectors by @nguyer in #844
- Verify namespace for all broadcast/private message requests by @awrichar in #843
- Update dependency versions by @nguyer in #845
- Move all identity APIs under /namespaces by @awrichar in #804
- Enhancements to migration/network version behavior by @awrichar in #849
New Contributors
- @teaglebuilt made their first contribution in #793
Full Changelog: v1.0.0...v1.1.0-alpha.1