post icon indicating copy to clipboard operation
post copied to clipboard

Spacemesh POST protocol implementation

Results 38 post issues
Sort by recently updated
recently updated
newest added

Bumps ubuntu from 22.04 to 24.04. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ubuntu&package-manager=docker&previous-version=22.04&new-version=24.04)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
docker

Hi: To make sure user used the correct version of postcli, I would suggest to have a new parameter/flat/action to show the version of postcli. Currently there is no way...

./postcli -verify -datadir post_data_dir -fraction 0.1 -fromFile 0 -toFile 5 Can we use multiple providers for faster/parallel verification?

How about printing the providers' info in JSON. Current one is dedicated to Go which is hard to parse in other languages.

### Description This introduces versioning to PoST data (closes #210 ). The version is stored inside the `postdata_metadata.json` file. If no version is present Version 0 is assumed which will...

#### Description Proof generation and verification should be able to be cancelled for multiple reasons: - Publication epoch of ATXs for which a PoST proof is currently generating has ended....

#### Description When generating a PoST proof a node can fail to read data from disk, when some or all of the PoST data was deleted, or it could generate...

enhancement
performance
area/post

Closes https://github.com/spacemeshos/post/issues/221

To have a more realistic time and `-genproof` we should add threads and nonces to the CLI. Also that will mean that the `-genproof` will be able to do exactly...