File tree
11 files changed
+652
-417
lines changed- jormungandr/src
- network
- client
- p2p
- utils
11 files changed
+652
-417
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Submodule chain-deps updated 30 files
- chain-impl-mockchain/src/leadership/genesis/mod.rs-2
- chain-impl-mockchain/src/ledger/iter.rs+4-3
- chain-impl-mockchain/src/ledger/ledger.rs+129-9
- chain-impl-mockchain/src/ledger/tests/discrimination_tests.rs+3-3
- chain-impl-mockchain/src/ledger/tests/initial_funds_tests.rs+2-2
- chain-impl-mockchain/src/ledger/tests/ledger_tests.rs+6-6
- chain-impl-mockchain/src/ledger/tests/transaction_tests.rs+11-11
- chain-impl-mockchain/src/testing/builders/initial_builder.rs-44
- chain-impl-mockchain/src/testing/builders/mod.rs-2
- chain-impl-mockchain/src/testing/builders/tx_cert_builder.rs-7
- chain-impl-mockchain/src/testing/data/address.rs+15-24
- chain-impl-mockchain/src/testing/data/mod.rs+3-5
- chain-impl-mockchain/src/testing/data/wallet.rs-62
- chain-impl-mockchain/src/testing/ledger.rs+15-3
- chain-impl-mockchain/src/testing/mod.rs+2-1
- chain-impl-mockchain/src/testing/requests.rs+15
- chain-impl-mockchain/src/testing/verifiers/ledger_verifier.rs-160
- chain-impl-mockchain/src/testing/verifiers/mod.rs-3
- chain-impl-mockchain/src/utxo.rs+28-34
- network-core/Cargo.toml+1
- network-core/src/server.rs+2
- network-core/src/server/block.rs+38-46
- network-core/src/server/fragment.rs+21-16
- network-core/src/server/gossip.rs+16-15
- network-core/src/server/request_stream.rs+48
- network-grpc/src/service.rs+55-342
- network-grpc/src/service/request_stream.rs+197
- network-grpc/src/service/response_future.rs+73
- network-grpc/src/service/response_stream.rs+62
- network-grpc/src/service/subscription.rs+229
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
34 | 45 |
| |
35 | 46 |
| |
36 | 47 |
| |
| |||
164 | 175 |
| |
165 | 176 |
| |
166 | 177 |
| |
167 |
| - | |
168 |
| - | |
169 |
| - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
170 | 183 |
| |
171 |
| - | |
172 | 184 |
| |
173 |
| - | |
174 |
| - | |
| 185 | + | |
| 186 | + | |
175 | 187 |
| |
176 | 188 |
| |
177 | 189 |
| |
178 |
| - | |
| 190 | + | |
179 | 191 |
| |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 192 | + | |
183 | 193 |
| |
184 | 194 |
| |
185 | 195 |
| |
| |||
279 | 289 |
| |
280 | 290 |
| |
281 | 291 |
| |
282 |
| - | |
283 |
| - | |
284 |
| - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
285 | 327 |
| |
286 | 328 |
| |
287 |
| - | |
| 329 | + | |
288 | 330 |
| |
289 | 331 |
| |
290 | 332 |
| |
291 |
| - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
292 | 340 |
| |
293 | 341 |
| |
294 |
| - | |
| 342 | + | |
295 | 343 |
| |
296 | 344 |
| |
297 | 345 |
| |
298 | 346 |
| |
299 | 347 |
| |
300 | 348 |
| |
301 | 349 |
| |
302 |
| - | |
303 |
| - | |
304 |
| - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
305 | 356 |
| |
306 | 357 |
| |
307 | 358 |
| |
308 |
| - | |
309 |
| - | |
310 |
| - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
311 | 365 |
| |
312 | 366 |
| |
313 | 367 |
| |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 |
| - | |
329 |
| - | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
330 | 375 |
| |
331 | 376 |
| |
332 | 377 |
| |
333 |
| - | |
334 |
| - | |
335 |
| - | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
336 | 385 |
| |
337 | 386 |
| |
338 |
| - | |
| 387 | + | |
| 388 | + | |
339 | 389 |
| |
340 | 390 |
| |
341 | 391 |
| |
| |||
413 | 463 |
| |
414 | 464 |
| |
415 | 465 |
| |
416 |
| - | |
| 466 | + | |
417 | 467 |
| |
418 | 468 |
| |
419 | 469 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| 182 | + | |
| 183 | + | |
182 | 184 |
| |
183 | 185 |
| |
184 | 186 |
| |
|
0 commit comments