Konstantin Pandl

Results 11 issues of Konstantin Pandl

## 🐛 Bug Report When a malicious node withholds certificates in the round they are the leader, they cause a large share of nodes that bond&unbond to halt. ## Explanation...

bug

As per the [RTD documentation](https://docs.readthedocs.io/en/stable/config-file/v2.html), the .readthedocs.yam file should be placed at the top level of the repo, which this PR does

This pull request introduces three minor updates: * Updates the README file for the Aleo SDK * Adjusts storage locations for neural network projects in the Jupyter notebook Leo project...

The goal is to further improve MNIST performance (classification accuracy and constraint usage). For this, the following milestones need to be completed: **Milestone 1, feature pre-processing techniques** - Task: Research...

This PR changes the `README.md` file and the validator/client/prover shell scripts. [Rendered Version](https://github.com/AleoNet/snarkOS/blob/b183b268b6fb2c0c033ac0bb57af2e9b60880aa1/README.md) For the `README.md`, the PR specifically: * provides updated HW requirements for validators/clients * removes official HW...

## Motivation The `prepare_advance_to_next_quorum_block` function incurs significant processing time, which contributes to increased block times. Based on a flamegraph analysis, time-consuming operations are the deserialization of objects, or more general,...

## Motivation As issue #3404 described, validators send out duplicate block requests when syncing. This PR updates the syncing logic to make sure we only remove a block response after...

## Motivation The `check_next_block` function incurs significant processing time, which contributes to increased block times. For validators participating in consensus, the checks performed by this function are redundant, as they...

## 🐛 Bug Report When a validator syncs, it sends out a duplicate block request for a certain height, despite already having received a response for that height from the...

bug

Discussion: https://github.com/ProvableHQ/ARCs/discussions/92