Ilya
Ilya
niv --version 0.2.19
> Hi! Could it be an [issue in your nix configuration](https://github.com/NixOS/nixpkgs/issues/45339)? Nope, here is my /etc/nix/nix.conf ``` trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= substituters = https://cache.nixos.org https://nixcache.reflex-frp.org https://hydra.iohk.io build-users-group = nixbld...
Thanks! https://github.com/NixOS/nix/issues/5614
Possible solution could be to subscribe to `SyntacticallyFailedModification(S)`, check if some `S` relates to `H` it refers to, and then invalidate `H`.
Added description for all script parameters.
@MrStahlfelge `/api/v1/boxes/unspent/unconfirmed/byAddress/{add}`
@MrStahlfelge transaction `c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717` is included as far as I can see ``` {"id":"c5b19721df446cba447e03609aeec9bb966f502688a0c91bc850b96f3590b717","blockId":"0e70ab3da3450444c0ff2b6815436b4c0ad54bd65c98fb7347535f6775066a42","inclusionHeight":719590,"timestamp":1648975136852,"index":1,"globalIndex":2919383,"numConfirmations":132168,"inputs":[],"dataInputs":[],"outputs": ... ```
Depends on https://github.com/softwaremill/tapir/issues/1303
This issue should be created in https://github.com/ergoplatform/explorer-frontend
@teebaumcrypto Yes, I completely agree that changes in return type signatures introduced in the original PR better reflect the semantics. I just wanted to separate decoder fix from breaking changes...