Matthias Fasching

Results 151 comments of Matthias Fasching

We should probably also rethink the API between the node and Smapp. `StartSmeshing` does multiple things at the moment: - Initialize post - Update post settings - Start/Stop smeshing, i.e....

The changes only take effect after 1 or 2 epochs if a user changes their post size, i.e. increases or decreases their `NumUnits` value or changes `Coinbase`, which will also...

"Regenerating" is tricky. A user has to keep at least their identity and the `post_metadata.json` file to be able to re-create their post, otherwise they might create an invalid proof...

The node was started with `C:\Users\pino\post\7c8cef2b` as post directory. Since this PoST directory did not contain any `key.bin` file a new identity was initialized for your node in `C:\Users\pino\AppData\Roaming\Spacemesh\node-data\7c8cef2b\identities\local.key`. You...

PR seems to be stuck and not being picked up by bors, superceeded by https://github.com/spacemeshos/go-spacemesh/pull/6302

@ConvallariaMaj could you execute ``` go get github.com/spacemeshos/api/release/go@499d12efc go mod tidy ``` and commit the result? This will allow the PR to be built and doesn't pollute the PR view...