pragmaxim
pragmaxim
`stream-gateio` is for some reason without `info.bitrich.xchangestream` package as the others. The reason for fixing this is because in Scala/SBT, root namespace classes from an imported library are missing in...
Please publish at least `api` and `core` artifacts to sonatype repo. Perhaps using the same credentials as https://github.com/ScorexFoundation/sigmastate-interpreter ?
Closes https://github.com/ergoplatform/ergo/issues/1909 ... Just note that there is a regression related to DEBUG logging https://github.com/ergoplatform/ergo/pull/1676#issuecomment-1176051427 @kushti Is this OK ? Posting Bodies could just needlessly eat up disk space ```...
Closes https://github.com/ergoplatform/ergo/issues/1722 Introduction of `WalletPhase` into state is necessary, I reverted a few alternative approaches but in the end I think that it must be decided in `case ScanOnChain(newBlock) `...
See https://github.com/ergoplatform/ergo/issues/1668 I tested it and all works fine : - creating some scans with 4.0.35 - starting 4.0.36 that migrates these scans from Short to Int - testing API...
When wallet is newly created then we call automatically `Unlock` with given wallet password https://github.com/ergoplatform/ergo/blob/978a170d45c08f8e0aaf051b93c965c40f47259d/src/main/scala/org/ergoplatform/nodeView/wallet/ErgoWalletActor.scala#L101 But now it throws : ``` 10:40:53.351 INFO [ergoref-api-dispatcher-10] o.e.n.w.ErgoWalletActor - Wallet is initialized 10:40:53.352...
`ErgoTree/Address` can be quite huge and violate HTTP limit for 2000 characters long URI ... They should be part of `POST` body.
Closes https://github.com/ergoplatform/ergo/issues/1784
We should take care about this inconsistency https://github.com/ergoplatform/ergo/issues/1824 in https://github.com/ergoplatform/ergo/blob/66ae8ad214e0f56bd8ad39bda0c752fe5a3354a4/src/main/scala/org/ergoplatform/nodeView/history/ErgoHistory.scala#L261 as the node gets stuck and could be unstuck this way.
Deriving Fee Contract Address from epoch-index and some basis would allow for better blockchain persistence to databases. eg. index for `address` would cause memory allocation problems as `fee-contract-address` row would...