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

Feature: Start using coroutines in more requests #255

Closed
4 tasks
ghost opened this issue Nov 10, 2021 · 0 comments · Fixed by #256
Closed
4 tasks

Feature: Start using coroutines in more requests #255

ghost opened this issue Nov 10, 2021 · 0 comments · Fixed by #256
Assignees
Labels
api Adding/updating an API enhancement New feature or request service functionality Improving functionality at the service level. May affect any area of the project
Milestone

Comments

@ghost
Copy link

ghost commented Nov 10, 2021

Summary

Kotlin has coroutines, which is applied correctly, can greatly decrease api response time. It would be good to try it out.

Problem Definition

Proposal


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@ghost ghost added enhancement New feature or request api Adding/updating an API service functionality Improving functionality at the service level. May affect any area of the project labels Nov 10, 2021
@ghost ghost self-assigned this Nov 10, 2021
ghost pushed a commit that referenced this issue Nov 10, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions

closes: #253
closes: #254
closes: #255
@ghost ghost mentioned this issue Nov 10, 2021
6 tasks
ghost pushed a commit that referenced this issue Nov 10, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
@ghost ghost added this to the v3.0.0 milestone Nov 10, 2021
ghost pushed a commit that referenced this issue Nov 12, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 12, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 12, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 13, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 15, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 15, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 15, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 16, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 16, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
ghost pushed a commit that referenced this issue Nov 18, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
@ghost ghost closed this as completed in #256 Nov 18, 2021
ghost pushed a commit that referenced this issue Nov 18, 2021
* Updated proposal Monitor insert
* trying to make assetHolders() faster
* Fixed Smart Contract apis to actually return data
* Added requested NFT apis
* Updated existing NFT apis with additional data
* Started using Kotlin coroutines
* Started integrating with Kotlin protobuf supported functions
* Added Missed Blocks apis for devops
* Fixed tx_gas_fee_volume_* aggregations

closes: #253
closes: #254
closes: #255
closes: #257
closes: #258
@ghost ghost mentioned this issue Nov 19, 2021
6 tasks
@minxylynx minxylynx self-assigned this Dec 2, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Adding/updating an API enhancement New feature or request service functionality Improving functionality at the service level. May affect any area of the project
Projects
Status: Release v3.0.0
1 participant