Skip to content

Problem: The send function is deprecated #483

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

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

codegeschrei
Copy link
Contributor

Solution: remove the send function

Fixes #482

Solution: remove the send function
@codecov-io
Copy link

Codecov Report

Merging #483 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #483      +/-   ##
==========================================
- Coverage   98.74%   98.72%   -0.03%     
==========================================
  Files           5        5              
  Lines         239      235       -4     
==========================================
- Hits          236      232       -4     
  Misses          3        3

https://docs.bigchaindb.com/projects/py-driver/en/latest/handcraft.html#send-the-transaction
"""

warn('The method .send will be deprecated in the next release of the '
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that all the docs warning messages, like this

screenshot from 2018-09-17 15-10-09

will go away, or do you have to remove those manually?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is gone. The warning was written in the docstring of the function and since we removed it, the warning is gone too

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat.

@muawiakh muawiakh self-requested a review September 19, 2018 10:12
Copy link
Contributor

@muawiakh muawiakh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ttmc ttmc merged commit befe843 into bigchaindb:master Sep 20, 2018
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.

4 participants