You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Feature: To avoid saving un-needed files on IPFS, we added a balance pre-check on STORE messages before doing the message processing.
* Split `verify_and_fetch` method in two and do the pre-balance-check before downloading it, only in IPFS case.
* Fix: Solve missing references to old method `verify_and_fetch` and replaced by the new one `verify_message`.
* Fix: Solve way of calculating the message_cost.
* Fix: Solved errors and code quality issues.
* Fix: Changes way of instantiate the model class.
* Fix: Allow small files to be pinned by "free"
* Fix: Added types compatibility
* Added missing test cases for IPFS and content handler.
* Fix: Solved test issues and applied good typing.
* Fix: Removed redundant `if`.
---------
Co-authored-by: Andres D. Molins <[email protected]>
0 commit comments