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

Merge develop into main #44

Merged
merged 17 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# needed to use yarn v4
- name: Enable corepack
run: corepack enable

- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
steps:
# needed to use yarn v4
- name: Enable corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: "20.10.0"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# needed to use yarn v4
- name: Enable corepack
run: corepack enable

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
publish-package:
runs-on: ubuntu-latest
Expand All @@ -21,10 +25,6 @@ jobs:
with:
fetch-depth: 0

# needed to use yarn v4
- name: Enable corepack
run: corepack enable

- name: Install Node
uses: actions/setup-node@v4
with:
Expand All @@ -36,9 +36,10 @@ jobs:
yarn install --immutable --check-cache
yarn build
yarn pack
if: ${{ steps.release.outputs.release_created }}

- name: Publish
run: yarn npm publish --access public
run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# Changelog

## [1.2.3](https://github.com/ubiquity/rpc-handler/compare/v1.2.2...v1.2.3) (2024-07-31)


### Miscellaneous Chores

* release 1.2.3 ([0b44fdf](https://github.com/ubiquity/rpc-handler/commit/0b44fdfacb50c8f59576d1cf6faf79c3f19c72e4))

## [1.2.2](https://github.com/ubiquity/rpc-handler/compare/v1.2.1...v1.2.2) (2024-07-31)


### Bug Fixes

* changed env variable for npm login ([69804d8](https://github.com/ubiquity/rpc-handler/commit/69804d8d244b50c089aea0aac84daca102877554))

## [1.2.1](https://github.com/ubiquity/rpc-handler/compare/v1.1.0...v1.2.1) (2024-07-31)


### Miscellaneous Chores

* release 1.2.1 ([feffe04](https://github.com/ubiquity/rpc-handler/commit/feffe04efdff124a51adc07045e9a35116230a71))

## [1.1.0](https://github.com/ubiquity/rpc-handler/compare/v1.0.0...v1.1.0) (2024-07-31)


### Features

* add debug configuration for vscode ([2eb0f97](https://github.com/ubiquity/rpc-handler/commit/2eb0f977254991707d4d19fbb3741b54145cab5f))
* add tracking & protocol config options ([70b6e4f](https://github.com/ubiquity/rpc-handler/commit/70b6e4ffe40f0aca65f62196492f6d6293f51ed4))
* filter rpc by tracking info ([fc493ae](https://github.com/ubiquity/rpc-handler/commit/fc493aecd97851d349a8033ef4e802aa48e4de19))
* index with exports ([097f7fc](https://github.com/ubiquity/rpc-handler/commit/097f7fcd4465addd3985faa6fc1a102c3624896e))
* proxy handler ([c50fd06](https://github.com/ubiquity/rpc-handler/commit/c50fd068685248f2809a6f9430c6748a695217b7))
* removed bump script and added release-please ([5b2f026](https://github.com/ubiquity/rpc-handler/commit/5b2f02618df036e030c043ffc17a2a6819c66531))
* use rpcs original object with extra info ([837fd86](https://github.com/ubiquity/rpc-handler/commit/837fd86c472cb12e71b54caf1c0433d7553ccfc3))
* Web3 RPC Handler (npm package) ([#1](https://github.com/ubiquity/rpc-handler/issues/1)) ([#4](https://github.com/ubiquity/rpc-handler/issues/4)) ([0d964b0](https://github.com/ubiquity/rpc-handler/commit/0d964b09871b09fa5ce441d3339254d171ecae62))
* workflow ([300603c](https://github.com/ubiquity/rpc-handler/commit/300603cbdc788b44c80a366021142f99842590ba))


### Bug Fixes

* attempting to close timeouts ([7b31c5f](https://github.com/ubiquity/rpc-handler/commit/7b31c5f82a50a0d4c33c9205643cce19c41d3152))
* built export fixes ([2a6103a](https://github.com/ubiquity/rpc-handler/commit/2a6103a7d9b14ffa66355016ed6f4b2af9a64531))
* eslint parsing tests ([d039977](https://github.com/ubiquity/rpc-handler/commit/d039977b2e9d77866c18f231bf6e0b5184963525))
* improved log tests ([5427159](https://github.com/ubiquity/rpc-handler/commit/54271597bc74ee945a12d584caea386b52354267))
* increased timeout for tests ([38751c0](https://github.com/ubiquity/rpc-handler/commit/38751c02b54febec1c653af49b8cef10b14ffcbb))
* increased timeout for tests ([5e0bb40](https://github.com/ubiquity/rpc-handler/commit/5e0bb40625bf44ee79194ea26d4c7c5984d5e9c7))
* log ([5a25b29](https://github.com/ubiquity/rpc-handler/commit/5a25b29e668398abefa97b44a11846f7cdda8571))
* make tracking property optional ([4fbe2f1](https://github.com/ubiquity/rpc-handler/commit/4fbe2f14f9171dc4bc8eabb29add44dda4beebe3))
* readme ([a068543](https://github.com/ubiquity/rpc-handler/commit/a068543dd0c21b723876bc05a58272240ecbac01))
* remove protocol config options ([e3cd0f0](https://github.com/ubiquity/rpc-handler/commit/e3cd0f00ad1325b8c24f8288e5d110f637110ac3))
* remove yarn build from wf ([b028986](https://github.com/ubiquity/rpc-handler/commit/b028986b63cd5bd52e7260c6aa220b8d14a5b184))
* removed comments from Jest testing and added Action comment dashboard instead ([85dab3f](https://github.com/ubiquity/rpc-handler/commit/85dab3fb961fcb802c7e5d5be95c1025d6148528))
* rethrow error, finish tests ([1a8eb87](https://github.com/ubiquity/rpc-handler/commit/1a8eb874902085c8978eddc978de97cf80d94f59))
* update rpc type definition ([ec9b91c](https://github.com/ubiquity/rpc-handler/commit/ec9b91cdca285b9800ed3305795d89f6e7d5d31f))
* use correct network rpcs ([19cea2a](https://github.com/ubiquity/rpc-handler/commit/19cea2ac65c5982c76c12e2c092d2e0664275573))
* use correct types ([5ef09a0](https://github.com/ubiquity/rpc-handler/commit/5ef09a0bdb5733f7627470cd2e5d02ad89774442))
* use max safe ([f9495d3](https://github.com/ubiquity/rpc-handler/commit/f9495d3d3b5703a9d4052432d66e5f7fb0c95860))
* workflow ([5f7b03f](https://github.com/ubiquity/rpc-handler/commit/5f7b03fd9fae8c3abfecef89043949420a12049a))

## 1.0.0 (2024-03-22)

### Features
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ubiquity-dao/rpc-handler",
"version": "1.1.0",
"version": "1.2.3",
"description": "Uses Chainlist's RPC collection racing them returning the lowest latency RPC",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -87,6 +87,5 @@
"extends": [
"@commitlint/config-conventional"
]
},
"packageManager": "[email protected]"
}
}
Loading
Loading