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

Integrate abieos #8

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Integrate abieos #8

wants to merge 3 commits into from

Conversation

ksiazkowicz
Copy link
Contributor

  • Use abieos to serialize action payloads instead of abi_json_to_bin,
  • Use abieos to deserialize action payloads,
  • Add public_key ABI type, type out newaccount action

@codecov
Copy link

codecov bot commented Apr 27, 2020

Codecov Report

Merging #8 into master will increase coverage by 0.06%.
The diff coverage is 98.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   98.55%   98.61%   +0.06%     
==========================================
  Files          11       11              
  Lines         483      505      +22     
==========================================
+ Hits          476      498      +22     
  Misses          7        7              
Flag Coverage Δ
#unittests 98.61% <98.73%> (+0.06%) ⬆️
Impacted Files Coverage Δ
aioeos/types/__init__.py 100.00% <ø> (ø)
aioeos/serializer.py 99.43% <98.14%> (-0.57%) ⬇️
aioeos/contracts/eosio.py 100.00% <100.00%> (ø)
aioeos/keys.py 94.39% <100.00%> (+0.05%) ⬆️
aioeos/rpc.py 100.00% <100.00%> (+1.11%) ⬆️
aioeos/types/abi.py 100.00% <100.00%> (ø)
aioeos/types/authority.py 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 0d73d41...52b782e. Read the comment docs.

@ksiazkowicz ksiazkowicz marked this pull request as draft April 27, 2020 10:58
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.

1 participant