Skip to content

Commit 50efe68

Browse files
Try #6030:
2 parents a608922 + 72f8ec3 commit 50efe68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1652
-295
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ clear-test-cache:
102102
.PHONY: clear-test-cache
103103

104104
test: get-libs
105-
@$(ULIMIT) CGO_LDFLAGS="$(CGO_TEST_LDFLAGS)" gotestsum -- -race -timeout 5m -p 1 $(UNIT_TESTS)
105+
@$(ULIMIT) CGO_LDFLAGS="$(CGO_TEST_LDFLAGS)" gotestsum -- -race -timeout 8m -p 1 $(UNIT_TESTS)
106106
.PHONY: test
107107

108108
generate: get-libs

activation/activation.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -801,14 +801,14 @@ func (b *Builder) createAtx(
801801
NiPosts: []wire.NiPostsV2{
802802
{
803803
Membership: wire.MerkleProofV2{
804-
Nodes: nipostState.Membership.Nodes,
805-
LeafIndices: []uint64{nipostState.Membership.LeafIndex},
804+
Nodes: nipostState.Membership.Nodes,
806805
},
807806
Challenge: types.Hash32(nipostState.NIPost.PostMetadata.Challenge),
808807
Posts: []wire.SubPostV2{
809808
{
810-
Post: *wire.PostToWireV1(nipostState.Post),
811-
NumUnits: nipostState.NumUnits,
809+
Post: *wire.PostToWireV1(nipostState.Post),
810+
NumUnits: nipostState.NumUnits,
811+
MembershipLeafIndex: nipostState.Membership.LeafIndex,
812812
},
813813
},
814814
},

0 commit comments

Comments
 (0)