You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
# v0.4.16
2
+
- feat: enhance `arkiver list` command, see `arkiver list --help`
3
+
- feat: added 3 new commands to the CLI:
4
+
-`arkiver keygen` to generate a new API key
5
+
-`arkiver keyrm` to remove an API key
6
+
-`arkiver keyls` to list all API keys
7
+
- feat: adjusted `arkiver init` command
8
+
- feat: Add --gql-only option to arkiver start command to start only the graphQL server
9
+
- feat: Change EventHandler and BlockHandler return type to be Promise<void> | void
10
+
- fix: bug where deploying while logged out causes issues when trying to login again in the same command
11
+
1
12
# v0.4.15
2
13
- feat: populate relational entities on graphql endpoint
3
14
- feat: add overload to `manifest.addChain` and `chain.addContract` functions to pass in a callback function that takes in a DataSourceBuilder and ContractBuilder instance respectively
0 commit comments