catena
catena
Can you publish this lib to a publish repository, to make it possible to use it from maven (and other build tools)?
I run `sbt scalastyle` command end everything looks fine, while exit code of this task is 1 that fails our CI server. ``` pozharko@pozharko-desktop ~/Code/ergo/ergo $ sbt scalastyle [info] Loading...
Assertion was replaced to logging in https://github.com/ScorexFoundation/Scorex/pull/318, but actually this should never happen. Looks like the easiest way to reproduce is to try to send the same transaction to mempool...
Replace all places that use ++ for serialization for efficient alternatives (see scorex.utils for example)
Some objects, like `src/main/scala/scorex/ObjectGenerators.scala` should be moved to `scorex-testkit` as soon as they are only needed for tests
Ergo node have quite a lot of warnings like: ``` [ergoref-akka.actor.default-dispatcher-17] >> [WARN ] scorex.core.network.SyncTracker >> 20:31:27.260 Trying to clear status for 159.203.94.149/159.203.94.149:9001, but it is not found [ergoref-akka.actor.default-dispatcher-17] >>...
Right now transaction json does not contain any information about tokens in inputs. E.g. transaction https://explorer.ergoplatform.com/en/transactions/b9c543fe275bd97480f9fec17d297c7ec98e4d2c2dec397549b85f5eab709b85 have an output with 13d24a67432d447e53118d920100c747abb52da8da646bc193f03b47b64a8ac5 token, whereas information about this token is missed in...
Add api route that takes array of token ids and returns boxes, where this tokens were issued.
Please provide the same json structure for transactions returned by `/transactions/unconfirmed`, `/transactions/unconfirmed/byAddress/` and `/addresses//transactions`. For lighweight clients it is very useful to have `address` and `value` information in inputs (when...