Skip to content

Releases: HugoByte/DIVE

v0.1.2

27 Mar 06:14
Compare
Choose a tag to compare

Changelog

v0.1.1

06 Mar 07:08
Compare
Choose a tag to compare

Changelog

  • b147810 chore: update cli version and bump kurtosis version
  • 43c8c25 feat: implement starting collator local node with custom keys (#363)
  • 06d1540 fix: fix issue invalid explorer url open when run dive on kurtosis cloud (#353)
  • 40fba24 fix: module name dive (#365)

v0.1.0

25 Jan 06:34
Compare
Choose a tag to compare

Release Notes

Added

  • Substrate Ecosystem: Implementation of Polkadot and Kusama relaychain and some of their parachains for localnet environment.

    For Polkadot: acala, ajuna, bifrost, centrifuge, clover, frequency, kilt, kylin, litentry, manta, moonbeam, moonsama, nodle, parallel, pendulum, phala, polkadex, subsocial, zeitgeist
    
    For Kusama: altair, bajun, bifrost, calamari, encointer, karura, khala, litmus, mangata, moonriver, robonomics, subzero, turing
    
  • Multi Enclave Support: Implementation of multi-enclave Support for DIVE CLI.

  • Clean up Services: Cleaning up of service related artifacts if a service fails to run.

  • Partial Clean: Allow user to clean a particular enclave instead of cleaning all enclaves.

Changed

  • Logging: Implementation of logging by enclave and timestamp for ease of understanding.
  • Versioning: Check for latest version whenever user uses DIVE.

Beta Featues

  • Substrate Ecosystem: Implementation of Polkadot and Kusama relaychain and some of their parachains for testnet and mainnet environments.

  • Testnet:

      For Polkadot: frequency, kilt, moonbeam, nodle, pendulum, zeitgeist
    
      For Kusama:  encointer, moonriver, turing
    
  • Mainnet:

      For Polkadot: acala, bifrost, frequency, kilt, litentry, manta, moonbeam, nodle, parallel, pendulum, phala, subsocial, zeitgeist
    
      For Kusama: altair, bajun, bifrost, calamari, encointer, karura, khala, litmus, mangata, moonriver, subzero, turing
    

Changelog

  • 7da825d feat: CKIP-92 implement goreleaser for dive cli (#47)
  • d9465bb feat: add archive node for relay chain
  • 4b0a2b6 feat: add archway command to dive cli (#119)
  • 3b2e8c0 feat: add cosmos starlark package (#104)
  • da59c85 feat: add enclaves command to list enclaves started by dive cli
  • 9691061 feat: add error codes
  • 038a934 feat: add interfaces for context , logger and spinner
  • 955dedd feat: add parachains to ws port list
  • 4dd31b5 feat: add ws port for parachains
  • 66eed34 feat: added feature to pass public ports from cli to package
  • a633da6 feat: added support for passing multiple parachains in -p flag
  • 05231b1 feat: bump cli and kurtosis version (#185)
  • 1049ca1 feat: bump cli version (#143)
  • 9d01cbb feat: ckip-readme-changes (#43)
  • 6ef793f feat: error handling for kusama
  • 54e8d23 feat: icon cosmos integration (#146)
  • ce90d71 feat: icon to archway/neutron start relay implementation (#187)
  • edbe678 feat: implement context interface for dive context
  • 4d4185c feat: implement allocation of ports inside dive cli instead of passing in config
  • 9ae230f feat: implement automate opening of polkadot explorer UI when explorer flag is given
  • 768bbbb feat: implement bridge logic to handle sequential node run and setup btp (#85)
  • 152f5e0 feat: implement cli command for icon to cosmos relay setup (#165)
  • 9650125 feat: implement cli to start neutron node (#158)
  • cd7b56c feat: implement command builder interface
  • ad78131 feat: implement dive cli (#41)
  • 8e88421 feat: implement dive context manager
  • 94aa54b feat: implement error handling , Service stopper on Error and Improve Logging (#57)
  • 55a0d18 feat: implement file handler for dive cli
  • cb392e2 feat: implement global flag for enclave name
  • 687b529 feat: implement hardhat command with cli context manager
  • 17a3905 feat: implement icon to neutron ibc relay setup (#183)
  • 597c2ed feat: implement logger and spinner interface
  • 7357580 feat: implement neutron-archway ibc realy using dive cli (#174)
  • 79a0eff feat: implement utility and social commands using builder pattern
  • 1a14fc9 feat: integarate polkadot kurtosis package in DIVE-CLI to run polkadot testnet-mainnet setup
  • 9f77046 feat: integrate polkadot package in dive-cli for local network setup
  • 0ba7026 feat: kusama integration for local, test and mainnet
  • ed93085 feat: logging by enclave name
  • 4d25a19 feat: logging by timestamp and bug fixes
  • 1f9da5a feat: multiple kusama parachain for local with same relay
  • 17f7730 feat: update archway command
  • be65fea feat: update bridge and chain command to use builder pattern
  • 72067d6 feat: update bridge command
  • 1edc95b feat: update clean command
  • cb62315 feat: update command builder and add unit test
  • eac1065 feat: update command implementation with dive context manager
  • be06c12 feat: update dive package path and add comments
  • 09afc3b feat: update error codes
  • 6ddc583 feat: update file handler interface
  • 0f7e505 feat: update goreleaser.yaml (#125)
  • 31290e0 feat: update ibc command for starting ibc bridge
  • d79328e feat: update interfaces and command builder
  • db1b570 feat: update neutron command
  • 44ee238 feat: update social discord and twitter commands
  • 4ca2a7f feat: update tutorial command
  • a1d98ef feat: update unit tests
  • 5c35149 feat: update version check
  • ffd1e02 feat: update version command with caching
  • a64a1fb fix: Ckip 85, 86 & 88 dive discord and help issues (#44)
  • 36e8480 fix: add integritee to kusama
  • 04c4423 fix: added correct relay chain name in kusama
  • 650178c fix: added corrections in reading config file for polkadot
  • ab65ede fix: breaking change kurtosis update (#189)
  • 444cab4 fix: bridge command service error (#115)
  • 4fc8191 fix: bridge service response
  • 9d8a398 fix: bug fix for nil pointer error and fix bridge (#105)
  • 4a4035b fix: bug fixes and validation check for polkadot and kusama
  • 9212be0 fix: bug fixes for dive cli (#45)
  • 276d244 fix: corrections in reading config from file
  • a97a4ff fix: cosmos relay function in bridge (#175)
  • b85b5dd fix: cosmos to cosmos e2e message sending script
  • 9fc9cf5 fix: dive icon decentralisation error, remove unused flags (#72)
  • 8daeaf5 fix: error handling for icon genesis flag
  • c68b768 fix: error handling in start relay command (#188)
  • 1898a40 fix: error handling on invalid chain for ibc (#145)
  • 0143f15 fix: error in neutron package
  • a445d28 fix: eth hardhat btp setup by fixing runBtpSetupForAlreadyRunningNodes function
  • 5d4e3f1 fix: file writes (#49)
  • 39e67cc fix: fix bridge issue between same chains
  • cbf36ad fix: fix bridges not running for multiple enclaves
  • 9722947 fix: fix hardhat node and services_enclaveName.json output for all nodes
  • ca09b36 fix: fix icon-archway e2e demo script
  • 2d01fa9 fix: fix issue of chain-key not found in dict
  • 883d789 fix: fix issue of polkadot explorer not connecting to websocket endpoint automatically
  • ca97893 fix: fix issue where icon to icon bridge does not start if one icon node is already running
  • 7c47705 fix: fix script to read services json from output folder
  • 4fb0124 fix: fix test script to handle new changes implemented
  • d0a19da fix: fix upload files to take remote path
  • e2c7c69 fix: fixed output file names to include uuid
  • 027ce79 fix: icon port issue fixed
  • 2a89023 fix: remove dive.json on clean command (#52)
  • 0194901 fix: remove ports for relay chains
  • 2f9d43b fix: remove services json file after dive clean and update verbose flag (#89)
  • f1c316c fix: service public port allocation error
  • 8e156db fix: services json file formatting and fix typos in logs (#92)
  • 9229cd6 fix: update discord url (#48)
  • c047f0b fix: update eth starlark package (#46)
  • b442ab8 fix: update goreleaser yaml and README (#50)
  • 247d5c2 fix: validate command args and set log formatter on fatal error (#122)
  • 309f778 fix: verbose for all commads