6.4.0rc1
Pre-release
Pre-release
6.4.0rc1 - 2022-12-09
Added
- config: Added optional
code_hash
field to contract config. - context: Added
first_level
andlast_level
arguments toctx.add_index
methods. - index: Filtering by
code_hash
is available foroperation
index. - tzkt: Added datasource methods
get_contract_address
andget_contract_hashes
. - tzkt: Originations and operations now can be fetched by contract code hashes.
- tzkt: Added
sender_code_hash
andtarget_code_hash
fields toOperationData
model.
Fixed
- codegen: Unresolved index templates are now correctly processed during types generation.
- demos: Fixed outdated
demo_dao
project. - http: Fixed a crash when datasource URL contains trailing slash.
- metadata: Add
limanet
to supported networks. - projects: Do not scaffold an outdated
poetry.lock
.
Changed
- demos: Demos were renamed to better indicate their purpose.
- exceptions:
FrameworkException
is raised instead of plainRuntimeError
when a framework error occurs. - exceptions: Known exceptions are inherited from
FrameworkError
. - tzkt: Some datasource methods have changed their signatures.
Deprecated
- config:
similar_to.address
filter is an alias fororiginated_contract.code_hash
and will be removed in the next major release. - config:
DipDupError
is an alias forFrameworkError
and will be removed in the next major release.