Results 83 comments of Ino Murko

@okalouti is this done?

Logging and crashing is normal for elixir/erlang BEAM programs. In this case, only the request process died and was isolated crash. What needs to be done is: - [ ]...

@pdobacz care to rename the issue to something that describes the problem appropriately?

Just a note: you're using the word alarm, which has two definitions: Application alarm that allows the application to be reactive. Metric alarm.

We've had a discussion in December about this: I said: As per rfc2616 (http 1.1), a POST request without body is invalid. which means swagger generated code is not able...

Should we consider versioning support?

JSON-RPC requirements are (the important ones): - no URL paths - *all* requests have bodies, a body contains the RPC method

Work needed to Scale Child Chain 1. Block Queue OMG.ChildChain.BlockQueue (how we form a block before submission) 2. Fees OMG.ChildChain.FeeServer (how much fees we're charging currently loads via file, unsalable)...

Did you have a fanout exchange model in mind? I was thinking about the MQ path as well, there's a few things to consider: - You would need to build...

To expand on 2., @pnowosie, which is bothering me as well. The problem you stated and the solution to it is missing a very important detail. A computer that is...