-
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
Moved StorageTransaction
to the fuel-core-storage
crate
#1694
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 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 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 551baf6 - Browse repository at this point
Copy the full SHA 551baf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f909992 - Browse repository at this point
Copy the full SHA f909992View commit details