-
Notifications
You must be signed in to change notification settings - Fork 3
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
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
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
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
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
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
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
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
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
The text was updated successfully, but these errors were encountered: