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

Finish datacap tests #747

Merged
merged 3 commits into from
Oct 14, 2022
Merged

Finish datacap tests #747

merged 3 commits into from
Oct 14, 2022

Conversation

ZenGround0
Copy link
Contributor

Finish identifying and testing out non standard behaviors of the datacap token

Closes #543

@ZenGround0 ZenGround0 requested a review from arajasek October 10, 2022 22:07
@ZenGround0 ZenGround0 force-pushed the feat/finish-datacap-tests branch from 6b3f1cf to 52740bc Compare October 10, 2022 22:08
@codecov-commenter
Copy link

Codecov Report

Merging #747 (52740bc) into master (126ad53) will increase coverage by 0.13%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #747      +/-   ##
==========================================
+ Coverage   86.60%   86.74%   +0.13%     
==========================================
  Files          95       95              
  Lines       19955    19955              
==========================================
+ Hits        17283    17310      +27     
+ Misses       2672     2645      -27     
Impacted Files Coverage Δ
actors/datacap/src/lib.rs 55.37% <ø> (ø)
actors/init/src/lib.rs 96.77% <0.00%> (-1.62%) ⬇️
actors/power/src/lib.rs 83.89% <0.00%> (-0.22%) ⬇️
test_vm/src/lib.rs 89.42% <0.00%> (+0.11%) ⬆️
actors/miner/src/lib.rs 83.61% <0.00%> (+0.12%) ⬆️
actors/miner/src/testing.rs 92.75% <0.00%> (+0.98%) ⬆️
actors/miner/src/deadline_info.rs 96.62% <0.00%> (+16.85%) ⬆️

@ZenGround0 ZenGround0 merged commit 2e0ace8 into master Oct 14, 2022
@ZenGround0 ZenGround0 deleted the feat/finish-datacap-tests branch October 14, 2022 18:29
shamb0 pushed a commit to shamb0/builtin-actors that referenced this pull request Jan 31, 2023
* Auto allowance on mint
* transfer[_from] restriction
* destroy

Co-authored-by: zenground0 <[email protected]>
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.

Tests for datacap token actor
3 participants