Jan Malinowski
Jan Malinowski
> how much useful this can be at this moment, considering the low participation rate of tier 1? Is the participation rate of tier 1 network low? I though that...
It appears that this has been implemented in https://github.com/near/nearcore/pull/11021
It looks like the existing version of `Epoch.md` didn't pass the linter checks in the CI, so I fixed it. The `markdown-link-check` fails because some links in unrelated files are...
> @near/wg-protocol Could you, please, review the changes? I'd appreciate a review, the PR is over a month old.
Github says: > Code owner review required. Waiting on code owner review from near/nep-moderators I guess it also needs a review from @near/nep-moderators before merging.
It seems that there are three kinds of objects that contribute to state witness size: 1) Incoming receipts and receipt proofs 2) New transactions 3) `PartialState` produced by executing receipts...
A quick and hacky size limit example, stops applying receipts when the size of `TrieRecorder` goes above 5MB: https://github.com/jancionear/nearcore/commit/6dd9d4fa5bd161558e109d7b6943207e2b057a6c
It looks like this has been implemented in https://github.com/near/nearcore/pull/6490, but I don't get any warnings when I add an invalid option to the config. Opened another issue about it: https://github.com/near/nearcore/issues/10309