Skip to content

Releases: dymensionxyz/dymint

v1.2.0-rc05

25 Sep 12:56
Compare
Choose a tag to compare
v1.2.0-rc05 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc04...v1.2.0-rc05

v1.2.0-rc04

28 Aug 13:13
Compare
Choose a tag to compare
v1.2.0-rc04 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc03...1.2.0-rc04

v1.2.0-rc03

15 Aug 13:39
2e4055b
Compare
Choose a tag to compare
v1.2.0-rc03 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc02...v1.2.0-rc03

v1.2.0-rc02

13 Aug 07:25
Compare
Choose a tag to compare
v1.2.0-rc02 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0-rc01...v1.2.0-rc02

v1.2.0-rc01

28 Jul 13:27
d57d5b7
Compare
Choose a tag to compare
v1.2.0-rc01 Pre-release
Pre-release

What's Changed

  • fix(p2p): validate block before applying and not before caching in p2p gossiping by @srene in #723
  • fix(produce loop): handle unauthenticated error in settlement layer by @danwt in #726
  • fix(da): fixed da path seperator and encoding issue. by @omritoptix in #731
  • test(encoding): adds a fuzz test for da path encoding by @danwt in #733
  • fix(DA): use expo backoff in retries by @danwt in #739
  • fix(celestia): impl retry on submit by @danwt in #748
  • fix(celestia test): fix race in test by @danwt in #755
  • fix(rpc): nil panic in rpc/json/handler.go WriteError by @zale144 in #750
  • fix(logs): make logs more readable in a couple places, fix race cond by @danwt in #749
  • fix(logging): added reason for websocket closed debug msg by @omritoptix in #746
  • fix(sync): make sure we use a latest state index as a start point by @danwt in #760
  • fix(celestia): use fixed delay in repeat attempts by @danwt in #753
  • fix(doc): manager cache comment by @danwt in #767
  • fix(bug): sync from da and p2p when starting a node by @srene in #763
  • fix(code standards): renames error -> err in celestia by @danwt in #768
  • fix(settlement): remove state index from proto by @danwt in #777
  • refactor(hub client): improves hub client state query, and fixes tests by @danwt in #775
  • chore: remove skip ci by @hoangdv2429 in #783
  • feat(produce): limiting block size by maxBatchSize by @mtsitrin in #784
  • fix(tests): fix unit tests, mocks, cleanup/dry hub queries by @danwt in #782
  • fix: removing height condition for applying cached blocks from p2p by @srene in #787
  • fix(manager): get fresh height in loop by @danwt in #781
  • chore: fix function names by @robxion in #789
  • fix(p2p): validating gossiped block is created by the proposer by @srene in #737
  • feat!(celestia): update celestia-node api to v0.13.x by @mtsitrin in #779
  • Feat(ci): Auto changelog with PR title instead by @hoangdv2429 in #734
  • feat(p2p): header gossiper removed by @srene in #813
  • feat(DA): expose configuration options for retry loop backoff by @danwt in #757
  • feat(p2p): moving gossiped blocks reception from validator to p2p client by @srene in #811
  • fix(dead code): removes last submission time from manager by @danwt in #825
  • Feat(ci): Auto changelog by @hoangdv2429 in #831
  • feat: set sequencer mode by hub and not by a flag by @mtsitrin in #821
  • feat!: block batch submission determined by max bytes by @mtsitrin in #794
  • feat(p2p): remove availability checks from retriever by @srene in #835
  • fix(config): pass through mempool config by @danwt in #820
  • fix(settlement): filter by pending status in batch event by @srene in #845
  • Automated Changelog Update [skip ci] by @github-actions in #816
  • fix(metrics): pass metrics to mempool init by @artemijspavlovs in #846
  • feat(ci): new changelog workflow by @hoangdv2429 in #858
  • fix(local pub sub): use error for subscription cancelled (instead of info) by @danwt in #853
  • fix(docs): make submit loop comment more accurate re batch size by @danwt in #852
  • fix(da): celestia height not updated when syncing by @srene in #851
  • fix(p2p): avoid receiving duplicated blocks by @srene in #818
  • fix(code standards): use 'sequencer' instead of 'aggregator' by @danwt in #849
  • fix(code standards): remove a few lines in manager start by @danwt in #866
  • fix(code standards): bring over more linters and the github integration from hub repo by @danwt in #865
  • Feat(ci): Add stale bot by @hoangdv2429 in #860
  • feat(blockManager): refactor and use state as single source of truth for height by @mtsitrin in #847
  • feat(p2p): refactor p2p config options by @srene in #861
  • feat(p2p): add p2p advertising option by @srene in #862
  • feat(settlement): expose hub retry params to config by @srene in #863
  • fix(linter): gofumpt and fix golangcilint config by @danwt in #867
  • feat(p2p): improving logs by @srene in #872
  • feat(da): improve logging by @srene in #871
  • fix(code standards): inline NextValSetFromResponses by @danwt in #870
  • chore(config): better naming for settlement config by @mtsitrin in #868
  • fix(settlement): fixed submission bug where multiple events would cancel subscription by @omritoptix in #842
  • fix(manager): removes outdated syncTarget field by @danwt in #854
  • fix: remove unnecessary : in the json response by @artemijspavlovs in #876
  • fix(da): full-nodes can sync from p2p while DA light client is down or out of sync by @srene in #857
  • Feat: Add setup script and git push hooks by @hoangdv2429 in #874
  • fix(code standards): renames sync target file to sync file by @danwt in #877
  • fix(code standards): use kv naming in store where appropriate by @danwt in #879
  • fix(code standards): use gerr err not found by @danwt in #878
  • refactor(settlement): settlement layer redundent abstraction layer by @mtsitrin in #873
  • Chore: Init changelog by @hoangdv2429 in #881
  • chore: fix some function names by @linchizhen in #890
  • fix(block manage): reducing batch overhead size when reaping Txs from mempool by @mtsitrin in #886
  • fix(rpc): Websocket memory leak by @zale144 in #893
  • fix(settlement): hub disconnect and reconnect causes sequencer to send wrong batch by @mtsitrin in #889
  • feat(block manager): allows loading blocks from db when syncing by @mtsitrin in #898
  • fix(rpc): fix build with version baked in by @zale144 in #909
  • fix(da): grpc da type fix by @srene in #911
  • feat(block): adding info log for block applied height in full-node by @srene in #921
  • feat (p2p): add support for persistent peers  by @srene in #922
  • fix(code standards): use dymensionxyz/gerrc instead of gerr by @danwt in #925
  • fix(da): submission retry function removed by @srene in #920
  • fix(doc): app hash corresponds to h-1 by @danwt in #926
  • fix(code standards): remove misleading part of log message upon app hash mismatch by @zale144 in #928
  • fix: update buf.gen.yaml by @eltociear in #931
  • feat(db): enables SyncWrites in badgerdb options by @mtsitrin in #927
  • feat(da): added interchain-da proto contracts by @keruch in #932
  • fix(rpc): panic and publish health event only on create batch error by @zale144 in #907
  • feat(blockmanager): removed namespace from blockmanager by @mtsitrin in #943
  • fix(blockManager): multiple accumulateddata trigger by @mtsitrin in https://github.com/dymensionxyz/dymint/pul...
Read more

v1.1.3

17 Jun 17:33
Compare
Choose a tag to compare

v1.1.3-rc04

03 Jun 15:01
Compare
Choose a tag to compare
v1.1.3-rc04 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.3-rc03...v1.1.3-rc04

v1.1.3-rc03

18 May 09:14
Compare
Choose a tag to compare
v1.1.3-rc03 Pre-release
Pre-release

Full Changelog: v1.1.3-rc02...v1.1.3-rc03

Upgrade instructions can be found here

v1.1.3-rc02

03 May 17:08
Compare
Choose a tag to compare
v1.1.3-rc02 Pre-release
Pre-release

v1.1.3-rc01

02 May 15:59
Compare
Choose a tag to compare
v1.1.3-rc01 Pre-release
Pre-release

Full Changelog: v1.1.2...v1.1.3-rc01