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

feat: add support for DbType::RocksDb #998

Merged
merged 84 commits into from
Jul 13, 2023
Merged

feat: add support for DbType::RocksDb #998

merged 84 commits into from
Jul 13, 2023

Conversation

Salka1988
Copy link
Member

@Salka1988 Salka1988 commented Jun 11, 2023

Checklist

  • I have linked to any relevant issues.
  • I have updated the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added necessary labels.
  • I have done my best to ensure that my PR adheres to the Fuel Labs Code Review Standards.
  • I have requested a review from the relevant team or maintainers.

@Salka1988 Salka1988 added the enhancement New feature or request label Jun 11, 2023
@Salka1988 Salka1988 requested a review from digorithm as a code owner June 11, 2023 21:51
@Salka1988 Salka1988 self-assigned this Jun 11, 2023
@Salka1988 Salka1988 linked an issue Jun 11, 2023 that may be closed by this pull request
Cargo.toml Outdated Show resolved Hide resolved
packages/fuels/.DS_Store Outdated Show resolved Hide resolved
@Salka1988 Salka1988 requested a review from iqdecay July 5, 2023 10:01
docs/src/connecting/rocksdb.md Outdated Show resolved Hide resolved
docs/src/connecting/rocksdb.md Outdated Show resolved Hide resolved
docs/src/connecting/short-lived.md Outdated Show resolved Hide resolved
packages/fuels-test-helpers/src/node.rs Outdated Show resolved Hide resolved
packages/fuels/tests/contracts.rs Show resolved Hide resolved
packages/fuels/tests/contracts.rs Outdated Show resolved Hide resolved
Salka1988 and others added 5 commits July 6, 2023 12:25
Co-authored-by: iqdecay <victor@berasconsulting.com>
Co-authored-by: Rodrigo Araújo <rod.dearaujo@gmail.com>
Co-authored-by: Rodrigo Araújo <rod.dearaujo@gmail.com>
Co-authored-by: Rodrigo Araújo <rod.dearaujo@gmail.com>
Co-authored-by: Rodrigo Araújo <rod.dearaujo@gmail.com>
@Salka1988 Salka1988 requested review from digorithm and Voxelot July 6, 2023 12:03
docs/src/connecting/rocksdb.md Outdated Show resolved Hide resolved
packages/fuels-test-helpers/src/node.rs Outdated Show resolved Hide resolved
packages/fuels/tests/contracts.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@segfault-magnet segfault-magnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a small suggestion

packages/fuels-test-helpers/src/node.rs Outdated Show resolved Hide resolved
Copy link
Member

@digorithm digorithm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, @Salka1988!

@Salka1988 Salka1988 dismissed iqdecay’s stale review July 13, 2023 08:09

Outdated. Everything is updated.

@Salka1988 Salka1988 merged commit 294f91b into master Jul 13, 2023
@Salka1988 Salka1988 deleted the Salka1988/db branch July 13, 2023 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start a node from an initial database state
9 participants