Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 16:07
· 39 commits to main since this release
6218e2d

Breaking changes

  • πŸ’₯ Add TxContext struct to HyleOutput with additional fields. Refacto contract registration. (#684)

Features

  • ✨ Add endpoint to register contract (#716)
  • ✨ Add argument to auto-start Postgres server (#718)
  • ✨ Add lanes_tip attribute to storage (#714)
  • ✨ Add Hydentity host example + ♻️ Refacto builder (#707)
  • ✨ Add generated OpenAPI doc & swagger-ui (#706)
  • ✨ Actually check TxContext data & add some early support for it in transaction_builder (#687)
  • ✨ Introducing Lane size for future fees implementation (#681)

Bug Fixes

  • πŸ› Fix contract state indexers not fully saved uppon restart (#703)
  • πŸ› Fix staking contract not checking a Transfer blob exists (#689)

Documentation

  • πŸ“ Add OpenApi doc on contract state indexers (#719)

Configuration

  • πŸ”§ Fix cargo rust-version too restrictive for contracts (#688)

Tests

  • βœ… Add contract update test (#691)

Performance

  • ⚑️ Use Skip/Delay instead of default Burst in tokio interval (#700)

Refactoring

  • ♻️ Transaction builder cleanup: handle 'full state' better (#705)
  • ♻️ Move buffered dp in mempool (#713)
  • ♻️ Move pending_txs in mempool (#712)

Logging

  • πŸ”Š log not-empty blocks (#724)
  • πŸ”Š Log timeouts as info (#723)
  • πŸ”‡ Reduce more logs to debug (#721)
  • πŸ”‡ Tweak log_level in node_state (#704)

Devtools / CI

  • πŸ‘·β€β™‚οΈ Default workspace members (#699)
  • πŸ’š Fix bump version PR no trigerring CI jobs (#683)
  • πŸ’š Build hyle model with no default features as well (#685)

Dependencies

  • ⬆️ Bump tempfile from 3.15.0 to 3.16.0 (#708)
  • ⬆️ Bump serde_json from 1.0.137 to 1.0.138 (#710)
  • ⬆️ Bump axum-test from 17.1.0 to 17.2.0 (#709)
  • ⬆️ Bump risc0-zkvm from 1.2.1 to 1.2.2 (#711)
  • ⬆️ Update rand (#692)
  • ⬆️ Bump risc0-build from 1.2.1 to 1.2.2
  • ⬆️ Bump bonsai-sdk from 1.2.1 to 1.2.2
  • ⬆️ Bump testcontainers-modules from 0.11.5 to 0.11.6 (#693)

Uncategorized

  • πŸ”– Bump version to v0.8.0 (#682)