Stanislav Tkach

Results 96 comments of Stanislav Tkach

I would also like to see a way to configure the parameters passed to the `cargo bloat. I have a workspace with several crates and a library crate is chosen...

I have just run into this issue when we also started to use `rstest` for our project, though now it shows "no tests were found" instead of "Test framework quit...

Even more annoying that it is impossible to debug such tests. It isn't needed often, but it's still sad. And my colleagues with VS-code don't have this issue. 🙃

Hello, I'm glad you are interested in our project. Unfortunately, exonum framework currently doesn't provide the functionality for the migration process. We are aware of this issue and it is...

A few more details: the idea of this change is to get rid of needless copying of transaction hashes (`Vec`). Currently there are two places where copying occurs: - `NodeHandler`'s...

Reminder: branch `alekseysidorov:20-fullnode-support` can be used as example of `derive-error` usage: https://github.com/exonum/exonum-btc-anchoring/pull/21

Note: `Schema`'s `commit_configuration` method should return `Result`: https://github.com/exonum/exonum-core/blob/master/exonum/src/blockchain/schema.rs#L344

Perhaps #474 makes it easier.

Thank you for your report. We are aware of problems with the Windows build, but unfortunately we haven't fixed it yet. 😅