Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): [email protected] [skip ci]
# wardend 1.0.0 (2024-02-13) ### Bug Fixes * **blockchain/policy:** cannot create a Policy with custom Participants ([#60](https://github.com/eq-lab/wardenprotocol/issues/60)) ([df25c41](df25c41)) * **blockchain/treasury:** typo in policy generator name ([#84](https://github.com/eq-lab/wardenprotocol/issues/84)) ([1d961b0](1d961b0)) * **blockchain:** fix cosmos-sdk version in go.mod ([#59](https://github.com/eq-lab/wardenprotocol/issues/59)) ([d3f2968](d3f2968)) * **blockchain:** fusiond info cmd ([#222](https://github.com/eq-lab/wardenprotocol/issues/222)) ([9278185](9278185)) * **blockchain:** genesis keyring issue ([#121](https://github.com/eq-lab/wardenprotocol/issues/121)) ([39a9bcb](39a9bcb)) * **blockchain:** key/keyrequest CRUD issues (fixes LABS-319) ([#102](https://github.com/eq-lab/wardenprotocol/issues/102)) ([313d360](313d360)) * **blockchain:** keyring.Fees can be nil ([#176](https://github.com/eq-lab/wardenprotocol/issues/176)) ([2cbc75d](2cbc75d)) * **blockchain:** move Action from identity to blackbird module ([#28](https://github.com/eq-lab/wardenprotocol/issues/28)) ([71a19f0](71a19f0)) * **blockchain:** qasset methods (mint, burn, send) ([#31](https://github.com/eq-lab/wardenprotocol/issues/31)) ([4368157](4368157)) * **blockchain:** use test keyring backend in bootstrap script ([#220](https://github.com/eq-lab/wardenprotocol/issues/220)) ([32381d6](32381d6)) * broadcast tx mode "block" has been removed, use "sync" instead ([c4bd573](c4bd573)) * **ci:** Use Makefile for fusiond instead of go build ([#224](https://github.com/eq-lab/wardenprotocol/issues/224)) ([e885ec0](e885ec0)) * enforce 32bytes for sig request ([#183](https://github.com/eq-lab/wardenprotocol/issues/183)) ([a192e0b](a192e0b)) * errcheck linter errors ([2bbf57b](2bbf57b)) * **faucet:** allow CORS requests ([7875159](7875159)) * frontend ([#132](https://github.com/eq-lab/wardenprotocol/issues/132)) ([fd24215](fd24215)) * gosec linter errors ([62afda0](62afda0)) * **identity:** refactors how owner duplications is checked ([#91](https://github.com/eq-lab/wardenprotocol/issues/91)) ([b449687](b449687)) * keys query ([#202](https://github.com/eq-lab/wardenprotocol/issues/202)) ([2091cde](2091cde)) * proto generation missing files ([#133](https://github.com/eq-lab/wardenprotocol/issues/133)) ([5de3f3d](5de3f3d)) * semantic-release github plugin disable comments on PRs and issues ([#161](https://github.com/eq-lab/wardenprotocol/issues/161)) ([9dd5a90](9dd5a90)) * update all ports ([#99](https://github.com/eq-lab/wardenprotocol/issues/99)) ([ac65c0d](ac65c0d)) ### Features * add blockchain bootstrap script ([#219](https://github.com/eq-lab/wardenprotocol/issues/219)) ([6a9dd45](6a9dd45)) * add WalletConnect methods for Uniswap ([#205](https://github.com/eq-lab/wardenprotocol/issues/205)) ([b43a307](b43a307)) * added sui address support ([#193](https://github.com/eq-lab/wardenprotocol/issues/193)) ([0c35a1d](0c35a1d)) * **blackbird:** use latest version ([#105](https://github.com/eq-lab/wardenprotocol/issues/105)) ([caf6740](caf6740)) * **blockchain/blackbird:** add NewPolicy transaction ([#38](https://github.com/eq-lab/wardenprotocol/issues/38)) ([c2af2cc](c2af2cc)) * **blockchain/blackbird:** add Participants to Policies ([#56](https://github.com/eq-lab/wardenprotocol/issues/56)) ([74ae686](74ae686)) * **blockchain/blackbird:** add Policies query ([#40](https://github.com/eq-lab/wardenprotocol/issues/40)) ([c90970d](c90970d)) * **blockchain/blackbird:** add PolicyById query ([#44](https://github.com/eq-lab/wardenprotocol/issues/44)) ([c13bef8](c13bef8)) * **blockchain/blackbird:** add Witness field to ApproveAction message ([#51](https://github.com/eq-lab/wardenprotocol/issues/51)) ([4a225b4](4a225b4)) * **blockchain/identity:** add AdminPolicyId and SignPolicyId to workspaces ([#41](https://github.com/eq-lab/wardenprotocol/issues/41)) ([22b9145](22b9145)) * **blockchain/identity:** implement MsgUpdateWorkspace transaction ([#74](https://github.com/eq-lab/wardenprotocol/issues/74)) ([0dc01ae](0dc01ae)) * **blockchain/policy:** add ActionsByAddress query ([#71](https://github.com/eq-lab/wardenprotocol/issues/71)) ([0e7bd85](0e7bd85)) * **blockchain/policy:** attach a Metadata to Policy query responses ([#75](https://github.com/eq-lab/wardenprotocol/issues/75)) ([d49e8d1](d49e8d1)) * **blockchain/treasury:** extends keys cmd ([#85](https://github.com/eq-lab/wardenprotocol/issues/85)) ([6a2b1b6](6a2b1b6)) * **blockchain/treasury:** re-use id of KeyRequest ([#87](https://github.com/eq-lab/wardenprotocol/issues/87)) ([41d4de2](41d4de2)) * **blockchain:** add `revenue` module ([#73](https://github.com/eq-lab/wardenprotocol/issues/73)) ([37f7708](37f7708)) * **blockchain:** add boolparser from qredochain ([#140](https://github.com/eq-lab/wardenprotocol/issues/140)) ([f087ee7](f087ee7)) * **blockchain:** add key type to signature request and perform data validation on keyring response ([#196](https://github.com/eq-lab/wardenprotocol/issues/196)) ([5f26a67](5f26a67)) * **blockchain:** Add MetaData field to MsgNewSignTransactionRequest. ([#212](https://github.com/eq-lab/wardenprotocol/issues/212)) ([7946aa8](7946aa8)) * **blockchain:** add more Actions to workspaces ([#43](https://github.com/eq-lab/wardenprotocol/issues/43)) ([ae466c2](ae466c2)) * **blockchain:** add policyByID to wasm->policy queries and fix policy module name in CLI ([#67](https://github.com/eq-lab/wardenprotocol/issues/67)) ([b79d8a6](b79d8a6)) * **blockchain:** CosmWasm composability features, update to v0.42.0, restore ibc tests, removal of linting ([#63](https://github.com/eq-lab/wardenprotocol/issues/63)) ([5484b98](5484b98)) * **blockchain:** Implement SignTransactionRequestById Query for MPCs to use ([#53](https://github.com/eq-lab/wardenprotocol/issues/53)) ([bdfbb00](bdfbb00)) * **blockchain:** improve init.sh with auto-install and alias setter (LABS-298), reset to default ports/flag for alternate ports (LABS-301) ([#96](https://github.com/eq-lab/wardenprotocol/issues/96)) ([67694e7](67694e7)) * **blockchain:** keyring accounts + fees ([#124](https://github.com/eq-lab/wardenprotocol/issues/124)) ([584bd3b](584bd3b)) * **blockchain:** store custom Policies for using them in Actions ([#34](https://github.com/eq-lab/wardenprotocol/issues/34)) ([4e138c6](4e138c6)) * identity unit tests ([#130](https://github.com/eq-lab/wardenprotocol/issues/130)) ([14adeb7](14adeb7)) * **identity:** query keyring by id ([#95](https://github.com/eq-lab/wardenprotocol/issues/95)) ([20a666a](20a666a)) * **keyring:** add keyring releaserc JSON ([#171](https://github.com/eq-lab/wardenprotocol/issues/171)) ([9dfe5b2](9dfe5b2)) * new keyring activation status ([#118](https://github.com/eq-lab/wardenprotocol/issues/118)) ([640c9bc](640c9bc)) * **policy/action:** adding timeout for an action ([#93](https://github.com/eq-lab/wardenprotocol/issues/93)) ([59d5f27](59d5f27)) * **policy:** ability to revoke an action ([#88](https://github.com/eq-lab/wardenprotocol/issues/88)) ([df1918d](df1918d)) * **treasury:** query keys all option ([#100](https://github.com/eq-lab/wardenprotocol/issues/100)) ([6ecfa6f](6ecfa6f)) * **web:** add Metadata field to SignTransactionRequest ([#229](https://github.com/eq-lab/wardenprotocol/issues/229)) ([0faede2](0faede2)) * **web:** overhaul ([#52](https://github.com/eq-lab/wardenprotocol/issues/52)) ([3747b78](3747b78))
- Loading branch information