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

txn-builder: remove-oracle #307

Merged
merged 19 commits into from
May 28, 2021
Merged

Conversation

monstrobishi
Copy link
Contributor

What kind of PR is this?:

/kind feature

What this PR does / why we need it:

Adds remove oracle to transaction builder

Which issue(s) does this PR fixes?:

Fixes #244

Additional comments?:

fuxingloh and others added 16 commits May 16, 2021 23:39
* getBlockStats, getBestBlockHash  RCP implementation

* Fixed and implemented requested changes.

* Fixed requested changes

* Minor fixes

* Changed assertion to toStricEquals, additional test for getblockstats

* Update packages/jellyfish-api-core/src/category/blockchain.ts

Co-authored-by: Fuxing Loh <[email protected]>

* Update packages/jellyfish-api-core/__tests__/category/blockchain.test.ts

Co-authored-by: Fuxing Loh <[email protected]>

* Update packages/jellyfish-api-core/src/category/blockchain.ts

Co-authored-by: Fuxing Loh <[email protected]>

* Additional test cases for getBlockStats

* Minor fixes

* Update blockchain.md

* Minor fixes

* Update blockchain.md

Co-authored-by: Fuxing Loh <[email protected]>
Base automatically changed from monstrobishi/appoint-oracle-tx-builder to main May 28, 2021 06:45
@monstrobishi monstrobishi marked this pull request as ready for review May 28, 2021 07:42
@github-actions
Copy link

github-actions bot commented May 28, 2021

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
packages/jellyfish/dist/jellyfish.umd.js 19.51 KB (0%) 391 ms (0%) 175 ms (-2.85% 🔽) 565 ms

@codecov
Copy link

codecov bot commented May 28, 2021

Codecov Report

Merging #307 (6c815e1) into main (31ec934) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #307   +/-   ##
=======================================
  Coverage   96.98%   96.98%           
=======================================
  Files          90       90           
  Lines        2454     2456    +2     
  Branches      312      312           
=======================================
+ Hits         2380     2382    +2     
  Misses         74       74           
Impacted Files Coverage Δ
...transaction-builder/src/txn/txn_builder_oracles.ts 100.00% <100.00%> (ø)

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 31ec934...6c815e1. Read the comment docs.

@monstrobishi monstrobishi marked this pull request as draft May 28, 2021 08:13
@monstrobishi monstrobishi marked this pull request as ready for review May 28, 2021 08:36
@monstrobishi monstrobishi requested a review from fuxingloh May 28, 2021 08:36
@fuxingloh fuxingloh merged commit 0302ad2 into main May 28, 2021
@fuxingloh fuxingloh deleted the monstrobishi/remove-oracle-tx-builder branch May 28, 2021 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Light wallet or third party dev friendly txn builder to generate signed transaction
5 participants