Skip to content

Commit

Permalink
Revert "Devn 28 3 (#4683)"
Browse files Browse the repository at this point in the history
This reverts commit a4d9cda.
  • Loading branch information
AurelienFT committed May 29, 2024
1 parent a804a2c commit 3ca8e45
Show file tree
Hide file tree
Showing 65 changed files with 1,931,519 additions and 343 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 = "28.3.0"
version = "2.1.0"
authors = ["Massa Labs <info@massa.net>"]
edition = "2021"

Expand Down
2 changes: 2 additions & 0 deletions massa-api-exports/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ 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 = "28.3.0"
version = "2.1.0"
edition = "2021"

[features]
Expand Down
Loading

0 comments on commit 3ca8e45

Please sign in to comment.