Tomislav Grospić

Results 38 issues of Tomislav Grospić

## Overview This PR adds additional method `split` to string type in Rholang. It accepts string argument by which input string should be separated in List of strings. Related RCHIP:...

rholang

## Overview Based on initial proposal elaborate the whole design and tasks. https://hackmd.io/@tgrospic/H14gSqLIK ## Solution - [ ] Change PoS bonding with methods to update whitelist of keys available to...

enhancement
epic
rholang

## Overview TODO - expose the whole state - expose min/max bonds - handle case when slash/withdraw transfer fail - pick validators for failed withdrawal - https://github.com/rchain/rchain/blob/4956fb49e18/casper/src/main/resources/PoS.rhox#L470 - https://github.com/rchain/rchain/blob/4956fb49e18/casper/src/main/resources/PoS.rhox#L591 -...

rholang

## Overview Currently, the logic for block validation is mixed together with the logging code. This means that validation in most cases needs Log dependency and F context which is...

enhancement
bug-fix

## Overview Tests in [GenesisTest](https://github.com/rchain/rchain/blob/05c2d291b06696aca17407cb5c4d749254afe4a7/casper/src/test/scala/coop/rchain/casper/genesis/GenesisTest.scala#L31) ([also from the first commit](https://github.com/rchain/rchain/blob/bf529450d7a217a5ea6dc0d773ae2609b6c240e6/casper/src/test/scala/coop/rchain/casper/genesis/GenesisTest.scala)) file doesn't really check genesis block overall, but are mainly oriented to checking if bonds file is read with correct...

enhancement
build-tests-ci

### What did you expect to see? Using different private key on existing RNode instance, used with other private key, does not change or track sequence number for that validator...

bug

## Overview It's important to recognize what kind of errors can happen in node execution. Some errors can be result of network problems in which case node should be capable...

epic

## Overview This is operational part of the feature proposed by @dckc. More details can be found in related RCHIP and RNode issues: - https://github.com/rchain/rchip-proposals/issues/32 - #3635. As part of...

enhancement

## Overview When syncing LFS we should detect if DAG storage have already stored blocks in which case we want throw exception and stop the node.

On hold

## Overview Currently, we don't have support for `F[_]` effectful computation in tests so tests are using `_.runSyncUnsafe()` to get the value and assert result. This is not desired, recommended,...

enhancement
build-tests-ci
On hold
epic