-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Forkless state transition with upgradable WASM executor #1716
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3783579 - Browse repository at this point
Copy the full SHA 3783579View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2d424 - Browse repository at this point
Copy the full SHA 3c2d424View commit details
Commits on Feb 17, 2024
-
Merge branch 'master' into feature/blocks-second-key-extraction
# Conflicts: # crates/fuel-core/src/database/storage.rs # crates/fuel-core/src/graphql_api/database.rs # crates/fuel-core/src/graphql_api/ports.rs # crates/fuel-core/src/graphql_api/storage.rs # crates/fuel-core/src/graphql_api/worker_service.rs # crates/storage/src/column.rs
Configuration menu - View commit details
-
Copy full SHA for 7e8689c - Browse repository at this point
Copy the full SHA 7e8689cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d95e63 - Browse repository at this point
Copy the full SHA 1d95e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95dfa58 - Browse repository at this point
Copy the full SHA 95dfa58View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 111efbd - Browse repository at this point
Copy the full SHA 111efbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cabca80 - Browse repository at this point
Copy the full SHA cabca80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e20633 - Browse repository at this point
Copy the full SHA 0e20633View commit details
Commits on Feb 20, 2024
-
Merge branch 'master' into feature/blocks-second-key-extraction
# Conflicts: # CHANGELOG.md # crates/types/src/services/txpool.rs
Configuration menu - View commit details
-
Copy full SHA for 4e8ebc6 - Browse repository at this point
Copy the full SHA 4e8ebc6View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad09341 - Browse repository at this point
Copy the full SHA ad09341View commit details -
Configuration menu - View commit details
-
Copy full SHA for b619743 - Browse repository at this point
Copy the full SHA b619743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71dbc41 - Browse repository at this point
Copy the full SHA 71dbc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 593ad52 - Browse repository at this point
Copy the full SHA 593ad52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a96d5 - Browse repository at this point
Copy the full SHA 97a96d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce8c17 - Browse repository at this point
Copy the full SHA 3ce8c17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 802578e - Browse repository at this point
Copy the full SHA 802578eView commit details
Commits on Feb 22, 2024
-
Merge branch 'feature/blocks-second-key-extraction' into feature/comm…
…it-changes # Conflicts: # crates/fuel-core/src/database/storage.rs # crates/fuel-core/src/graphql_api/ports.rs # crates/fuel-core/src/graphql_api/worker_service.rs # crates/storage/src/blueprint/merklized.rs
Configuration menu - View commit details
-
Copy full SHA for 5cc6c33 - Browse repository at this point
Copy the full SHA 5cc6c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0137658 - Browse repository at this point
Copy the full SHA 0137658View commit details -
Merge branch 'master' into feature/commit-changes
# Conflicts: # crates/fuel-core/src/database/block.rs # crates/fuel-core/src/database/storage.rs # crates/fuel-core/src/graphql_api/ports.rs # crates/fuel-core/src/graphql_api/worker_service.rs # crates/storage/src/blueprint.rs # crates/storage/src/blueprint/merklized.rs # crates/storage/src/blueprint/plain.rs # crates/storage/src/blueprint/sparse.rs # crates/storage/src/structured_storage.rs # crates/storage/src/structured_storage/blocks.rs
Configuration menu - View commit details
-
Copy full SHA for cc86bb6 - Browse repository at this point
Copy the full SHA cc86bb6View commit details -
Generalized the implementation of the iterator functionality.
Added helper function to create a `StorageTransaction`. Re-worked `Changes` to use `HashMap<Btree>` for iteration functionality,
Configuration menu - View commit details
-
Copy full SHA for 5b9bd78 - Browse repository at this point
Copy the full SHA 5b9bd78View commit details
Commits on Feb 23, 2024
-
Implemented tracking of the height during committing of the changes.
The `Database` is responsible for its updating and tracking.
Configuration menu - View commit details
-
Copy full SHA for 7b1141a - Browse repository at this point
Copy the full SHA 7b1141aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 305e567 - Browse repository at this point
Copy the full SHA 305e567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4716c15 - Browse repository at this point
Copy the full SHA 4716c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518a842 - Browse repository at this point
Copy the full SHA 518a842View commit details
Commits on Feb 27, 2024
-
Merge branch 'master' into feature/commit-changes
# Conflicts: # CHANGELOG.md # crates/services/executor/src/ports.rs
Configuration menu - View commit details
-
Copy full SHA for 253d188 - Browse repository at this point
Copy the full SHA 253d188View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44b903 - Browse repository at this point
Copy the full SHA f44b903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ef712 - Browse repository at this point
Copy the full SHA 00ef712View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c27ff9 - Browse repository at this point
Copy the full SHA 0c27ff9View commit details -
Merge branch 'master' into feature/commit-changes
# Conflicts: # crates/services/executor/src/executor.rs
Configuration menu - View commit details
-
Copy full SHA for fb5bc50 - Browse repository at this point
Copy the full SHA fb5bc50View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c63393 - Browse repository at this point
Copy the full SHA 0c63393View commit details
Commits on Mar 6, 2024
-
Merge branch 'master' into feature/commit-changes
# Conflicts: # crates/fuel-core/src/database/state.rs # crates/fuel-core/src/database/storage.rs # crates/fuel-core/src/executor.rs # crates/fuel-core/src/graphql_api/worker_service.rs # crates/fuel-core/src/schema/dap.rs # crates/fuel-core/src/service/genesis/off_chain.rs # crates/services/executor/src/executor.rs # crates/services/executor/src/ports.rs # crates/storage/src/structured_storage.rs # crates/storage/src/structured_storage/contracts.rs
Configuration menu - View commit details
-
Copy full SHA for 25b9f57 - Browse repository at this point
Copy the full SHA 25b9f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 309a8bf - Browse repository at this point
Copy the full SHA 309a8bfView commit details
Commits on Mar 7, 2024
-
Merge branch 'master' into feature/commit-changes
# Conflicts: # bin/fuel-core/src/cli/snapshot.rs # crates/fuel-core/src/combined_database.rs # crates/fuel-core/src/database.rs # crates/fuel-core/src/database/balances.rs # crates/fuel-core/src/database/contracts.rs # crates/fuel-core/src/database/state.rs # crates/fuel-core/src/database/storage.rs # crates/fuel-core/src/service.rs # crates/fuel-core/src/service/genesis.rs # crates/fuel-core/src/service/genesis/off_chain.rs # crates/fuel-core/src/state.rs # crates/fuel-core/src/state/in_memory/memory_store.rs # crates/fuel-core/src/state/in_memory/transaction.rs # crates/fuel-core/src/state/rocks_db.rs # crates/services/executor/src/refs/contract.rs # crates/storage/src/kv_store.rs # crates/storage/src/structured_storage.rs
Configuration menu - View commit details
-
Copy full SHA for 2e64af8 - Browse repository at this point
Copy the full SHA 2e64af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d682dd8 - Browse repository at this point
Copy the full SHA d682dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9344069 - Browse repository at this point
Copy the full SHA 9344069View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 154328c - Browse repository at this point
Copy the full SHA 154328cView commit details -
Merge branch 'master' into feature/commit-changes
# Conflicts: # crates/fuel-core/src/database.rs # crates/fuel-core/src/service/genesis.rs # crates/fuel-core/src/service/genesis/workers.rs
Configuration menu - View commit details
-
Copy full SHA for f8b9c07 - Browse repository at this point
Copy the full SHA f8b9c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b95df - Browse repository at this point
Copy the full SHA d0b95dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec92011 - Browse repository at this point
Copy the full SHA ec92011View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffecd1d - Browse repository at this point
Copy the full SHA ffecd1dView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd42659 - Browse repository at this point
Copy the full SHA dd42659View commit details -
Merge branch 'feature/commit-changes' into feature/forkless-state-tra…
…nsition # Conflicts: # Cargo.lock # Cargo.toml # crates/chain-config/Cargo.toml # crates/fuel-core/src/executor.rs # crates/fuel-core/src/graphql_api/worker_service.rs # crates/fuel-core/src/service/adapters/producer.rs # crates/fuel-core/src/service/sub_services.rs # crates/services/executor/src/executor.rs # crates/services/producer/src/block_producer.rs # crates/types/src/services.rs # crates/types/src/services/block_producer.rs
Configuration menu - View commit details
-
Copy full SHA for 87e9524 - Browse repository at this point
Copy the full SHA 87e9524View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b3be42 - Browse repository at this point
Copy the full SHA 8b3be42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3899b2b - Browse repository at this point
Copy the full SHA 3899b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8295ea - Browse repository at this point
Copy the full SHA e8295eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e12cb77 - Browse repository at this point
Copy the full SHA e12cb77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944a273 - Browse repository at this point
Copy the full SHA 944a273View commit details -
Configuration menu - View commit details
-
Copy full SHA for 106df96 - Browse repository at this point
Copy the full SHA 106df96View commit details -
Added
wasm32-unknown-unknown
and removedprotobuf
, since libp2p u……ses `quick-protobuf`
Configuration menu - View commit details
-
Copy full SHA for d92380a - Browse repository at this point
Copy the full SHA d92380aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 551baf6 - Browse repository at this point
Copy the full SHA 551baf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47d6df8 - Browse repository at this point
Copy the full SHA 47d6df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f909992 - Browse repository at this point
Copy the full SHA f909992View commit details -
Configuration menu - View commit details
-
Copy full SHA for e21e58e - Browse repository at this point
Copy the full SHA e21e58eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd45a89 - Browse repository at this point
Copy the full SHA dd45a89View commit details -
Merge branch 'master' into feature/forkless-state-transition
# Conflicts: # Cargo.lock # crates/fuel-core/src/executor.rs # crates/fuel-core/src/graphql_api/worker_service.rs # crates/services/executor/src/executor.rs # crates/storage/src/kv_store.rs # crates/types/src/services.rs
Configuration menu - View commit details
-
Copy full SHA for a94af64 - Browse repository at this point
Copy the full SHA a94af64View commit details
Commits on Mar 14, 2024
-
Reverted changes in the cargo lock file.
Updated CI to run WASM and non-WASM versions.
Configuration menu - View commit details
-
Copy full SHA for 0916f64 - Browse repository at this point
Copy the full SHA 0916f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for c37b5bb - Browse repository at this point
Copy the full SHA c37b5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b921a - Browse repository at this point
Copy the full SHA 15b921aView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e584453 - Browse repository at this point
Copy the full SHA e584453View commit details
Commits on Mar 16, 2024
-
Merge branch 'master' into feature/forkless-state-transition
# Conflicts: # CHANGELOG.md # crates/services/producer/src/block_producer.rs
Configuration menu - View commit details
-
Copy full SHA for 98bbe6b - Browse repository at this point
Copy the full SHA 98bbe6bView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7da355 - Browse repository at this point
Copy the full SHA b7da355View commit details -
Merge branch 'master' into feature/forkless-state-transition
# Conflicts: # Cargo.lock
Configuration menu - View commit details
-
Copy full SHA for b8ac0e8 - Browse repository at this point
Copy the full SHA b8ac0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a7c59 - Browse repository at this point
Copy the full SHA 91a7c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e789e4e - Browse repository at this point
Copy the full SHA e789e4eView commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6999c47 - Browse repository at this point
Copy the full SHA 6999c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 243ac6c - Browse repository at this point
Copy the full SHA 243ac6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 967289f - Browse repository at this point
Copy the full SHA 967289fView commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2698382 - Browse repository at this point
Copy the full SHA 2698382View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a0d99e1 - Browse repository at this point
Copy the full SHA a0d99e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95128e3 - Browse repository at this point
Copy the full SHA 95128e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce8ac0 - Browse repository at this point
Copy the full SHA 8ce8ac0View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09d3d96 - Browse repository at this point
Copy the full SHA 09d3d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6328d2d - Browse repository at this point
Copy the full SHA 6328d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d1826 - Browse repository at this point
Copy the full SHA 06d1826View commit details -
Merge remote-tracking branch 'origin/feature/forkless-state-transitio…
…n' into feature/forkless-state-transition
Configuration menu - View commit details
-
Copy full SHA for 072ec0e - Browse repository at this point
Copy the full SHA 072ec0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a53dd24 - Browse repository at this point
Copy the full SHA a53dd24View commit details -
Merge branch 'master' into feature/forkless-state-transition
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 325afec - Browse repository at this point
Copy the full SHA 325afecView commit details