Alexander Chepurnoy
Alexander Chepurnoy
@jellymlg done in https://github.com/ergoplatform/ergo/pull/1904, Rollback(id) signal is carrying id of a branching fullblock (header id is the same). You need to clear data after that block (you can get height...
> @kushti How do I make a test for rollbacks? I think there are two possible ways: * actor probing tests (but currently is not sending any info to outside,...
Synced with 5.0.3 on my side, looks good. Can you send me logs, or check on your side ? something like cat ergo.log | grep 869220 cat ergo.log | grep...
@pragmaxim No, we can not lower down limits. If fixing JSON decoders not possible, maybe let decode accept number or string and change openapi.yaml description to suggest strings by default...
@pragmaxim that was input for /wallet/transactions/sign, but I guess other methods using assets decoder have the same issue. As a test, have you tried to send Long.MaxValue? Was exactly the...
> @kushti I changed the Token generators in `WalletApiRouteSpec."sign a transaction"` to return always `Long.MaxValue` as asset value and the response is as expected, if you pass TX (as json...
@pragmaxim maybe swagger issue then https://github.com/swagger-api/swagger-ui/issues/7478 . Update to 3.0.3 should help it seems
Probably better to do new methods though, as old ones are being widely used
@greenhat @aslesarenko I guess the error is coming from interpreter ?
Will do a better error for such case