Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

add rpc state #851

Merged
merged 48 commits into from
Jul 31, 2023
Merged

add rpc state #851

merged 48 commits into from
Jul 31, 2023

Conversation

SantiagoPittella
Copy link
Collaborator

@SantiagoPittella SantiagoPittella commented Jul 19, 2023

Description

Add an RPC StateReader implementation.
Add an integration test that runs a function from mainnet.

closes #606

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2023

Codecov Report

Merging #851 (530c592) into main (6c55cb5) will decrease coverage by 0.74%.
The diff coverage is 0.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #851      +/-   ##
==========================================
- Coverage   91.73%   90.99%   -0.74%     
==========================================
  Files          54       54              
  Lines       12836    12940     +104     
==========================================
  Hits        11775    11775              
- Misses       1061     1165     +104     
Files Changed Coverage Δ
...rc/services/api/contract_classes/compiled_class.rs 4.34% <0.00%> (-41.11%) ⬇️
src/transaction/invoke_function.rs 99.57% <100.00%> (ø)

@SantiagoPittella SantiagoPittella marked this pull request as ready for review July 24, 2023 19:10
@juanbono juanbono added this pull request to the merge queue Jul 31, 2023
Merged via the queue into main with commit be4abb5 Jul 31, 2023
@juanbono juanbono deleted the add-rpc-state-reader branch July 31, 2023 23:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a StateReader that reads transactions from an RPC endpoint
7 participants