Alexey Kiselev
Alexey Kiselev
# List of tasks required to support Waves Protocol version 1.5 ## Preparation - [ ] Network stack refactoring - [ ] Extract the connection logic into a separate FSM...
Integration tests moved to use a new way of preactivation with height.
**Motivation and Purposes** After activation of a unimplemented feature on blockchain the node won't work because of that, but the cause of this is printed in logs only once at...
**Аbstract** With version 4 of RIDE assets can be issued, reissued or burnt by dApp. WMD needs full support of this new functionality. **Specification** Information about assets should be gathered...
**Аbstract** A `gowaves` node knows IP addresses of seed nodes (initial nodes to connect to) from the built-in configuration. Also the initial nodes could be provided by the command line...
**Аbstract** To simplify the usage of node's gRPC API enable built-in gRPC reflection server following [the instructions](https://github.com/grpc/grpc-go/blob/master/Documentation/server-reflection-tutorial.md#enable-server-reflection). **Motivation and Purposes** For now, the node's gRPC API could be discovered only...