lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

feat(aloxide-js): add Entity Manager to the SDK to make it easier to read/write data on blockchain #101

Closed cymonkey closed 3 years ago

cymonkey commented 3 years ago

resolve #19 resolve #83

codecov-io commented 3 years ago

Codecov Report

Merging #101 into master will increase coverage by 3.76%. The diff coverage is 84.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   77.65%   81.42%   +3.76%     
==========================================
  Files          62       69       +7     
  Lines         904     1082     +178     
  Branches       94      117      +23     
==========================================
+ Hits          702      881     +179     
+ Misses        199      195       -4     
- Partials        3        6       +3     
Impacted Files Coverage Δ
...xide-js/src/blockchain-services/TypeDefinitions.ts 100.00% <ø> (ø)
...ges/aloxide-js/src/network-configs/icon-testnet.ts 100.00% <ø> (ø)
.../blockchain-services/icon/IconBlockchainService.ts 40.74% <40.74%> (ø)
...de-js/src/blockchain-services/BlockchainService.ts 91.66% <85.71%> (-8.34%) :arrow_down:
...rc/blockchain-services/eos/EosBlockchainService.ts 93.02% <93.02%> (ø)
...xide-js/src/blockchain-services/BlockchainModel.ts 96.77% <96.77%> (ø)
.../src/blockchain-services/eos/EosBlockchainModel.ts 100.00% <100.00%> (ø)
...es/aloxide-js/src/blockchain-services/eos/index.ts 100.00% <100.00%> (ø)
...rc/blockchain-services/icon/IconBlockchainModel.ts 100.00% <100.00%> (ø)
...s/aloxide-js/src/blockchain-services/icon/index.ts 100.00% <100.00%> (+100.00%) :arrow_up:
... and 9 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 6cf858a...a930799. Read the comment docs.