Skip to content

Commit

Permalink
[doc] release for v0.10.1 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran authored Apr 26, 2024
1 parent a09d18d commit e86252b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

---
## [0.10.1] - 2024-04-26

### Changed
- Use contract multi call to query block accurate prover&project contract data
- Change block memeory snapshot logic, now scheduler data more determinate
- Support "RequiredProverAmountHash" project attribute, now project can define required provers, and change it at running
- All chain monitor logic summarized in one place, avoid data inconsistencies

### Added
- task metrics

---
## [0.10.0] - 2024-04-12

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.6"

services:
sequencer:
image: huangzhiran/sequencer:v0.10.0
image: huangzhiran/sequencer:v0.10.1
depends_on:
- "postgres"
- "coordinator"
Expand All @@ -14,7 +14,7 @@ services:
command: [ "-coordinatorAddress", "coordinator:9001", "-databaseDSN", "postgres://test_user:test_passwd@postgres:5432/test?sslmode=disable" ]

coordinator:
image: huangzhiran/coordinator:v0.10.0
image: huangzhiran/coordinator:v0.10.1
depends_on:
- "postgres"
container_name: w3bstream-coordinator
Expand All @@ -31,7 +31,7 @@ services:
- ./test/container_model:/data

prover:
image: huangzhiran/prover:v0.10.0
image: huangzhiran/prover:v0.10.1
depends_on:
- "risc0"
- "halo2"
Expand Down

0 comments on commit e86252b

Please sign in to comment.