mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Proposal to upgrade to 1.11 (#652)
This commit is contained in:
@@ -4,7 +4,7 @@ sudo: false
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
go: 1.10.x
|
||||
go: 1.11.x
|
||||
env:
|
||||
- lint
|
||||
script:
|
||||
|
||||
@@ -71,9 +71,9 @@ func TestSetBlockForInitialSync(t *testing.T) {
|
||||
genericHash[0] = 'a'
|
||||
|
||||
block := &pb.BeaconBlock{
|
||||
PowChainRef: []byte{1, 2, 3},
|
||||
AncestorHashes: [][]byte{genericHash},
|
||||
Slot: uint64(20),
|
||||
PowChainRef: []byte{1, 2, 3},
|
||||
AncestorHashes: [][]byte{genericHash},
|
||||
Slot: uint64(20),
|
||||
CrystallizedStateRoot: genericHash,
|
||||
}
|
||||
|
||||
@@ -149,9 +149,9 @@ func TestSavingBlocksInSync(t *testing.T) {
|
||||
|
||||
getBlockResponseMsg := func(Slot uint64) p2p.Message {
|
||||
block := &pb.BeaconBlock{
|
||||
PowChainRef: []byte{1, 2, 3},
|
||||
AncestorHashes: [][]byte{genericHash},
|
||||
Slot: Slot,
|
||||
PowChainRef: []byte{1, 2, 3},
|
||||
AncestorHashes: [][]byte{genericHash},
|
||||
Slot: Slot,
|
||||
CrystallizedStateRoot: crystallizedStateRoot[:],
|
||||
}
|
||||
|
||||
@@ -248,9 +248,9 @@ func TestDelayChan(t *testing.T) {
|
||||
}
|
||||
|
||||
block := &pb.BeaconBlock{
|
||||
PowChainRef: []byte{1, 2, 3},
|
||||
AncestorHashes: [][]byte{genericHash},
|
||||
Slot: uint64(20),
|
||||
PowChainRef: []byte{1, 2, 3},
|
||||
AncestorHashes: [][]byte{genericHash},
|
||||
Slot: uint64(20),
|
||||
CrystallizedStateRoot: crystallizedStateRoot[:],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user