Skip to content
New issue

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

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

Already on GitHub? # to your account

Accept gzip responses, compress request with deflate #172

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

mgorven
Copy link
Contributor

@mgorven mgorven commented May 8, 2024

Install ContentEncoding plugin to handle gzip responses. Compress requests larger than 1K using Deflater. Change addSigningDataIfNeeded() to return serialised bytes so that we only serialise once.

@mgorven mgorven changed the base branch from develop to main May 8, 2024 21:13
@mgorven mgorven changed the title Compress Accept gzip responses, compress request with deflate May 8, 2024
Install `ContentEncoding` plugin to handle gzip responses. Compress
requests larger than 1K using `Deflater`. Change
`addSigningDataIfNeeded()` to return serialised bytes so that we only
serialise once.
@mgorven mgorven changed the base branch from main to develop May 9, 2024 19:07
@mgorven mgorven marked this pull request as ready for review May 9, 2024 19:09
@mgorven mgorven requested a review from jklein24 May 9, 2024 19:09
@mgorven mgorven merged commit 7d9733e into develop May 13, 2024
@mgorven mgorven deleted the compress branch May 13, 2024 17:04
shreyav added a commit that referenced this pull request Jul 9, 2024
* lnurlp fallback

* annotation and tests

* fallback sender side

* fix serialization

* unused import

* comments

* fixes

* Try to fix docs publish job my running on main

* [gha] Use environment for doc-publish

* Fix sender vasp utxo callback

* Switch to a full 64bit nonce

* Use json for parsing in demo vasp (#163)

* Update the demo VASP's SDK version to 0.8.0

* Update the demo VASP's SDK version to 0.8.1

* Accept gzip responses, compress request with deflate (#172)

Install `ContentEncoding` plugin to handle gzip responses. Compress
requests larger than 1K using `Deflater`. Change
`addSigningDataIfNeeded()` to return serialised bytes so that we only
serialise once.

* Regenerate SDK (#173)

* Regenerate SDK

* no op vls

* Update macos environment version (#175)

* Uma data visibility (#174)

* fix typo (#176)

* encode hex (#177)

* Bump lightspark-sdk to version 0.14.0

* Load signing key

* Revert "Merge release/lightspark-sdk-v0.14.0 into develop" (#181)

* Bump lightspark-sdk to version 0.14.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shreyav <shreya@lightspark.com>
Co-authored-by: Jeremy Klein <jklein24@gmail.com>
Co-authored-by: Michael Gorven <michael@gorven.net>
Co-authored-by: Michael Gorven <mgorven@lightspark.com>
Co-authored-by: runner <runner@Mac-1720545346122.local>
Co-authored-by: runner <runner@Mac-1720552895732.local>
shreyav added a commit that referenced this pull request Jul 16, 2024
* lnurlp fallback

* annotation and tests

* fallback sender side

* fix serialization

* unused import

* comments

* fixes

* Try to fix docs publish job my running on main

* [gha] Use environment for doc-publish

* Fix sender vasp utxo callback

* Switch to a full 64bit nonce

* Use json for parsing in demo vasp (#163)

* Update the demo VASP's SDK version to 0.8.0

* Update the demo VASP's SDK version to 0.8.1

* Accept gzip responses, compress request with deflate (#172)

Install `ContentEncoding` plugin to handle gzip responses. Compress
requests larger than 1K using `Deflater`. Change
`addSigningDataIfNeeded()` to return serialised bytes so that we only
serialise once.

* Regenerate SDK (#173)

* Regenerate SDK

* no op vls

* Update macos environment version (#175)

* Uma data visibility (#174)

* fix typo (#176)

* encode hex (#177)

* Bump lightspark-sdk to version 0.14.0

* Load signing key

* Revert "Merge release/lightspark-sdk-v0.14.0 into develop" (#181)

* Bump lightspark-sdk to version 0.14.0

* update readme (#184)

* Update invoice creator (#185)

* Bump lightspark-sdk to version 0.15.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shreyav <shreya@lightspark.com>
Co-authored-by: Jeremy Klein <jklein24@gmail.com>
Co-authored-by: Michael Gorven <michael@gorven.net>
Co-authored-by: Michael Gorven <mgorven@lightspark.com>
Co-authored-by: runner <runner@Mac-1720545346122.local>
Co-authored-by: runner <runner@Mac-1720552895732.local>
Co-authored-by: runner <runner@Mac-1721165625974.local>
shreyav added a commit that referenced this pull request Jul 22, 2024
* lnurlp fallback

* annotation and tests

* fallback sender side

* fix serialization

* unused import

* comments

* fixes

* Try to fix docs publish job my running on main

* [gha] Use environment for doc-publish

* Fix sender vasp utxo callback

* Switch to a full 64bit nonce

* Use json for parsing in demo vasp (#163)

* Update the demo VASP's SDK version to 0.8.0

* Update the demo VASP's SDK version to 0.8.1

* Accept gzip responses, compress request with deflate (#172)

Install `ContentEncoding` plugin to handle gzip responses. Compress
requests larger than 1K using `Deflater`. Change
`addSigningDataIfNeeded()` to return serialised bytes so that we only
serialise once.

* Regenerate SDK (#173)

* Regenerate SDK

* no op vls

* Update macos environment version (#175)

* Uma data visibility (#174)

* fix typo (#176)

* encode hex (#177)

* Bump lightspark-sdk to version 0.14.0

* Load signing key

* Revert "Merge release/lightspark-sdk-v0.14.0 into develop" (#181)

* Bump lightspark-sdk to version 0.14.0

* update readme (#184)

* Update invoice creator (#185)

* Bump lightspark-sdk to version 0.15.0

* Remove default null on PayUmaInvoice (#189)

* Bump lightspark-sdk to version 0.15.1

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shreyav <shreya@lightspark.com>
Co-authored-by: Jeremy Klein <jklein24@gmail.com>
Co-authored-by: Michael Gorven <michael@gorven.net>
Co-authored-by: Michael Gorven <mgorven@lightspark.com>
Co-authored-by: runner <runner@Mac-1720545346122.local>
Co-authored-by: runner <runner@Mac-1720552895732.local>
Co-authored-by: runner <runner@Mac-1721165625974.local>
Co-authored-by: runner <runner@Mac-1721683838949.local>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants