Skip to content

Commit

Permalink
Devn 28 3 (#4683)
Browse files Browse the repository at this point in the history
* Prepare buildnet config

* Update package version

* Revert breaking changes on PR 4619

* Update comment

* Fix tests
  • Loading branch information
Leo-Besancon committed Apr 23, 2024
1 parent 2d5fe16 commit a4d9cda
Show file tree
Hide file tree
Showing 65 changed files with 343 additions and 1,931,519 deletions.
82 changes: 41 additions & 41 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 = "2.1.0"
version = "28.3.0"
authors = ["Massa Labs <info@massa.net>"]
edition = "2021"

Expand Down
2 changes: 0 additions & 2 deletions massa-api-exports/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ pub struct APIConfig {
pub last_start_period: u64,
/// chain id
pub chain_id: u64,
/// Delta to compute upper bounds when fetching deferred credits
pub deferred_credits_delta: MassaTime,
/// minimal fees to include an operation in a block
pub minimal_fees: Amount,
}
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 = "2.1.0"
version = "28.3.0"
edition = "2021"

[features]
Expand Down
Loading

0 comments on commit a4d9cda

Please sign in to comment.