Overview
| Comment: | Even faster block work generation test |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dfb2005c0f57bc2e4ea83980922d2cf3 |
| User & Date: | rkeene on 2018-07-11 17:28:29.086 |
| Other Links: | manifest | tags |
Context
|
2018-07-11
| ||
| 17:33 | Improved RPC client configuration check-in: cb98af7618 user: rkeene tags: trunk | |
| 17:28 | Even faster block work generation test check-in: dfb2005c0f user: rkeene tags: trunk | |
| 17:23 | Added a complete block generation cycle test check-in: 33f9a7b27a user: rkeene tags: trunk | |
Changes
Modified test/test.tcl
from [0b36e2ea3f]
to [8e9b84f027].
| ︙ | |||
266 267 268 269 270 271 272 | 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 | - + - + | puts "\[8.FAIL\] Got: $verify" puts "\[8.FAIL\] Exp: true" return false } # A typical block cycle |
| ︙ |