Alessandro De Blasis
Alessandro De Blasis
### Description To provide windows service health check functionality addressing the issue #10637 ### Testing & Reproduction steps The PR is Draft because I would like you guys to point...
Hi, I am getting this on Windows + Android  Reproducible by doing the following: 1. `react-native init randombytestest` 2. `npm install -g rn-nodeify` 3. `npm install react-native-randombytes --save` 4....
## Objective Identify the root cause and fix the misbehaviour ## Origin Document While running `LocalNet` from the genesis state, the first `TriggerNextView` advances consensus to height 2 and not...
## Objective Understand if we should have entropy at Raintree level, update the below and act accordingly ## Origin Document Linked discussion #278 ## Goals - _\_*REPLACE_ME*: List of things...
## Objective Replace the no-op / faked code in `handlers.go` with the real functionality that has been developed in "Work stream A" as defined in #562 ## Origin Document #493...
## Objective Implement the commands that will target the RPC endpoints defined in #565 ## Origin Document #493 and #562 ## Goals ### Listing Available Savepoints ```bash p1 persistence savepoints...
## Objective The RPC layer should allow the triggering of snapshot creation, rollbacks and also basic queries about the available snapshots (this can become useful later as we develop alternative...
## Objective The two JSON below are two different `[]byte` but they represent the same thing. For DDD fans, they represent the same [ValueObject](https://martinfowler.com/bliki/ValueObject.html) ```json { "name": "Satoshi", "surname": "Buterin"...
Hi there, I found myself needing this so I thought it was a good opportunity to contribute a little. Happy to make the necessary changes, I tried to comply with...
Hi there, first of all thank you for this! I found this issue. Happy to help unless you guys can find the root-cause in 15 seconds of if there's a...