Skip to content

Commit e86252b

Browse files
authored
[doc] release for v0.10.1 (#460)
1 parent a09d18d commit e86252b

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
---
4+
## [0.10.1] - 2024-04-26
5+
6+
### Changed
7+
- Use contract multi call to query block accurate prover&project contract data
8+
- Change block memeory snapshot logic, now scheduler data more determinate
9+
- Support "RequiredProverAmountHash" project attribute, now project can define required provers, and change it at running
10+
- All chain monitor logic summarized in one place, avoid data inconsistencies
11+
12+
### Added
13+
- task metrics
14+
315
---
416
## [0.10.0] - 2024-04-12
517

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.6"
22

33
services:
44
sequencer:
5-
image: huangzhiran/sequencer:v0.10.0
5+
image: huangzhiran/sequencer:v0.10.1
66
depends_on:
77
- "postgres"
88
- "coordinator"
@@ -14,7 +14,7 @@ services:
1414
command: [ "-coordinatorAddress", "coordinator:9001", "-databaseDSN", "postgres://test_user:test_passwd@postgres:5432/test?sslmode=disable" ]
1515

1616
coordinator:
17-
image: huangzhiran/coordinator:v0.10.0
17+
image: huangzhiran/coordinator:v0.10.1
1818
depends_on:
1919
- "postgres"
2020
container_name: w3bstream-coordinator
@@ -31,7 +31,7 @@ services:
3131
- ./test/container_model:/data
3232

3333
prover:
34-
image: huangzhiran/prover:v0.10.0
34+
image: huangzhiran/prover:v0.10.1
3535
depends_on:
3636
- "risc0"
3737
- "halo2"

0 commit comments

Comments
 (0)