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

runtime-sdk: Add support for signed queries #984

Merged
merged 3 commits into from
Jun 15, 2022

Conversation

kostko
Copy link
Member

@kostko kostko commented Jun 9, 2022

No description provided.

@kostko kostko added the c:runtime-sdk Category: Runtime SDK label Jun 9, 2022
@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #984 (dfc84f1) into main (607b930) will decrease coverage by 31.42%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #984       +/-   ##
===========================================
- Coverage   67.95%   36.53%   -31.43%     
===========================================
  Files         127       27      -100     
  Lines       10051     1908     -8143     
===========================================
- Hits         6830      697     -6133     
+ Misses       3196     1186     -2010     
  Partials       25       25               
Impacted Files Coverage Δ
client-sdk/go/modules/contracts/types.go 40.00% <ø> (ø)
client-sdk/go/types/transaction.go 53.93% <ø> (ø)
contract-sdk/src/abi/dispatch.rs
contract-sdk/src/testing.rs
contract-sdk/types/src/lib.rs
runtime-sdk-macros/src/method_handler_derive.rs
runtime-sdk/modules/contracts/src/abi/mod.rs
runtime-sdk/modules/contracts/src/abi/oasis/mod.rs
...untime-sdk/modules/contracts/src/abi/oasis/test.rs
runtime-sdk/modules/contracts/src/lib.rs
... and 92 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 607b930...dfc84f1. Read the comment docs.

@kostko kostko force-pushed the kostko/feature/signed-queries branch 2 times, most recently from f9b32cc to 532dd45 Compare June 10, 2022 12:34
runtime-sdk-macros/src/method_handler_derive.rs Outdated Show resolved Hide resolved
runtime-sdk-macros/src/method_handler_derive.rs Outdated Show resolved Hide resolved
runtime-sdk/src/dispatcher.rs Outdated Show resolved Hide resolved
runtime-sdk/src/modules/accounts/mod.rs Show resolved Hide resolved
runtime-sdk/src/modules/accounts/mod.rs Outdated Show resolved Hide resolved
@kostko kostko force-pushed the kostko/feature/signed-queries branch 4 times, most recently from 1e6a115 to b7e52af Compare June 14, 2022 10:54
@kostko kostko marked this pull request as ready for review June 14, 2022 11:04
@kostko kostko requested review from pro-wh and ptrus as code owners June 14, 2022 11:04
runtime-sdk-macros/src/method_handler_derive.rs Outdated Show resolved Hide resolved
runtime-sdk/src/dispatcher.rs Show resolved Hide resolved
@kostko kostko force-pushed the kostko/feature/signed-queries branch 3 times, most recently from f7abded to beccd23 Compare June 15, 2022 15:40
@kostko kostko force-pushed the kostko/feature/signed-queries branch from beccd23 to dfc84f1 Compare June 15, 2022 16:02
@kostko kostko merged commit 0df107f into main Jun 15, 2022
@kostko kostko deleted the kostko/feature/signed-queries branch June 15, 2022 17:46
tjanez pushed a commit to oasisprotocol/cli that referenced this pull request Sep 20, 2022
tjanez pushed a commit to oasisprotocol/cli that referenced this pull request Oct 11, 2022
tjanez pushed a commit to oasisprotocol/cli that referenced this pull request Oct 11, 2022
tjanez pushed a commit to oasisprotocol/cli that referenced this pull request Oct 11, 2022
tjanez pushed a commit to oasisprotocol/cli that referenced this pull request Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:runtime-sdk Category: Runtime SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants