Nikita Kryuchkov

Results 49 issues of Nikita Kryuchkov

## Description ``` 2022-01-19T20:40:16.1885250Z ? github.com/spacemeshos/go-spacemesh [no test files] 2022-01-19T20:41:04.3316844Z --- FAIL: TestBuilder_RestartSmeshing (0.06s) 2022-01-19T20:41:04.3322460Z activation_test.go:330: 2022-01-19T20:41:04.3323133Z Error Trace: activation_test.go:330 2022-01-19T20:41:04.3323679Z Error: Should be false 2022-01-19T20:41:04.3324239Z Test: TestBuilder_RestartSmeshing 2022-01-19T20:41:04.3324619Z FAIL...

bug
tests
PoST
unit tests
data race

## Description Right now the password protection is implemented according to the ooxml specification. It works correctly but it is not intended to prevent the file from being opened without...

backlog
feature

Some tests on the Milestone 1 branch are commented out to avoid failing TravisCI builds. They need to be uncommented and fixed.

enhancement
cleanup
mainnet

Closes #502 Copy of https://github.com/skycoin/skywire/pull/512 for `mainnet-milestone1` branch. Done: - Rename `messaging` to `dmsg`

> Depends on #528 We need to expand the `app` module, specifically the `app.App` structure to have two more members: `DirectDial()` and `DirectListen()`. These methods will directly use `dmsg`.

enhancement
mainnet

While reviewing the codebase, I found multiple instances of old naming conventions. This affects for instance - our config files (it still contains references to messaging and node) - /cmd...

cleanup
mainnet
backlog

I'd suggest adding more linters to the `golangci-lint` config. This could help us improve the code quality and detect possible bugs that might be hard to find in the future....

enhancement
mainnet
backlog

Did you run `make format && make check`? Not yet Fixes #440 Changes: - Implement Route Multiplexer with backward compatibility How to test this PR: - Run the generic integration...

on hold

**Feature description** TBD

enhancement