Fixes things like: * exported type/method/function X should have comment or be unexported * comment on exported type/method/function X should be of the form "X ..." (with optional leading article) Refs. #213.
* Add RPC Server method ValidateAddress - implement rpc method validateaddress (https://docs.neo.org/en-us/node/cli/2.9.4/api/validateaddress.html) - add tests - add to README.md * revert go.sum * remove break * more tests and C# errors * simplify * fix after master merge