neo-go/docs
Anna Shaleva 7e277fa948 docs: adjust DB compatibility notes
It's dangerous to change `Max*` ProtocolConfiguration settings:

* Changes in MaxBlockSize, MaxBlockSystemFee and MaxTransactionsPerBlock
  may lead to the fact that accepted block or transaction becomes invalid.
  I agree that these settings are not written in the DB, but at the same
  time it's not correct to compare databases that have these settings
  mismatched.
* Changes in MaxTraceableBlocks may lead to the fact that some
  transaction will be processed differently, it's a possible contract
  state mismatch.
* Changes in MaxValidUntilBlockIncrement may lead to the fact that
  `setMaxNotValidBeforeDelta` method of native Notary contract may be
  processed in a different way which is also a possible contract state
  mismatch.

Ref. 5d29a3fdab.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2024-08-05 12:33:11 +03:00
..
cli.md docs: fix typos 2023-08-31 14:13:51 +02:00
compiler.md docs: add more on compiler limitations, fix #3023 2024-07-26 16:03:05 +03:00
consensus.md docs: fix the MinPeers consensus requirements 2023-01-13 11:33:19 +03:00
conventions.md [#2442] English Check 2022-05-04 19:48:27 +03:00
labels.md docs: minimally outline local labels 2023-12-21 13:25:34 +03:00
node-configuration.md docs: adjust DB compatibility notes 2024-08-05 12:33:11 +03:00
notary.md chore: fix typos 2024-04-01 09:43:20 +08:00
notifications.md neorpc: add WS notification filter IsValid functionality 2023-12-28 11:08:46 +03:00
oracle.md [#2442] English Check 2022-05-04 19:48:27 +03:00
release-instruction.md docs: adjust release instructions 2024-05-21 14:26:05 +03:00
rpc.md neorpc: extend getpeers method 2024-06-27 10:41:59 +01:00
stateroots.md [#2442] English Check 2022-05-04 19:48:27 +03:00
vm.md [#2442] English Check 2022-05-04 19:48:27 +03:00