Skip to content

v0.3.5

Choose a tag to compare

@Rexagon Rexagon released this 30 Dec 19:41
· 253 commits to master since this release
bb2d3cc

New Features

  • feat(consensus): add rate limits by @Mododo in #986
  • feat(consensus): add consensus stats by @Mododo in #988
  • feat(consensus): reduce number of queries by @Mododo in #978
  • feat(collator): unsplittable collator states by @drmick in #955
  • feat(collator): add prev block id and signature domain support by @Rexagon in #969
  • feat(core): start from the specified persistent state by @pashinov in #963
  • feat(core): move masterchain metrics into strider by @Rexagon in #970
  • feat(core): minor fix/improvements for S3 by @pashinov in #971
  • feat(core): add cli arg groups for light nodes by @Rexagon in #974
  • feat(cli): add check cells db tool by @serejkaaa512 in #931
  • feat(util): add fs usage utills by @0xdeafbeef in #976
  • feat(network): add optional bootstrap peers refill task by @pashinov in #980

Fixes

  • fix(collator): fix min log number keeping by @drmick in #968
  • fix(ci): check built metrics chart by @Mododo in #947
  • fix(consensus): download task limiter wait cancel by @Mododo in #977

Internal Improvements