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

Add Bun binary build #7

Closed
2 tasks
DenisCarriere opened this issue Oct 13, 2023 · 0 comments
Closed
2 tasks

Add Bun binary build #7

DenisCarriere opened this issue Oct 13, 2023 · 0 comments
Assignees
Labels
ops Related to repo maintenance

Comments

@DenisCarriere
Copy link
Contributor

@DenisCarriere DenisCarriere added the ops Related to repo maintenance label Oct 13, 2023
0237h added a commit that referenced this issue Oct 15, 2023
The build generates a CLI for running the Bun API. The config
has been changed to include program argument parameters. In order
to run the new `app` using custom directives (e.g port, hostname)
a new function called `generateApp()` had to be created in order for
the tests to be ran with the same app (previously `export default`).

Closes: #7
0237h added a commit that referenced this issue Oct 15, 2023
* Add CLI build with Bun and Commander

The build generates a CLI for running the Bun API. The config
has been changed to include program argument parameters. In order
to run the new `app` using custom directives (e.g port, hostname)
a new function called `generateApp()` had to be created in order for
the tests to be ran with the same app (previously `export default`).

Closes: #7

* Fix build workflow

* Skip default values check in config test
@0237h 0237h closed this as completed in 50f1f5d Oct 15, 2023
0237h added a commit that referenced this issue Oct 15, 2023
* Support passing arrays for query parameters (#10)

* Add `block_number` array query support

The `/{chain}/timestamp` endpoint can now accept a single or an array
of block numbers (comma-separated). A maximum number of values to be
parsed can be set using the MAX_ELEMENTS_QUERIED env variable (will be
shared with `/{chain}/blocknum`).

Related: #5

* Refactor API responses to serve array queries

- Changed the default Clickhouse DB response format to `JSONObjectEachRow`
in order to have query parameters matching with the response value.
- JSON responses are parsed directly from the schemas to ensure
consistency.

Closes: #5

* 0.1.0

* Add CLI build with Bun and Commander (#12)

* Add CLI build with Bun and Commander

The build generates a CLI for running the Bun API. The config
has been changed to include program argument parameters. In order
to run the new `app` using custom directives (e.g port, hostname)
a new function called `generateApp()` had to be created in order for
the tests to be ran with the same app (previously `export default`).

Closes: #7

* Fix build workflow

* Skip default values check in config test

* 0.2.0
0237h added a commit that referenced this issue Oct 17, 2023
Add CLI build with Bun and Commander (#12)

* Add CLI build with Bun and Commander

The build generates a CLI for running the Bun API. The config
has been changed to include program argument parameters. In order
to run the new `app` using custom directives (e.g port, hostname)
a new function called `generateApp()` had to be created in order for
the tests to be ran with the same app (previously `export default`).

Closes: #7

* Fix build workflow

* Skip default values check in config test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ops Related to repo maintenance
Projects
None yet
Development

No branches or pull requests

2 participants