poolpitako
poolpitako
## Description I am creating a response based on a http call to an external server. My server response needs to have the same headers as the external server call....
#### System information Erigon version: `./erigon --version` erigon version 2.58.2 OS & Version: Windows/Linux/OSX Linux Commit hash: download Erigon Command (with flags/config): This is the service file: ``` [Unit] Description=erigon...
## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Resources
Changelog: https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md#version-140023b0-2021-07-21 Used in in https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/blob/773ee41c867f03c062b3be3a5b8d30a32c394f04/opentelemetry-exporter-gcp-trace/src/opentelemetry/exporter/cloud_trace/__init__.py#L498 Usage of the library will print: ``` /Users/user/.pyenv/versions/3.9.9/lib/python3.9/site-packages/opentelemetry/exporter/cloud_trace/__init__.py:498: DeprecationWarning: Call to deprecated class BoundedDict. -- Deprecated since version 1.4.0. ] = BoundedDict(num_attrs_limit) ```
### Overview Provide a simple overview of what you wish to see added. Please include: - I would like my class extending `EIP712Message` to have an `encode()` method.
# Dinos budget request #6 ### Scope Our overall goal is to become one of the most successful solvers in DeFi while creating synergies for Yearn and supporting the protocol's...
### Scope Our overall goal is to become one of the most successful solvers in DeFi while creating synergies for Yearn and supporting the protocol's operations. ### Plan 3 months,...
# Dinobots Budget \#4 ### Plan Our overall goal is to become one of the most successful solvers in DeFi while creating synergies for Yearn and supporting the protocol's operations....
Test with: ``` curl -v -d "@data.json" -H 'Accept-encoding: gzip' -H "Content-Type: application/json" -X POST http://localhost:8080/api/v1/simulate ``` You will notice that the server doesn't support compression.