Skip to content

Commit

Permalink
Merge #4398
Browse files Browse the repository at this point in the history
4398: Fix trail hash r=AurelienFT a=Leo-Besancon

* [ ] document all added functions
* [x] try in sandbox /simulation/labnet
  * [ ] if part of node-launch, checked using the `resync_check` flag
* [ ] unit tests on the added/changed features
  * [ ] make tests compile
  * [ ] make tests pass 
* [ ] add logs allowing easy debugging in case the changes caused problems
* [ ] if the API has changed, update the API specification

Co-authored-by: Leo-Besancon <[email protected]>
  • Loading branch information
bors[bot] and Leo-Besancon authored Sep 8, 2023
2 parents b494d8a + 21dcc23 commit 2aefd17
Show file tree
Hide file tree
Showing 49 changed files with 128 additions and 119 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion massa-api-exports/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "massa_api_exports"
version = "0.26.0"
version = "0.26.1"
authors = ["Massa Labs <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion massa-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "massa_api"
version = "0.26.0"
version = "0.26.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion massa-async-pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "massa_async_pool"
version = "0.26.0"
version = "0.26.1"
authors = ["Massa Labs <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion massa-bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "massa_bootstrap"
version = "0.26.0"
version = "0.26.1"
authors = ["Massa Labs <[email protected]>"]
edition = "2021"

Expand Down
Loading

0 comments on commit 2aefd17

Please sign in to comment.