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

Regenesis support #1693

Merged
merged 30 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1ff2a7b
Split initial state from chain config (#1459)
MujkicA Dec 20, 2023
c4946de
Chain state encoding (#1474)
MujkicA Jan 26, 2024
16817f2
merge master
MujkicA Feb 5, 2024
a4021f1
Stream reader for chain state (#1519)
MujkicA Feb 21, 2024
e9324c4
merge master part 1
MujkicA Feb 21, 2024
cfb7eab
fmt
MujkicA Feb 21, 2024
fd725ee
merge
MujkicA Feb 22, 2024
f33eb56
off chain genesis
MujkicA Feb 22, 2024
590793e
off chain generated utxos
MujkicA Feb 22, 2024
290c932
remove optional fields from configs
MujkicA Feb 27, 2024
503f177
Merge branch 'master' of github.com:FuelLabs/fuel-core into feature/r…
MujkicA Feb 27, 2024
c3818fa
merge]
MujkicA Feb 27, 2024
ca96107
put rand behind std flag
MujkicA Feb 27, 2024
81a0a98
Revert removing optional fields from config
MujkicA Feb 28, 2024
5c74cb0
revert
MujkicA Feb 28, 2024
5d95ad9
Merge branch 'master' of github.com:FuelLabs/fuel-core into feature/r…
MujkicA Feb 28, 2024
edf72fa
update contract latest utxo insertion
MujkicA Feb 28, 2024
8188f9e
review comments
MujkicA Feb 29, 2024
650257d
fix chain config
MujkicA Feb 29, 2024
2bc8303
merge
MujkicA Mar 4, 2024
10077ca
restore missing contract from dev config
MujkicA Mar 4, 2024
88938c8
merge now, fix tests later
MujkicA Mar 4, 2024
a4b98c6
Merge branch 'master' of github.com:FuelLabs/fuel-core into feature/r…
MujkicA Mar 4, 2024
4f2f988
fix build
MujkicA Mar 4, 2024
caded52
human readable storage slot value
segfault-magnet Mar 5, 2024
2535d48
fix p2p tests
MujkicA Mar 5, 2024
fd14783
Merge branch 'master' of github.com:FuelLabs/fuel-core into feature/r…
MujkicA Mar 5, 2024
037686c
Merge branch 'master' into feature/regenesis-support
MujkicA Mar 5, 2024
4e12b37
Added comments regarding the future work
xgreenx Mar 5, 2024
b5d8e75
Added mroe TODOS
xgreenx Mar 5, 2024
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ 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.
- [#1502](https://github.com/FuelLabs/fuel-core/pull/1502): Added price benchmark for `vm_initialization`.
- [#1501](https://github.com/FuelLabs/fuel-core/pull/1501): Add a CLI command for generating a fee collection contract.
Expand Down
Loading
Loading