6.4.0rc1
Pre-release
Pre-release
6.4.0rc1 - 2022-12-09
Added
- config: Added optional
code_hashfield to contract config. - context: Added
first_levelandlast_levelarguments toctx.add_indexmethods. - index: Filtering by
code_hashis available foroperationindex. - tzkt: Added datasource methods
get_contract_addressandget_contract_hashes. - tzkt: Originations and operations now can be fetched by contract code hashes.
- tzkt: Added
sender_code_hashandtarget_code_hashfields toOperationDatamodel.
Fixed
- codegen: Unresolved index templates are now correctly processed during types generation.
- demos: Fixed outdated
demo_daoproject. - http: Fixed a crash when datasource URL contains trailing slash.
- metadata: Add
limanetto supported networks. - projects: Do not scaffold an outdated
poetry.lock.
Changed
- demos: Demos were renamed to better indicate their purpose.
- exceptions:
FrameworkExceptionis raised instead of plainRuntimeErrorwhen a framework error occurs. - exceptions: Known exceptions are inherited from
FrameworkError. - tzkt: Some datasource methods have changed their signatures.
Deprecated
- config:
similar_to.addressfilter is an alias fororiginated_contract.code_hashand will be removed in the next major release. - config:
DipDupErroris an alias forFrameworkErrorand will be removed in the next major release.