- 21 Nov, 2022 3 commits
- 18 Nov, 2022 6 commits
-
-
Niklas Adolfsson authored
* chore: release 0.16.1 * Update CHANGELOG.md
-
Niklas Adolfsson authored
* chore(deps): remove unsed `async-channel` * remove the correct crate
-
Alexandru Vasile authored
Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io>
-
Niklas Adolfsson authored
* fix outdated features and docs * fix more nits
-
Moncef AOUDIA authored
-
Niklas Adolfsson authored
* server: make it possible to enable ws/http only * Update server/src/server.rs * Update server/src/server.rs * Update server/src/server.rs Co-authored-by:
Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Co-authored-by:
Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
-
- 10 Nov, 2022 3 commits
-
-
Jamie authored
Signed-off-by:
Dengjianping <djptux@gmail.com> Signed-off-by:
Dengjianping <djptux@gmail.com>
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v2.1.0...v2.2.0 ) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Niklas Adolfsson authored
* chore(release): v0.16.0 * update release script * remove noise from changelog * update dependency banner
-
- 09 Nov, 2022 1 commit
-
-
dependabot[bot] authored
* chore(deps): update pprof requirement from 0.10 to 0.11 Updates the requirements on [pprof](https://github.com/tikv/pprof-rs) to permit the latest version. - [Release notes](https://github.com/tikv/pprof-rs/releases) - [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/pprof-rs/commits ) --- updated-dependencies: - dependency-name: pprof dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> * chore(deps): criterion v0.4.0 * fix tests * Revert "fix tests" This reverts commit 76310bd6 . Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Niklas Adolfsson <niklasadolfsson1@gmail.com>
-
- 08 Nov, 2022 2 commits
-
-
Alexandru Vasile authored
Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io>
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v2.0.2...v2.1.0 ) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 07 Nov, 2022 3 commits
-
-
Niklas Adolfsson authored
* better handling of batch requests * add test for untagged enum * remove annoying trait bounds * cleanup * more clear comments * simplify batch request code * bring back old API + a new one * refactor batches to work with String IDs again * refactor again: single batch response API * fix tests + cleanup * fix doc links * address grumbles * BatchRequestBuilder: add iterator API for the batch * revert bench * fix benches build * address grumbles: ok and into_ok * fix some nits * fix nits
-
Niklas Adolfsson authored
-
Niklas Adolfsson authored
This PR fixes that the connection count is read after a connection has been accepted and not before which cause this log to be out of order.
-
- 04 Nov, 2022 1 commit
-
-
Niklas Adolfsson authored
* proc macro: support camelCase & snake_case for object params * switch to heck for converting case * fix ui test
-
- 03 Nov, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v2.0.1...v2.0.2 ) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Niklas Adolfsson authored
-
- 26 Oct, 2022 1 commit
-
-
Niklas Adolfsson authored
* fix: proper error on invalid batches * proper handling of batch request errors * ordered futures * remove needless boxing Co-authored-by:
Alexander Polakov <a.polakov@zubr.io>
-
- 18 Oct, 2022 3 commits
-
-
Radu Popa authored
-
Radu Popa authored
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v2.0.0...v2.0.1 ) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 17 Oct, 2022 1 commit
-
-
Radu Popa authored
-
- 16 Oct, 2022 1 commit
-
-
Niklas Adolfsson authored
* fix(jsonrpsee): add `types` to server feature * fix(benches): benches against fixed client version * address grumbles
-
- 13 Oct, 2022 2 commits
-
-
Alexandru Vasile authored
* server: Expose the subscription ID Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> * tests: Check subscription ID is exposed correctly Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> * server: Dedicated method for exposing the sub ID Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> * Fix clippy Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io>
-
Alexandru Vasile authored
Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io>
-
- 10 Oct, 2022 1 commit
-
-
Niklas Adolfsson authored
-
- 07 Oct, 2022 1 commit
-
-
Alexander Samusev authored
-
- 05 Oct, 2022 5 commits
-
-
Niklas Adolfsson authored
-
Niklas Adolfsson authored
-
Niklas Adolfsson authored
* get gitlab gha working * test test * Revert "test test" This reverts commit c0f952dc. * some nit fixes * Update .github/workflows/benchmarks_gitlab.yml
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0 ) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Niklas Adolfsson authored
* fix(gitlab bench): fix path * Update .github/workflows/benchmarks_gitlab.yml * Update .github/workflows/benchmarks_gitlab.yml * use alvic fix; gh-pages ref
-
- 04 Oct, 2022 2 commits
-
-
Niklas Adolfsson authored
* bench: display gitlab results as well * Update .github/workflows/benchmarks_gitlab.yml
-
Niklas Adolfsson authored
* server: add protocol details to logger trait * fix tests
-
- 30 Sep, 2022 1 commit
-
-
Niklas Adolfsson authored
-
- 28 Sep, 2022 1 commit
-
-
Alexander Samusev authored
* [WIP][ci] Fix benchmarks * reduce timeout to 3h * change SLOW_MEASUREMENT_TIME to 60 * MEASUREMENT_TIME = 10 Co-authored-by:
Niklas Adolfsson <niklasadolfsson1@gmail.com>
-