Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testnet 22 #3789

Merged
merged 59 commits into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
a561b13
Testnet 22
AurelienFT Apr 7, 2023
1a9cae8
Update the labnet version
AurelienFT Apr 7, 2023
fe33981
Setup ci testnet 22.
AurelienFT Apr 7, 2023
219258a
Merge branch 'main' into testnet_22
AurelienFT Apr 7, 2023
9ef52e5
Fix use of wrong len in MipStoreStats serialization (#3802)
sydhds Apr 11, 2023
c3b11c5
Feature/denunciation factory more feed (#3818)
sydhds Apr 12, 2023
0c739ca
Fix protoc build + reduce debug logs (#3806)
aoudiamoncef Apr 13, 2023
0304815
add log for node_ban_by_ids (#3823)
Apr 13, 2023
ae3d5c1
Feature/denunciation factory rm (#3824)
sydhds Apr 14, 2023
07e4907
add max_coins to executesc (#3735)
damip Apr 17, 2023
604077e
Optimize time with lock. (#3830)
AurelienFT Apr 17, 2023
a904e59
Implement gRPC methods (#3822)
aoudiamoncef Apr 17, 2023
b1ee23e
Add initial code in order to process denunciation (#3829)
sydhds Apr 19, 2023
e1323db
improve_estimate_instant
damip Apr 19, 2023
a888340
Merge #3846
bors[bot] Apr 19, 2023
34400cf
Bootstrap module mocked and sync (#3745)
Ben-PH Apr 19, 2023
a64d2b4
Implement `NewEndorsments` in gRPC (#3845)
aoudiamoncef Apr 19, 2023
eece993
Clarify debug log when filtering bootstrap types (#3848)
Ben-PH Apr 20, 2023
72237ba
Reinstate the use of bootstrap DoS mitigations removed along with tok…
Ben-PH Apr 24, 2023
c51fac5
Use blocking_send instead of the async send (#3855)
Ben-PH Apr 24, 2023
2273979
Check for already processed denunciations in execution worker (#3853)
sydhds Apr 24, 2023
d055be5
Check for already executed denunciations in unit tests (#3861)
sydhds Apr 25, 2023
a5f81c7
Implement `GetOperations` in gRPC (#3850)
aoudiamoncef Apr 25, 2023
afb241a
Implement `GetBlocks` in gRPC (#3862)
aoudiamoncef Apr 25, 2023
3005826
Add denunciations in block header (#3866)
sydhds Apr 26, 2023
4520616
Set POS_SAVED_CYCLES to 6
Eitu33 Apr 26, 2023
ee23de2
Set POS_SAVED_CYCLES to 7 and update doc
Eitu33 Apr 26, 2023
581e4db
Add SELECTOR_DRAW_CACHE_SIZE, use and document it
Eitu33 Apr 26, 2023
a1e9b5e
Merge pull request #3871 from massalabs/add-one-saved-cycle
Eitu33 Apr 26, 2023
0f21d5c
Add denunciations to stats counter (#3873)
sydhds Apr 26, 2023
945d350
Check draws before executing a denunciation (#3872)
sydhds Apr 26, 2023
3727ff8
Implement `GetScExecutionEvents` in gRPC API (#3868)
aoudiamoncef Apr 27, 2023
14a3f88
Add sign & verify_sign to trait SecureShareContent (#3874)
sydhds Apr 27, 2023
b65b175
Add denunciations documentation (#3877)
sydhds Apr 27, 2023
30d5873
Add checks for denunciations + last_start_period (#3880)
sydhds Apr 28, 2023
073e8fc
Feature/de in block headers (#3887)
sydhds May 2, 2023
f61766f
Add skeleton new massa protocol. (#3682)
AurelienFT May 3, 2023
f3e74f4
Remove old print.
AurelienFT May 3, 2023
01bcff5
Update counters peernet and prune index by newest
AurelienFT May 3, 2023
50c27a5
Implement `NewSlotExecutionOutputs` in gRPC API (#3878)
aoudiamoncef May 3, 2023
66c26d6
use mio for Tcp management in bootstrap system (#3780)
modship May 3, 2023
3059967
More secure handshake in protocol
AurelienFT May 3, 2023
48d21d9
Add chunks on network message
AurelienFT May 3, 2023
4f255c9
Fix pruning of peers indexed in protocol
AurelienFT May 3, 2023
50685fe
Cleanup BS-connection establishment code (#3895)
Ben-PH May 3, 2023
b693771
Remove debug print in new protocol
AurelienFT May 3, 2023
6b29d11
Merge branch 'main' into testnet_22
AurelienFT May 3, 2023
67abe88
Language agnostic smartcontract (#3863)
bilboquet May 3, 2023
deb5818
Add gRPC health check (#3888)
aoudiamoncef May 3, 2023
a9aab0e
fix elapsed_sec in tester.rs (#3900)
modship May 3, 2023
fc5714c
Don't send listeners if non routable and use canonical (#3901)
AurelienFT May 3, 2023
515047c
Update peernet and fix possible crash with substract
AurelienFT May 3, 2023
8e0755e
Fixes for roll slash (#3902)
sydhds May 4, 2023
151b5c3
Make debug less verbose on protocol worker.
AurelienFT May 4, 2023
134bd05
Read a list of peers in case of fail in tester
AurelienFT May 4, 2023
3192584
Place all rolls in one address to simplify testnet launches.
AurelienFT May 4, 2023
3f37549
Update toolchain and constants
AurelienFT May 4, 2023
24ba1f3
Update branches for main merge
AurelienFT May 4, 2023
18277fa
Fix peernet version
AurelienFT May 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- macOS-latest
- windows-latest
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v3
with:
submodules: "recursive"
Expand Down Expand Up @@ -204,7 +205,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps --all-features --document-private-items
args: --no-deps --document-private-items
- uses: JamesIves/github-pages-deploy-action@4.1.7
with:
branch: gh-pages
Expand Down
Loading