Skip to content

Commit

Permalink
Stream reader for chain state (#1519)
Browse files Browse the repository at this point in the history
Imports chain state via streams and enables regenesis
  • Loading branch information
MujkicA authored Feb 21, 2024
1 parent 16817f2 commit a4021f1
Show file tree
Hide file tree
Showing 110 changed files with 152,812 additions and 119,751 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.73.0
RUST_VERSION: 1.74.0
NIGHTLY_RUST_VERSION: nightly-2023-10-29
RUSTFLAGS: -D warnings
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
env:
# So cargo doesn't complain about unstable features
RUSTC_BOOTSTRAP: 1
RUST_VERSION: 1.73.0
RUST_VERSION: 1.74.0
PR_TITLE: Weekly `cargo update`
PR_MESSAGE: |
Automation to keep dependencies in `Cargo.lock` current.
Expand Down
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-toml"]
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ FuelVM received a lot of safety and stability improvements:
- Refactored errors, returning more detailed errors to the user, simplifying debugging.

### Added
- [#1519](https://github.com/FuelLabs/fuel-core/pull/1519): Stream chain state from file
- [#1474](https://github.com/FuelLabs/fuel-core/pull/1474): Chain state encoding for streaming support.
- [#1459](https://github.com/FuelLabs/fuel-core/pull/1459): Split initial state from chain config.
- [#1503](https://github.com/FuelLabs/fuel-core/pull/1503): Add `gtf` opcode sanity check.
Expand Down
Loading

0 comments on commit a4021f1

Please sign in to comment.