Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions and changelogs for 0.0.1-alpha #386

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

github-actions[bot]
Copy link
Contributor

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.0.1-alpha (2023-07-21)

Bug Fixes

  • Because of I have change GetStorageOption Return Type from never to void, so it should be required. (#240) (55d17ba)
  • config: remove default network config set in argument (#288) (71a8348)
  • deps: update dependency commander to v10 (cdd8a0c)
  • deps: update dependency commander to v10.0.1 (1e78a4b)
  • deps: update dependency commander to v11 (#318) (e0d7a45)
  • deps: update dependency commander to v11 (#329) (603c7b2)
  • deps: update dependency dockerode to v3 (4ca4289)
  • deps: update dependency dockerode to v3.3.5 (53b77c1)
  • deps: update dependency dotenv to v16 (38fad06)
  • deps: update dependency dotenv to v16 (76d05e4)
  • deps: update dependency dotenv to v16.1.0 (#290) (d2dab94)
  • deps: update dependency dotenv to v16.1.1 (#292) (5c34cdd)
  • deps: update dependency dotenv to v16.1.3 (#293) (a39a2b0)
  • deps: update dependency dotenv to v16.1.4 (#298) (ead62a9)
  • deps: update dependency dotenv to v16.3.1 (#322) (869220e)
  • deps: update dependency http-errors to v2 (aea01a5)
  • deps: update dependency ioredis to v5.2.5 (7c78cb6)
  • deps: update dependency ioredis to v5.3.0 (bddf86d)
  • deps: update dependency ioredis to v5.3.1 (e4a9616)
  • deps: update dependency ioredis to v5.3.2 (b784c38)
  • deps: update dependency koa to v2.14.2 (8ae0eaf)
  • deps: update dependency pg to v8.10.0 (465830c)
  • deps: update dependency pg to v8.11.0 (6e7fa46)
  • deps: update dependency pg to v8.11.1 (#337) (827221a)
  • deps: update dependency pg to v8.9.0 (3b5dfee)
  • deps: update dependency read to v2 (ff232c1)
  • deps: update dependency rxjs to v7.8.1 (482aef7)
  • deps: update dependency tslib to v2.5.0 (f8068f4)
  • deps: update dependency tslib to v2.5.1 (67520d9)
  • deps: update dependency tslib to v2.5.2 (3a797e6)
  • deps: update dependency tslib to v2.5.3 (#296) (6eb6661)
  • deps: update dependency tslib to v2.6.0 (#339) (d4ed219)
  • deps: update dependency typeorm to v0.3.12 (28a82e1)
  • deps: update dependency typeorm to v0.3.13 (20a872e)
  • deps: update dependency typeorm to v0.3.14 (2367ebb)
  • deps: update dependency typeorm to v0.3.15 (7980c81)
  • deps: update dependency typeorm to v0.3.16 (ea50782)
  • deps: update dependency typeorm to v0.3.17 (#332) (dc292f5)
  • deps: update dependency undici to v5.21.2 (91fd2f9)
  • deps: update dependency undici to v5.22.0 (0c884b3)
  • deps: update dependency undici to v5.22.1 (#261) (a4c8e74)
  • deps: update rust crate ckb-std to 0.13.0 (c5fc2b8)
  • fix command of typescript (6cb23c8)
  • fix configuration (f6f11a9)
  • Fix request success. (#151) (5586346)
  • fix shadow dependencies (#313) (99ba1bd)
  • fix sync on new blocks (#163) (89bc81f)
  • io: export need "default" option (5842177)
  • io: need main for package entry (914bb3b)
  • mock ioredis in tests of models (12f92fd)
  • mvp dapp inproper wrapper of response (#378) (9a4c044)
  • promise order bug (#267) (3384d80)
  • resource-binding: block for update should be added 1 every turn (b898dd5)
  • resource-binding: change name for the test of function "outPointToOutPointString" (23544e6)
  • resource-binding: Each combination of lock script & type (c736211)
  • resource-bingding: use BI to format HexString when assemble the outpoint (6512f83)
  • slove deploy action faild error (#243) (9816e6e)

Features

  • @kuai/core: project template integrate kuai/io & kuai/models (#121) (2d7fcc7)
  • @kuai/io: support params (05cc1ff)
  • add basic actor model (#29) (8db4ef2)
  • add builtin test action (882a53b)
  • add ckb-cli wrapper (#301) (a772f92)
  • add contract init command (#315) (40a30f7)
  • add contract upgrade cli (#341) (5a284c4)
  • add controller for io (#191) (351648b)
  • add coverage action (#210) (106547b)
  • add deploy action (#167) (95a7f3b)
  • add deploy contract command (#242) (9b1bf62)
  • add docker packege & integrate node cli (c183c98)
  • add examples for typeprom (06041e1)
  • Add handle cell to deserialize (#99) (40dd009)
  • Add molecule storage for store. (#162) (4558a98)
  • Add moleculec command. (#357) (ef628be)
  • add mvp-dapp dockerfile (0dd068f)
  • add script metadata in store (#156) (93de1f2)
  • add script metadata in store (#157) (91a5ad3)
  • add tasks to build server (#197) (6c10872)
  • Add type doc to build doc for project. (#282) (c284516)
  • core: add a kuai level global exception handling (#204) (dc43788)
  • core: provide default global exception handlers and the ability to replace them with custom exception handlers (f3225cc)
  • create mvp dapp sample (#124) (0908131)
  • Define Record model (#126) (739f904)
  • dev-scripts: add deployment for dev scripts (#257) (ea8f6bc)
  • implement io package (8dba5c6)
  • implement kuai-router & listener (d8e1ae2)
  • implement mailbox with redis stream (730f362)
  • Implement store model (#51) (373e79a)
  • implement task system (463e7de)
  • implement the registry with a container (#50) (e4435e0)
  • inject dapp templates (a997092)
  • inject TypeOrm by InversifyJs (#56) (dae73f1)
  • integrate kuai cli (5e1cf8a)
  • io support http status & add mvp controller validator (190fffd)
  • io: export the @kuai/io module (3846a53)
  • io: use "exports" instead of "main" for package entry point (3890c0f)
  • kuai context (#33) (c8f4e97)
  • kuai contract deploy command support export tx file (#291) (a7330e4)
  • Merged state and user can change merged state. (#224) (e8561f8)
  • model: optimize the getting model to framework (#181) (1dca8b3)
  • mvp dapp support dotenv (#145) (14e91b2)
  • mvp: exception handle (#174 (d8bfe68)
  • mvp: support contract (#294) (11ea8fb)
  • node: abstract the ckb node interface (#319) (386fe3e)
  • Omnilock Model and Record Model (#137) (3159542)
  • optimize the resource binding module (#300) (fc35b12)
  • refine config of mvp dapp (af70fa2)
  • resource binding: add resource binding manager (e2d8baa)
  • resource-binding: add a function for converting outpoint to outpoint string (895a3d6)
  • resource-binding: add current block listener for resource binding to use. (149c073)
  • resource-binding: add some typescript hash and lockscript hash for resource binding (183d0ee)
  • resource-binding: batch to send change cell information (a0e4b74)
  • resource-binding: change update_cell to update_cells (b12a177)
  • resource-binding: change module name of Listener and types for transaction listener (2c7d1e5)
  • resource-binding: change remove cell from pr #99 (e25cebb)
  • resource-binding: listen to top header and fetch the blocks from current block (c313d97)
  • resource-binding: move the folder to models/ (0efcb3a)
  • resource-binding: pattern set by developer when register (f50481d)
  • resource-binding: use import type to instead import only (8ccce72)
  • resource-bingding: don't use BI (c4fc6f6)
  • sample: view for sample (#127) (9250ad5)
  • task support variadic param (85d7b99)
  • throw an error if key is undefined in route param decorator (8353c9a)
  • update deploy action (#173) (dc89099)
  • update lerna to v7 (#310) (59360eb)
  • update mvp-dapp by the deployed contract (#324) (073becc)
  • update npm scope to '@ckb-js' (b9a7bc9)

@Keith-CY Keith-CY merged commit e22e14b into rc/v0.0.1-alpha Jul 21, 2023
@Keith-CY Keith-CY deleted the chore-update-version-for-rc/v0.0.1-alpha branch July 21, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants