Vanshdeep Singh
Vanshdeep Singh
Since you granted me the liberty to give my suggestions I will point out a few things: - currently the context can't be updated by the handler. I would really...
@ttmc @vrde I investigated the issue with @muawiakh. When this payload it posted to the server it returns `400` error response. The payload also returns `False` when `is_valid_transaction(transaction)` is called...
``` ABCI Replay Blocks module=consensus appHeight=98 storeHeight=0 stateHeight=0 ``` Looking at the above log, I would like to know how are you running the system (native or docker)? It seems...
@ttmc This issue will introduce a new API i.e. `/api/v1/metadata?search=_&asset_id=_`. This means that when extracting and storing metadata we would also need to store the `asset_id` with it and create...
@codegeschrei The same is now being tracked in #2230
@TimDaub I think implementnig it in core would help avoid replication the same in all drivers? Also, [this](https://pypi.python.org/pypi/toposort/1.0) should help.
I updated libvirt to the latest release. From the virsh command line I can do, ``` # net-dhcp-leases default ``` and it gives me the ip and mac addresses of...
This works expect one thing, return value from first function call should be handled as follows, ``` {ok, [Network]} = verx:network_lookup_by_name(Ref, [Name]), ```
Sure will let you know. Really appreciate your help on this :)
Would it also make sense to de-couple database dependent validation from database independent validation in this phase?