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

go/runtime/client: Add the GetUnconfirmedTransactions method #5589

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

abukosek
Copy link
Contributor

@abukosek abukosek commented Mar 7, 2024

Similarly to GetUnconfirmedTransactions in the consensus API, this new method returns the currently pending runtime transactions from the runtime transaction pool.

Copy link

netlify bot commented Mar 7, 2024

Deploy Preview for oasisprotocol-oasis-core canceled.

Name Link
🔨 Latest commit e901e77
🔍 Latest deploy log https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/65f439355cca3800087c0115

@abukosek abukosek force-pushed the andrej/feature/runtime-get-unconfirmed-tx-rpc branch 2 times, most recently from a73306d to 965826c Compare March 8, 2024 10:04
@abukosek abukosek marked this pull request as ready for review March 8, 2024 10:37
go/worker/client/service.go Outdated Show resolved Hide resolved
@abukosek abukosek force-pushed the andrej/feature/runtime-get-unconfirmed-tx-rpc branch from 965826c to 88ccf5c Compare March 11, 2024 13:53
go/runtime/txpool/local_queue.go Outdated Show resolved Hide resolved
go/runtime/txpool/local_queue.go Outdated Show resolved Hide resolved
go/runtime/txpool/txpool.go Outdated Show resolved Hide resolved
@abukosek abukosek force-pushed the andrej/feature/runtime-get-unconfirmed-tx-rpc branch 2 times, most recently from dd42b96 to cccbd78 Compare March 11, 2024 14:10
go/worker/client/service.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

Attention: Patch coverage is 77.96610% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 66.02%. Comparing base (82bb7b2) to head (e901e77).
Report is 5 commits behind head on master.

Files Patch % Lines
go/runtime/client/api/grpc.go 64.70% 3 Missing and 3 partials ⚠️
go/worker/client/service.go 55.55% 2 Missing and 2 partials ⚠️
go/runtime/txpool/rim_queue.go 71.42% 1 Missing and 1 partial ⚠️
go/runtime/txpool/main_queue.go 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5589      +/-   ##
==========================================
+ Coverage   66.00%   66.02%   +0.01%     
==========================================
  Files         588      588              
  Lines       60085    60132      +47     
==========================================
+ Hits        39662    39702      +40     
+ Misses      15790    15782       -8     
- Partials     4633     4648      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@abukosek abukosek force-pushed the andrej/feature/runtime-get-unconfirmed-tx-rpc branch 2 times, most recently from 0de92cd to 73d7005 Compare March 11, 2024 14:39
go/runtime/txpool/local_queue.go Outdated Show resolved Hide resolved
go/runtime/txpool/main_queue.go Outdated Show resolved Hide resolved
@abukosek abukosek force-pushed the andrej/feature/runtime-get-unconfirmed-tx-rpc branch from 73d7005 to d019e8e Compare March 11, 2024 14:55
go/runtime/txpool/queues.go Show resolved Hide resolved
go/runtime/txpool/rim_queue.go Outdated Show resolved Hide resolved
go/runtime/txpool/main_queue.go Show resolved Hide resolved
go/runtime/txpool/main_queue.go Show resolved Hide resolved
go/runtime/txpool/local_queue.go Show resolved Hide resolved
go/runtime/client/tests/tester.go Show resolved Hide resolved
Similarly to GetUnconfirmedTransactions in the consensus API, this
new method returns the currently pending runtime transactions from
the runtime transaction pool.
@abukosek abukosek force-pushed the andrej/feature/runtime-get-unconfirmed-tx-rpc branch from d019e8e to e901e77 Compare March 15, 2024 12:04
@abukosek abukosek merged commit 714162d into master Mar 18, 2024
7 checks passed
@abukosek abukosek deleted the andrej/feature/runtime-get-unconfirmed-tx-rpc branch March 18, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants