Skip to content

Commit

Permalink
Merge branch '#17-substreams' of https://github.com/LimeChain/Fruzhin
Browse files Browse the repository at this point in the history
…into #17-substreams
  • Loading branch information
vikinatora committed Apr 4, 2023
2 parents 6d2ea9a + cbcbbab commit b6e5fca
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.limechain.network.protocol.warp.dto;

public class WarpSync {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.limechain.network.protocol.warp;public class WarpSyncController {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.limechain.network.protocol.warp;public class WarpSyncProtocol {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.limechain.network.protocol.warp;public class WarpSyncService {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.limechain.network.protocol.warp;

public class WarpSyncFragment {
String scaleEncodedHeader;
String scaleEncodedJustification;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.limechain.network.protocol.warp.dto;public class WarpSyncRequest {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.limechain.network.protocol.warp;

import com.limechain.network.protocol.warp.dto.WarpSyncFragment;

public class WarpSyncResponse {
WarpSyncFragment[] fragments;
boolean isFinished;
}


Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package com.limechain.network.protocol.warp;public class WarpSyncTest {
}

0 comments on commit b6e5fca

Please sign in to comment.