dmakarov

Results 6 issues of dmakarov

When I'm compiling my tests using utest I get the following error ``` error[E0433]: failed to resolve: could not find `TestType` in `test` ``` What am I doing wrong?

#### Problem Processing a batch of transactions in bank currently depends on locking the accounts used by the transactions in the batch. This refactoring isolates the locking in a wrapper...

# 🐛 Bug 6 stdlib vector tests that are expected to fail on "index out of bounds" or "unpack parity mismatch" errors, indeed fail on Solana VM. On Solana checks...

bug

# 🐛 Bug ## To reproduce ```sh target/debug/move build --arch solana -p struct-nested ``` Where struct-nested contain the following module **Code snippet to reproduce** ```move module main::struct_nested { struct Box...

bug

#### Problem SBF C++ toolchain doesn't include a standard C++ library for on-chain developers to use. This severely limits the development of on-chain programs in C++. #### Proposed Solution Provide...

enhancement

It seems better to use encrypted storage for exchange sensitive data. Here’s an attempt to use keyring crate to interface with keychain on macos and secret-service on Linux. What do...