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

Cannot compile simulators with '-d:nimbus_db_backend:none' #1577

Closed
jangko opened this issue May 11, 2023 · 1 comment
Closed

Cannot compile simulators with '-d:nimbus_db_backend:none' #1577

jangko opened this issue May 11, 2023 · 1 comment

Comments

@jangko
Copy link
Contributor

jangko commented May 11, 2023

Hive simulators failed to compile with this error message:

$\nimbus-eth1\nimbus\sync\snap\worker\db\snapdb_desc.nim(37, 12) Error: undeclared identifier: 'RocksStoreRef'
candidates (edit distance, scope distance); see '--spellSuggest':
 (1, 2): 'rocksStoreRef' [proc declared in $\nimbus-eth1\nimbus\sync\snap\worker\db\rocky_bulk_load.nim(102, 6)]

Reason:
Hive simulators is build using -d:nimbus_db_backend:none, therefore it doesn't care about underlying persistent db and only use in memory db.

ping @mjfh

@jangko
Copy link
Contributor Author

jangko commented Jun 25, 2023

fixed, closing

@jangko jangko closed this as completed Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant