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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
cleanup unused dependencies, ground versions
use combo transactions for creating multiple objects at once (NFT + data token or NFT + data token + pricing schema)
abstract hashing and encrypt/decrypt for erc725
return typed Datatoken classes for better polymorphism, create DatatokenBase and rename Datatoken and DatatokenEnterprise to their corresponding templates (Datatoken1 and Datatoken2)
optimise data token functions by minimising transactions and allowing for automatic usage of pricing schemas, if they exist
simplify usage of Arguments classes in direct create calls, alleviating the need to import Arguments
add docstrings for functions that are transferred directly from the contract, improve autocomplete capabilities
add a function wrapper for reuseMultipleTokenOrder
add good defaults for compute service creation
remove —pre flag from installation, mark the library as Beta version
readme improvements for MacOS and Windows users, Python 3.11 workarounds and brownie configuration caveats
add a readme for Custody Light assets
various test improvements including gas fee setting, permissions etc.