Stanislav Bogatyrev
Stanislav Bogatyrev
According to https://restfulapi.net/idempotent-rest-apis/ HTTP Method | Idempotent | Safe (no resource modification) -- | -- | -- OPTIONS | yes | yes GET | yes | yes HEAD | yes...
> > Maybe it will be better to support at least safe and idempotent verbs > > Agree. The main part of the message was to let SC author to...
> If so, one node want to be a Inner Ring node, it has two ways: one is to register by itself, another is to be elected by committee, right?...
> if inner ring candidate can be promoted by other Inner Ring nodes. then the election commitee is insignificant and this can hurt decentralization Committee candidates have the highest priority...
We need this feature to improve the NeoFS deployment in testing/on-prem environment. We want to pre-generate signed transactions to update settings in Sidechain contracts and use them directly, without the...
If block candidates are broadcast in unencrypted form, nothing stops an intermediate node from improving the block. That's the point, at the end CN will get the best candidate. But,...
> dBFT2.0 is the way, right? Not exactly. Current dBFT2.0 doesn't consider the TX execution result, it just takes top N TXs from the list sorted by fee, as I...
NeoFS object doesn't have content-type as a separate header field, but it can be set as an [`Attribute`](https://github.com/nspcc-dev/neofs-api/blob/master/object/types.proto#L137). Attributes are optional, hence we can define `Content-Type` as a well-known attribute...
> Can Content-Type be mandatory? No. Object content is treated as blob, we can't verify if it's correct, hence we can't make this mandatory. Attributes are optional by design and...
The meaning of the watchdog is to prevent any chain halt situation that we couldn't foresee. That's the requirement for on-prem installs and it's not related to #2552 at all....