From 9fd55c903245e4ea2d84263fe9e1217a258d494b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Sep 2024 18:47:03 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml index 52208b952..7873cb0a9 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.1.0" +version = "0.2.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..9290fe1a8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,110 @@ +## v0.2.0 (2024-09-29) + +### Feat + +- disable goreleaser workflow +- update workflows to include master branch +- remove global style declaration +- **oracle**: add oracle module +- optimize IPFS configuration for better performance +- add local IPFS bootstrap script and refactor devbox config +- add AllocateVault HTTP endpoint +- add WebAuthn credential management functionality +- remove unused coins interface +- remove global integrity proof from genesis state +- add vault module +- enable buf.build publishing on master and develop branches +- add Gitflow workflow for syncing branches +- add automated production release workflow +- **ui**: implement profile page +- add automated production release workflow +- **did**: remove unused proto files +- add enums.pulsar.go file for PermissionScope enum (#4) +- add initial DID implementation +- remove builder interface +- add basic UI for block explorer +- add Usage: pkl [OPTIONS] COMMAND [ARGS]... +- use SQLite embedded driver +- add DID method for each coin +- Expand KeyType enum and update KeyInfo message in genesis.proto +- Add whitelisted key types to genesis params +- Add DID grants protobuf definition +- Add fields to KeyInfo struct to distinguish CBOR and standard blockchain key types +- Add new message types for AssetInfo, ChainInfo, Endpoint, ExplorerInfo, FeeInfo, and KeyInfo +- run sonr-node container in testnet network and make network external +- Add docker-compose.yaml file to start a Sonr testnet node +- configure Sonr testnet environment +- Update Dockerfile to start and run a testnet +- add Equal methods for AssetInfo and ChainInfo types +- Add ProveWitness and SyncVault RPCs +- Add MsgRegisterService to handle service registration +- Add MsgRegisterService to handle service registration +- add enums.pulsar.go file for PermissionScope enum + +### Fix + +- ensure go version is up-to-date +- use GITHUB_TOKEN for version bump workflow +- update account table interface to use address, chain and network +- **ci**: update docker vm release workflow with new token +- use mnemonic phrases for test account keys +- reduce motr proxy shutdown timeout +- **nebula**: use bunx for tailwindcss build +- **proto**: update protobuf message index numbers +- **ante**: reduce POA rate floor and ceiling +- Update proc_list_width in mprocs.yaml +- Add service to database when registering +- pin added did documents to local ipfs node +- remove extra spaces in typeUrl +- **release**: remove unnecessary quotes in tag pattern +- remove unused imports and simplify KeyInfo message +- bind node ports to localhost +- Update docker-compose network name to dokploy-network +- Update network name to dokploy +- remove unused port mapping +- Update docker-compose.yaml to use correct volume path +- update docker-compose volume name +- Update docker-compose.yaml to use shell directly for sonrd command +- replace "sh" with "/bin/sh" in docker-compose.yaml command +- Update runner image dependencies for debian-11 +- **deps**: update golang image to 1.21 +- **chains**: update nomic chain build target +- Remove unused `Meta` message from `genesis.proto` +- Add ProveWitness and SyncVault RPCs + +### Refactor + +- adjust source directory for config files (#1102) +- Use actions/checkout@v4 +- remove unused master branch from CI workflow +- rename github token secret +- remove unnecessary x-cloak styles +- optimize oracle genesis proto +- remove unused code related to whitelisted assets +- update buf publish source directory +- adjust devbox configuration to reflect nebula changes +- rename msg_server.go to rpc.go +- remove devbox integration +- move dwn package to app/config +- move configuration files to app directory +- extract root command creation to separate file +- move ipfs setup to function +- remove unnecessary proxy config +- rename script to +- move DWN proxy server logic to separate file +- use htmx instead of dwn for vault client +- remove unused environment variables +- simplify verification method structure +- use staking keeper in DID keeper +- remove unused dependencies +- remove unused image building workflow +- add field to +- Update KeyKind Enum to have proper naming conventions +- Update `DIDNamespace` to have proper naming convention +- expose ports directly in docker-compose +- remove unused port mappings +- streamline script execution +- use CMD instead of ENTRYPOINT in Dockerfile +- **deps**: Upgrade Debian base image to 11 +- Simplify the types and properties to keep a consistent structure for the blockchain +- remove PERMISSION_SCOPE_IDENTIFIERS_ENS enum value