Skip to content

Latest commit

 

History

History
263 lines (156 loc) · 22.4 KB

CHANGELOG.md

File metadata and controls

263 lines (156 loc) · 22.4 KB

Changelog

1.6.4-alpha-rc02 (2024-09-20)

Features

  • block-explorer: add a command to tear down the block explorer setup (#979) (4890bc7)
  • run block explorer against any endpoint (#1014) (7c7ae38)

Bug Fixes

  • block-explorer: make the block-explorer creation more reliable (#977) (fb69d9d)
  • mock: install only rollapp binary for mock (#1012) (7f736a4)
  • retrieve da backend from genesis rollappparams (#1002) (966f3ae)
  • retrieve rollapp binary commit from genesis (#1008) (8d812b9)

Miscellaneous Chores

  • release v1.6.4-alpha-rc02 (608f78a)
  • release v1.7.0-alpha-rc01 (a2397a5)

1.6.4-alpha-rc01 (2024-09-18)

Bug Fixes

  • eibc: improve error handling (94f27a7)
  • keys: remove home from key directory where it's unnecessary (168c871)

1.6.3-alpha-rc01 (2024-09-18)

Bug Fixes

  • keys: align key retrieval function with key creation (#974) (d6ceb6c)

1.6.2-alpha-rc01 (2024-09-18)

Bug Fixes

1.6.1-alpha-rc01 (2024-09-17)

Bug Fixes

  • deps: update eibc version (48338c3)

1.6.0-alpha-rc01 (2024-09-17)

Features

Bug Fixes

1.5.0-alpha-rc01 (2024-09-17)

Features

Bug Fixes

1.4.5-alpha-rc01 (2024-09-17)

Bug Fixes

  • deps: update rollapp commit and prebuilt version (ca329c6)

1.4.4-alpha-rc01 (2024-09-17)

Bug Fixes

1.4.3-alpha-rc01 (2024-09-17)

Bug Fixes

  • deps: update dymd version to hub (dd2dffd)
  • ux: update prompts and rollapp status command (#960) (c193839)

1.4.2-alpha-rc01 (2024-09-16)

Bug Fixes

  • deps: bump rollapp commit (deb914b)

1.4.1-alpha-rc01 (2024-09-16)

Bug Fixes

  • deps: update rollapp version (639522c)
  • deps: update rollapp version (79c72db)

1.4.0-alpha-rc01 (2024-09-16)

Features

Bug Fixes

1.3.0-alpha-rc01 (2024-09-16)

Features

  • add launchctl service support for macos (#951) (f518849)
  • add logs command for services (#943) (360644f)
  • add sequencer address and balance to rollapp output commands (#948) (7668320)

Bug Fixes

  • relayer setup output should show the channels (#944) (e5e4ac6)
  • ux: remove irrelevant prompts (#940) (74323ef)

1.2.4-alpha-rc01 (2024-09-13)

Bug Fixes

1.2.3-alpha-rc01 (2024-09-13)

Bug Fixes

1.2.2-alpha-rc01 (2024-09-13)

Bug Fixes

1.2.1-alpha-rc01 (2024-09-13)

Bug Fixes

  • handle raw_log error during transaction execution (#922) (0280065)

1.2.0-alpha-rc01 (2024-09-12)

Features

  • make it possible to fill out the moniker and social media links for sequencer (#923) (a8cf922)
  • validate rollapp ID before dependency installation (#919) (bcf59eb)

Bug Fixes

  • change default confirm value to false for all interactions (#921) (c5d3912)

1.1.0-alpha-rc01 (2024-09-11)

Features

Bug Fixes

  • add genesis account to genesis file (#815) (2eb6a09)
  • add sequencer addresses to the generated genesis file (#808) (01827f4)
  • celestia namespace retrieval (a0dd6f6)
  • change temp struct field type (39d8620)
  • check whether rollapp exists during initialization (#829) (ded5e48)
  • cleanup unnecessary wallets, improve command output (#854) (e9852f2)
  • config files (#809) (aa7ff82)
  • eibc client command error handling (#837) (ed75b43)
  • fail if the downloaded hash does not match the one registered with the rollapp (286177d)
  • fail when snapshot checksum comparison doesn't pass (bf45bd2)
  • Fixed go version in build workflow (#672) (fcef347)
  • handle >1 sequencer when there are no state updates (#839) (abc90b4)
  • handle empty genesis token supply (#851) (ecb9135)
  • handle existing rollapp state for da sync (c5f5189)
  • handle mock da in configuration update (94c93d8)
  • ibc clients creation stuck (#639) (ff3983a)
  • improve mock settlement handling (d040895)
  • improve relayer flow and address handling (#869) (dcbe2d1)
  • install roller as part of binary installation (#886) (32434d8)
  • lint (6a43e45)
  • linux binary installation for mock (#917) (70e9d46)
  • Make register return an error on insufficient funds (#649) (d8537d4)
  • pull docker image before running the container (816d122)
  • query against a node when fetching bond params (#857) (f562a6b)
  • relayer client creation flow (#876) (2dddc4a)
  • relayer run: wait for rollapp to be healthy after block time change (#861) (207b17a)
  • remove systemd services on reset (#899) (d00987b)
  • roller initialization (#791) (7119edb)
  • run da client on non-linux boxes with rollapp start (#868) (79df251)
  • set dymint settlement node using the correct key (f121df4)
  • show relayer log location (#890) (eb99101)
  • update create-sequencer command with a new arg sequence (#859) (e8e0f2e)
  • update relayer start cmd (#883) (1d3cf4b)
  • use celestia-app binary for balance q (#860) (02d52fb)
  • use a chain ID from the available metadata (#858) (f21a823)
  • use adym as denom (#740) (b4977ec)
  • verify rollapp bech prefix against the build flag (#877) (e036cc6)

Miscellaneous

  • release 1.1.0-alpha-rc01 (cb125c1)
  • release 1.1.0-beta-rc01 (0b956ac)