Skip to content

Commit

Permalink
chore: merge v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth authored Jan 23, 2025
2 parents b16b9ee + fd85af8 commit 4613db3
Show file tree
Hide file tree
Showing 148 changed files with 8,309 additions and 4,258 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ jobs:
- name: check rust versions
run: ./scripts/check-rust-version.sh

unused_deps:
name: check for unused dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: machete
uses: bnjbvr/cargo-machete@main

proto:
name: proto check
runs-on: ubuntu-latest
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## Unreleased

## v0.7.0 (2025-01-23)

### Enhancements

- Support Https in endpoint configuration (#556).
- Upgrade `block-producer` from FIFO queue to mempool dependency graph (#562).
- Support transaction expiration (#582).
- Improved RPC endpoints doc comments (#620).

### Changes

- Standardized protobuf type aliases (#609).
- [BREAKING] Added support for new two `Felt` account ID (#591).
- [BREAKING] Inverted `TransactionInputs.missing_unauthenticated_notes` to `found_missing_notes` (#509).
- [BREAKING] Remove store's `ListXXX` endpoints which were intended for test purposes (#608).
- [BREAKING] Added support for storage maps on `GetAccountProofs` endpoint (#598).
- [BREAKING] Removed the `testing` feature (#619).
- [BREAKING] Renamed modules to singular (#636).

## v0.6.0 (2024-11-05)

### Enhancements
Expand Down
Loading

0 comments on commit 4613db3

Please sign in to comment.