-
Notifications
You must be signed in to change notification settings - Fork 259
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
Reloading the blockchain object. #98
Comments
There's currently no way to do the unfortunately. This is resolved in the soon to be released next version I'll leave this open until the next release is out. |
Update BlockSci to v0.5.0 Version 0.5.0 focuses mainly on improvements and cleanups in the python interface. The largest new feature is the introduction of vectorized operations which return NumPy arrays, enabling much more rapid usage of BlockSci's python interface. You can read more details about the release in the [release notes](https://citp.github.io/BlockSci/changelog.html#version-0-5-0). Fixes #72, fixes #76, fixes #84, and fixes #98
Hi I finally manage to find the time to try the new BlockSci version. However I didn't manage to reload my blockchain object using the I called the Greetings, |
Hello is there a way to reload the blockchain object during the code execution ? I tried to use the chain_access's method named reload but it has no effect. Here is my code:
chain.getAccess().chain->reload();
The text was updated successfully, but these errors were encountered: