poet icon indicating copy to clipboard operation
poet copied to clipboard

Spacemesh PoET service reference implementation

Results 25 poet issues
Sort by recently updated
recently updated
newest added

Fix syntax error in documentation: replace comma with decimal point in numerical value

TODO: - [ ] write description - [ ] tests

Closes #430 Removed support for registering with proof of work. The operator can either set up a certifier service, point the poet to use a service hosted by SM, or...

Reasoning: it's not used

area/poet
cleanup

The round state file contains many fields that are not required anymore: ``` type persistedRoundState struct { SecurityParam uint8 Members [][]byte // Deprecated Statement []byte ParkedNodes [][]byte // Deprecated NumLeaves...

good first issue
refactor
area/poet

Remove support for registering with proof of work once registering with certificates is stabilized.

area/poet
feat/poet-register-with-certs

To improve Poet resiliency even further and be able to scale better we need to do arch changes in Poet. Currently proposed idea by @noamnelke looks as follows: ![PoET Architecture](https://user-images.githubusercontent.com/496754/204245146-0167d7ac-2679-484f-947f-9bf881856ce9.png)...

area/poet

To be able to quickly identify poet versions running on a given network. Something like: ``` poet_build_info{version="0.9.4", goversion="go1.6.2"...} 1 ```

good first issue
metrics
help needed
area/poet

The github.com/nullstyle/go-xdr/xdr is used for: - serializing state (server and rounds in-progress) - serializing values to store in leveldb XDR usefulness is questionable. We could migrate the state files to...

good first issue
optimization
refactor
area/poet

I.e `GET /v1/pow_params/3` Reasoning: to enable safe caching of PoW params on CF side.