Release Notes: 8.1
This release was created during the ODHack 8.0 event by the following participants:
@bigherc18 contributed support for database migrations using the Aerich tool. This optional integration allows to manage database migrations with the dipdup schema commands. See the Migrations section to learn to enable and use this integration.
@JoE11-y contributed an interactive config generator. Now you can create a working DipDup config without knowing the syntax, just answering the questions. Run dipdup new command and choose "Interactively" to try it out.
@tosoham contributed the hide and hide_internal config options to make tables/views private in Hasura API. See the Hasura config reference.
@MrRoudyk contributed improvements to the version checker, so you'll never miss an update. And @fabrobles92 improved the readability of app reports.
Thank you!
Changes since 8.0
Added
- cli: Added
schemasubcommands to manage database migrations:migrate,upgrade,downgrade,headsandhistory. - cli: Added interactive mode for
newcommand. - database: Support database migrations using
aerich. - evm.etherscan: Try to extract ABI from webpage when API call fails.
- hasura: Added
hideandhide_internalconfig options to make specified tables/views private.
Fixed
- cli: Don't wrap exceptions with
CallbackErrorto avoid shadowing the original exception. - cli: Fixed
--templateoption being ignored when--quietflag is set. - cli: Fixed progress estimation logging.
- cli: Reload constants in
dipdup.envafter applying env-files. - config: Fixed parsing config files after updating to pydantic 2.10.3.
- config: Fixed setting default loglevels when
loggingis a dict. - config: Fixed starknet index validation error.
- context: Allow to add Starknet contracts in runtime.
- database: Ignore non-existent immutable table on schema wipe.
- evm.subsquid: Fixed empty field base conversion on event deserialization.
- evm.subsquid: Fixed type of
timestampfield of event/transaction models. - evm: Fixed parsing tuple types in ABI.
- evm: Fixed sending JSONRPC requests via web3.py provider.
- metrics: Fixed indexed objects counter.
- starknet.events: Fixed event ID calculation.
- starknet: Added support for struct and array types, as well as u256 and ByteArray handlers.
- starknet: Fixed event payload parsing (account for keys field).
- starknet: Fixed missing class property in node datasource.
- starknet: Fixed parsing contract addresses starting with
0x0.
See you soon! 👋
DipDup is a free open-source software created by the community and for the community. Join our socials to discuss this release, ask any questions, or participate in development.