Results 58 issues of Ino Murko

### Steps to reproduce https://github.com/omisego/elixir-omg or `make build-watcher-dev` `mix do compile, distillery.release dev --name watcher --verbose` ### Verbose Logs ``` make start-child_chain Building Child Chain Resolving Hex dependencies... Dependency resolution...

As per https://github.com/Azolo/websockex/pull/63 this is the minimal code change for dependency upgrade, including support for elixir 1.6 by downgrading exdoc.

Removed all associations to the request object since it's been deprecated in latest cowboy.

Noticed an incomplete support for secp256k1: https://github.com/nsmithuk/local-kms/issues/36

seed.yml ``` Keys: Asymmetric: Ecc: - Metadata: KeyId: 73a7f626-67eb-4b4c-aaaf-ac91b6aea43b KeyUsage: SIGN_VERIFY Description: ECC key with curve secp256k1 PrivateKeyPem: | -----BEGIN EC PRIVATE KEY----- MHQCAQEEINMXSNwP0WbqumEgo0m3HPwB66aneeUIxVqj3uvOERU8oAcGBSuBBAAK oUQDQgAEt49ajeJo+cBu2nI8Gi2mxm0LRguz/MpvkTKw+YVffDbhkGMDmKpjRoOQ W8zBgVIFtF+ty+zoPfPesdhybjYK2A== -----END EC PRIVATE KEY-----...

GETH ``` API AND CONSOLE OPTIONS: --rpc Enable the HTTP-RPC server --rpcaddr value HTTP-RPC server listening interface (default: "localhost") --rpcport value HTTP-RPC server listening port (default: 8545) --rpcapi value API's...

- OTP releases need to be versioned. Release configuration has no limitations on where it can pickup the release version/name. I think it's good branding if major releases have names...

mix credo --strict would show: ` Software Design ┃ ┃ [D] → Found a TODO tag in a comment: # TODO: Handle args, make nicer ┃ apps/evm/lib/evm/debugger.ex:327 #(EVM.Debugger.handle_prompt) ┃ [D]...

Credo in CI should be run with strict flag to catch more issues. Alias the module name at the top of the invoking module.

priority: medium
good first issue
refactor