Commit 4e46204
Jason Yellick
[FAB-1433] (BUGFIX) Add batch timeout in genesis
https://jira.hyperledger.org/browse/FAB-1443
https://gerrit.hyperledger.org/r/#/c/3461/
The above changeset fixed a TODO to have the batch timeout retrieved via
the shared config mechanism from the genesis block, but it did not
actually encode the batch timeout into the genesis block. This was
causing a batch timeout of 0s and was breaking the bdd tests.
This changeset adds the encoding of the batch timeout to the provisional
bootstrapper.
Change-Id: I938b4aa89b2a2a5d3ca049129a32b3a8ec37832e
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>1 parent 46f7af0 commit 4e46204
File tree
3 files changed
+14
-0
lines changed- orderer/common/bootstrap/provisional
3 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
0 commit comments