Jingfu Wang

Results 10 issues of Jingfu Wang

**Description of the enhancement:** In today's Turbine layer we have code like this for extension project type: ``` else if (projectType == "odo") { const componentName: string = await getComponentName(projectName);...

kind/enhancement
area/iterative-dev

Sometimes odo project fails to build due to odo CLI sync issue, the issue is intermittent but it affects both the project build step and adding owner reference step. Temporary...

kind/bug
area/iterative-dev

**Describe the bug** A clear and concise description of what the bug is. From https://www.rosetta-api.org/docs/models/Allow.html, `call_methods` and `balance_exemptions` should be required, but in the [source code]( https://github.com/coinbase/rosetta-bitcoin/blob/master/services/network_service.go#L97), they are `nil`...

bug

**Describe the bug** A clear and concise description of what the bug is. From https://www.rosetta-api.org/docs/models/Allow.html, `balance_exemptions` should be required, but in the [source code]( https://github.com/coinbase/rosetta-ethereum/blob/master/services/network_service.go#L65), it's `nil` instead zero value...

bug

I run rosetta node locally on testnet, I notice that the local node syncs ~50000 for 24 hours which is pretty slow, we need to keep an eye on this...

bug
discussion

Currently the mainnet and testnet share the same dockerfile and use `--build-arg NETWORK=` to differentiate the network, in order to satisfy the infra requirement, we need to separate the dockerfile...

enhancement

After I deploy the node locally on testnet I can see the following error messages from the rosetta server, I have to manually add peer can resolve the issue ```...

Originally the slow API response issue was detected by @Arslan2 with the following description: The response time for rosetta APIs are very high. Sometimes it takes around 20+ seconds to...

bug

We only need construction API validation on testnet, regarding the construction API validation we need to do the following changes: 1. Add the construction API validation configuration in https://github.com/helium/rosetta-helium/blob/main/rosetta-cli-config/testnet/config.json 2....

enhancement

Integrate zap logger and datadog statsd ### Motivation ### Solution ### Open questions