hive-nectar 0.1.0__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hive-nectar might be problematic. Click here for more details.

Files changed (292) hide show
  1. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/CHANGELOG.md +14 -6
  2. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/PKG-INFO +3 -1
  3. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/README.md +2 -0
  4. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/changelog.rst +18 -10
  5. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/pyproject.toml +1 -1
  6. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/block.py +14 -1
  7. {hive_nectar-0.1.0/src/nectargraphenebase → hive_nectar-0.1.2/src/nectar}/version.py +1 -1
  8. {hive_nectar-0.1.0/src/nectarbase → hive_nectar-0.1.2/src/nectarapi}/version.py +1 -1
  9. {hive_nectar-0.1.0/src/nectar → hive_nectar-0.1.2/src/nectarbase}/version.py +1 -1
  10. {hive_nectar-0.1.0/src/nectarapi → hive_nectar-0.1.2/src/nectargraphenebase}/version.py +1 -1
  11. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/.gitignore +0 -0
  12. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/.pre-commit-config.yaml +0 -0
  13. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/.readthedocs.yaml +0 -0
  14. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/LICENSE.txt +0 -0
  15. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/Makefile +0 -0
  16. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/Makefile +0 -0
  17. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-icon.png +0 -0
  18. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-icon_bw.png +0 -0
  19. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-logo.png +0 -0
  20. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-logo.svg +0 -0
  21. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-logo_2.png +0 -0
  22. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-logo_2.svg +0 -0
  23. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-logo_bw.png +0 -0
  24. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/_static/nectar-logo_bw.svg +0 -0
  25. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/apidefinitions.rst +0 -0
  26. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/cli.rst +0 -0
  27. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/conf.py +0 -0
  28. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/configuration.rst +0 -0
  29. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/contribute.rst +0 -0
  30. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/index.rst +0 -0
  31. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/indices.rst +0 -0
  32. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/installation.rst +0 -0
  33. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/make.bat +0 -0
  34. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/modules.rst +0 -0
  35. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.account.rst +0 -0
  36. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.amount.rst +0 -0
  37. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.asciichart.rst +0 -0
  38. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.asset.rst +0 -0
  39. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.block.rst +0 -0
  40. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.blockchain.rst +0 -0
  41. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.blockchaininstance.rst +0 -0
  42. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.blockchainobject.rst +0 -0
  43. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.cli.rst +0 -0
  44. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.comment.rst +0 -0
  45. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.community.rst +0 -0
  46. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.constants.rst +0 -0
  47. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.discussions.rst +0 -0
  48. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.exceptions.rst +0 -0
  49. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.hive.rst +0 -0
  50. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.hivesigner.rst +0 -0
  51. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.imageuploader.rst +0 -0
  52. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.instance.rst +0 -0
  53. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.market.rst +0 -0
  54. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.memo.rst +0 -0
  55. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.message.rst +0 -0
  56. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.nodelist.rst +0 -0
  57. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.price.rst +0 -0
  58. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.profile.rst +0 -0
  59. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.rc.rst +0 -0
  60. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.rst +0 -0
  61. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.snapshot.rst +0 -0
  62. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.storage.rst +0 -0
  63. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.transactionbuilder.rst +0 -0
  64. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.utils.rst +0 -0
  65. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.version.rst +0 -0
  66. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.vote.rst +0 -0
  67. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.wallet.rst +0 -0
  68. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectar.witness.rst +0 -0
  69. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarapi.exceptions.rst +0 -0
  70. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarapi.graphenerpc.rst +0 -0
  71. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarapi.node.rst +0 -0
  72. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarapi.noderpc.rst +0 -0
  73. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarapi.rpcutils.rst +0 -0
  74. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarapi.rst +0 -0
  75. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarapi.version.rst +0 -0
  76. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.ledgertransactions.rst +0 -0
  77. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.memo.rst +0 -0
  78. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.objects.rst +0 -0
  79. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.objecttypes.rst +0 -0
  80. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.operationids.rst +0 -0
  81. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.operations.rst +0 -0
  82. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.rst +0 -0
  83. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.signedtransactions.rst +0 -0
  84. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.transactions.rst +0 -0
  85. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarbase.version.rst +0 -0
  86. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargrapheneapi.rst +0 -0
  87. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.account.rst +0 -0
  88. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.aes.rst +0 -0
  89. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.base58.rst +0 -0
  90. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.bip32.rst +0 -0
  91. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.bip38.rst +0 -0
  92. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.chains.rst +0 -0
  93. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.dictionary.rst +0 -0
  94. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.ecdsasig.rst +0 -0
  95. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.objects.rst +0 -0
  96. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.objecttypes.rst +0 -0
  97. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.operationids.rst +0 -0
  98. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.operations.rst +0 -0
  99. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.prefix.rst +0 -0
  100. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.rst +0 -0
  101. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.signedtransactions.rst +0 -0
  102. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.types.rst +0 -0
  103. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.unsignedtransactions.rst +0 -0
  104. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectargraphenebase.version.rst +0 -0
  105. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarstorage.base.rst +0 -0
  106. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarstorage.exceptions.rst +0 -0
  107. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarstorage.interfaces.rst +0 -0
  108. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarstorage.masterpassword.rst +0 -0
  109. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarstorage.ram.rst +0 -0
  110. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarstorage.rst +0 -0
  111. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/nectarstorage.sqlite.rst +0 -0
  112. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/quickstart.rst +0 -0
  113. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/requirements.txt +0 -0
  114. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/support.rst +0 -0
  115. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/docs/tutorials.rst +0 -0
  116. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/account_curation_per_week_and_1k_sp.py +0 -0
  117. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/account_rep_over_time.py +0 -0
  118. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/account_sp_over_time.py +0 -0
  119. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/account_vp_over_time.py +0 -0
  120. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/accout_reputation_by_SP.py +0 -0
  121. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/benchmark_nectar.py +0 -0
  122. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/benchmark_nodes.py +0 -0
  123. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/benchmark_nodes2.py +0 -0
  124. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/blockactivity.py +0 -0
  125. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/blockstats.py +0 -0
  126. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/cache_performance.py +0 -0
  127. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/check_followers.py +0 -0
  128. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/hf20_testnet.py +0 -0
  129. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/login_app/app.py +0 -0
  130. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/memory_profiler1.py +0 -0
  131. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/memory_profiler2.py +0 -0
  132. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/next_witness_block_coundown.py +0 -0
  133. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/op_on_testnet.py +0 -0
  134. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/post_to_html.py +0 -0
  135. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/post_to_md.py +0 -0
  136. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/print_appbase_calls.py +0 -0
  137. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/print_comments.py +0 -0
  138. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/print_votes.py +0 -0
  139. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/stream_threading_performance.py +0 -0
  140. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/using_custom_chain.py +0 -0
  141. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/using_steem_offline.py +0 -0
  142. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/waitForRecharge.py +0 -0
  143. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/watching_the_watchers.py +0 -0
  144. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/examples/write_blocks_to_file.py +0 -0
  145. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/generate_versions.py +0 -0
  146. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/pytest.ini +0 -0
  147. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/__init__.py +0 -0
  148. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/account.py +0 -0
  149. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/amount.py +0 -0
  150. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/asciichart.py +0 -0
  151. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/asset.py +0 -0
  152. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/blockchain.py +0 -0
  153. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/blockchaininstance.py +0 -0
  154. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/blockchainobject.py +0 -0
  155. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/cli.py +0 -0
  156. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/comment.py +0 -0
  157. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/community.py +0 -0
  158. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/constants.py +0 -0
  159. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/discussions.py +0 -0
  160. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/exceptions.py +0 -0
  161. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/hive.py +0 -0
  162. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/hivesigner.py +0 -0
  163. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/imageuploader.py +0 -0
  164. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/instance.py +0 -0
  165. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/market.py +0 -0
  166. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/memo.py +0 -0
  167. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/message.py +0 -0
  168. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/nodelist.py +0 -0
  169. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/price.py +0 -0
  170. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/profile.py +0 -0
  171. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/py.typed +0 -0
  172. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/rc.py +0 -0
  173. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/snapshot.py +0 -0
  174. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/storage.py +0 -0
  175. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/transactionbuilder.py +0 -0
  176. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/utils.py +0 -0
  177. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/vote.py +0 -0
  178. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/wallet.py +0 -0
  179. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectar/witness.py +0 -0
  180. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarapi/__init__.py +0 -0
  181. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarapi/exceptions.py +0 -0
  182. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarapi/graphenerpc.py +0 -0
  183. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarapi/node.py +0 -0
  184. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarapi/noderpc.py +0 -0
  185. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarapi/py.typed +0 -0
  186. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarapi/rpcutils.py +0 -0
  187. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/__init__.py +0 -0
  188. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/ledgertransactions.py +0 -0
  189. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/memo.py +0 -0
  190. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/objects.py +0 -0
  191. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/objecttypes.py +0 -0
  192. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/operationids.py +0 -0
  193. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/operations.py +0 -0
  194. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/py.typed +0 -0
  195. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/signedtransactions.py +0 -0
  196. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarbase/transactions.py +0 -0
  197. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargrapheneapi/__init__.py +0 -0
  198. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargrapheneapi/py.typed +0 -0
  199. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/__init__.py +0 -0
  200. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/account.py +0 -0
  201. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/aes.py +0 -0
  202. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/base58.py +0 -0
  203. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/bip32.py +0 -0
  204. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/bip38.py +0 -0
  205. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/chains.py +0 -0
  206. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/dictionary.py +0 -0
  207. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/ecdsasig.py +0 -0
  208. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/objects.py +0 -0
  209. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/objecttypes.py +0 -0
  210. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/operationids.py +0 -0
  211. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/operations.py +0 -0
  212. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/prefix.py +0 -0
  213. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/py.typed +0 -0
  214. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/signedtransactions.py +0 -0
  215. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/types.py +0 -0
  216. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectargraphenebase/unsignedtransactions.py +0 -0
  217. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/__init__.py +0 -0
  218. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/base.py +0 -0
  219. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/exceptions.py +0 -0
  220. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/interfaces.py +0 -0
  221. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/masterpassword.py +0 -0
  222. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/py.typed +0 -0
  223. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/ram.py +0 -0
  224. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/nectarstorage/sqlite.py +0 -0
  225. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/src/py.typed +0 -0
  226. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/__init__.py +0 -0
  227. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/debug_ec.py +0 -0
  228. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/__init__.py +0 -0
  229. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/data/drv-wif-idx100.txt +0 -0
  230. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/data/pubkey.json +0 -0
  231. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/nodes.py +0 -0
  232. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_account.py +0 -0
  233. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_aes.py +0 -0
  234. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_amount.py +0 -0
  235. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_asciichart.py +0 -0
  236. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_asset.py +0 -0
  237. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_base_objects.py +0 -0
  238. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_block.py +0 -0
  239. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_blockchain.py +0 -0
  240. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_blockchain_batch.py +0 -0
  241. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_blockchain_threading.py +0 -0
  242. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_cli.py +0 -0
  243. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_comment.py +0 -0
  244. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_connection.py +0 -0
  245. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_constants.py +0 -0
  246. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_discussions.py +0 -0
  247. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_hive.py +0 -0
  248. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_hivesigner.py +0 -0
  249. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_instance.py +0 -0
  250. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_market.py +0 -0
  251. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_memo.py +0 -0
  252. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_message.py +0 -0
  253. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_nodelist.py +0 -0
  254. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_objectcache.py +0 -0
  255. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_price.py +0 -0
  256. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_profile.py +0 -0
  257. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_storage.py +0 -0
  258. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_testnet.py +0 -0
  259. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_txbuffers.py +0 -0
  260. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_utils.py +0 -0
  261. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_vote.py +0 -0
  262. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_wallet.py +0 -0
  263. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectar/test_witness.py +0 -0
  264. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarapi/__init__.py +0 -0
  265. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarapi/test_node.py +0 -0
  266. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarapi/test_noderpc.py +0 -0
  267. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarapi/test_rpcutils.py +0 -0
  268. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarbase/__init__.py +0 -0
  269. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarbase/test_ledgertransactions.py +0 -0
  270. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarbase/test_memo.py +0 -0
  271. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarbase/test_objects.py +0 -0
  272. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarbase/test_operations.py +0 -0
  273. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarbase/test_transactions.py +0 -0
  274. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/__init__.py +0 -0
  275. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_account.py +0 -0
  276. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_base58.py +0 -0
  277. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_bip32.py +0 -0
  278. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_bip38.py +0 -0
  279. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_ecdsa.py +0 -0
  280. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_key_format.py +0 -0
  281. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_objects.py +0 -0
  282. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_py23.py +0 -0
  283. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectargraphene/test_types.py +0 -0
  284. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarstorage/__init__.py +0 -0
  285. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarstorage/test_keystorage.py +0 -0
  286. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarstorage/test_masterpassword.py +0 -0
  287. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/nectarstorage/test_sqlite.py +0 -0
  288. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/test_add_basic.py +0 -0
  289. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/test_ec_basic.py +0 -0
  290. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/test_hivesigner_integration.py +0 -0
  291. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/tests/test_tweak_add.py +0 -0
  292. {hive_nectar-0.1.0 → hive_nectar-0.1.2}/uv.lock +0 -0
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2 - 2025-09-17
4
+
5
+ - **Fix**: Replaced missing `**kwargs` in `Blocks` constructor.
6
+
7
+ ## 0.1.1 - 2025-09-17
8
+
9
+ - **Fix**: Added support for `only_ops` and `only_virtual_ops` parameters in `Blocks` constructor.
10
+
3
11
  ## 0.1.0b - 2025-09-17
4
12
 
5
13
  - **Breaking Change**: Killed everything that was not specifcally HIVE related. If you used this for STEEM and / or Blurt, they are no longer supported.
@@ -23,12 +31,12 @@
23
31
  - Updated to always serialize all four fields in canonical order: account, reward_hive, reward_hbd, reward_vests
24
32
  - Added proper zero-amount defaults ("0.000 HIVE"/"0.000 HBD") for missing reward fields
25
33
  - Updated docstring to reflect correct behavior and field requirements
26
- - **Fix**: Convert beneficiary weights from `HIVE_100_PERCENT` units (10000) to percentages in `Comment.get_beneficiaries_pct()` to ensure accurate outputs.
27
- - **Fix**: Improve ECDSA signing to correctly handle prehashed messages and tighten signature canonicalization checks for better interoperability.
28
- - **Refactor**: Reorder wallet lock verification to run after HiveSigner validation in `TransactionBuilder`, preventing premature lock errors for HiveSigner flows.
29
- - **Refactor**: Replace implicit stdin default with an explicit blockchain selection in the CLI argument parser to avoid ambiguous behavior.
30
- - **Refactor**: Update default Hive node configuration to use HTTPS endpoints instead of WSS.
31
- - **Feature**: Add a pure-Python fallback for public key derivation when the `ecdsa` library is unavailable, improving portability.
34
+ - **Fix**: Convert beneficiary weights from `HIVE_100_PERCENT` units (10000) to percentages in `Comment.get_beneficiaries_pct()` to ensure accurate outputs.
35
+ - **Fix**: Improve ECDSA signing to correctly handle prehashed messages and tighten signature canonicalization checks for better interoperability.
36
+ - **Refactor**: Reorder wallet lock verification to run after HiveSigner validation in `TransactionBuilder`, preventing premature lock errors for HiveSigner flows.
37
+ - **Refactor**: Replace implicit stdin default with an explicit blockchain selection in the CLI argument parser to avoid ambiguous behavior.
38
+ - **Refactor**: Update default Hive node configuration to use HTTPS endpoints instead of WSS.
39
+ - **Feature**: Add a pure-Python fallback for public key derivation when the `ecdsa` library is unavailable, improving portability.
32
40
 
33
41
  ## 0.0.11 - 2025-07-25
34
42
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hive-nectar
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Hive Blockchain Python Library
5
5
  Project-URL: Homepage, http://www.github.com/thecrazygm/hive-nectar
6
6
  Project-URL: Download, https://github.com/thecrazygm/hive-nectar/tarball/0.1.0b
@@ -72,6 +72,8 @@ nectar includes [python-graphenelib](https://github.com/xeroc/python-graphenelib
72
72
 
73
73
  [![Python Versions](https://img.shields.io/pypi/pyversions/hive-nectar.svg)](https://pypi.python.org/pypi/hive-nectar/)
74
74
 
75
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/TheCrazyGM/hive-nectar)
76
+
75
77
  ## Current build status
76
78
 
77
79
  # Support & Documentation
@@ -10,6 +10,8 @@ nectar includes [python-graphenelib](https://github.com/xeroc/python-graphenelib
10
10
 
11
11
  [![Python Versions](https://img.shields.io/pypi/pyversions/hive-nectar.svg)](https://pypi.python.org/pypi/hive-nectar/)
12
12
 
13
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/TheCrazyGM/hive-nectar)
14
+
13
15
  ## Current build status
14
16
 
15
17
  # Support & Documentation
@@ -1,6 +1,12 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ 0.1.1 - 2025-09-17
5
+ ------------------
6
+
7
+ - **Fix**: Added support for ``only_ops`` and ``only_virtual_ops``
8
+ parameters in ``Blocks`` constructor.
9
+
4
10
  0.1.0b - 2025-09-17
5
11
  -------------------
6
12
 
@@ -75,6 +81,8 @@ Changelog
75
81
  - **Feature**: Add a pure-Python fallback for public key derivation
76
82
  when the ``ecdsa`` library is unavailable, improving portability.
77
83
 
84
+ .. _section-1:
85
+
78
86
  0.0.11 - 2025-07-25
79
87
  -------------------
80
88
 
@@ -82,7 +90,7 @@ Changelog
82
90
  (``Comment``) and improved ``weighted_score`` type check in node list
83
91
  ranking (``NodeList``).
84
92
 
85
- .. _section-1:
93
+ .. _section-2:
86
94
 
87
95
  0.0.10 - 2025-07-12
88
96
  -------------------
@@ -91,7 +99,7 @@ Changelog
91
99
  generation (in ``derive_permlink``) to resolve validation errors
92
100
  caused by the uppercase ``U``.
93
101
 
94
- .. _section-2:
102
+ .. _section-3:
95
103
 
96
104
  0.0.9 - 2025-07-12
97
105
  ------------------
@@ -106,14 +114,14 @@ Changelog
106
114
  ensuring completeness.
107
115
  - Removed unused fall-back paths and cleaned up internal code.
108
116
 
109
- .. _section-3:
117
+ .. _section-4:
110
118
 
111
119
  0.0.8
112
120
  -----
113
121
 
114
122
  Added new documentation and type hints to community
115
123
 
116
- .. _section-4:
124
+ .. _section-5:
117
125
 
118
126
  0.0.7
119
127
  -----
@@ -121,42 +129,42 @@ Added new documentation and type hints to community
121
129
  Removed all python2 legacy dependencies, drop python3 version
122
130
  requirement to >=3.10
123
131
 
124
- .. _section-5:
132
+ .. _section-6:
125
133
 
126
134
  0.0.6
127
135
  -----
128
136
 
129
137
  Updated to more robust error reporting
130
138
 
131
- .. _section-6:
139
+ .. _section-7:
132
140
 
133
141
  0.0.5
134
142
  -----
135
143
 
136
144
  More community fixes, including the Community Title Property
137
145
 
138
- .. _section-7:
146
+ .. _section-8:
139
147
 
140
148
  0.0.4
141
149
  -----
142
150
 
143
151
  Small community fixes
144
152
 
145
- .. _section-8:
153
+ .. _section-9:
146
154
 
147
155
  0.0.3
148
156
  -----
149
157
 
150
158
  Working on bridge api
151
159
 
152
- .. _section-9:
160
+ .. _section-10:
153
161
 
154
162
  0.0.2
155
163
  -----
156
164
 
157
165
  Rebranded to Nectar
158
166
 
159
- .. _section-10:
167
+ .. _section-11:
160
168
 
161
169
  0.0.1
162
170
  -----
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "hive-nectar"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Hive Blockchain Python Library"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -427,7 +427,10 @@ class Blocks(list):
427
427
  count=1000,
428
428
  lazy=False,
429
429
  full=True,
430
+ only_ops=False,
431
+ only_virtual_ops=False,
430
432
  blockchain_instance=None,
433
+ **kwargs,
431
434
  ):
432
435
  """
433
436
  Initialize a Blocks collection by fetching a contiguous range of blocks from the chain and populating the list with Block objects.
@@ -439,6 +442,8 @@ class Blocks(list):
439
442
  count (int, optional): Number of consecutive blocks to fetch. Defaults to 1000.
440
443
  lazy (bool, optional): If True, create Block objects in lazy mode (defer full parsing). Defaults to False.
441
444
  full (bool, optional): If True, create Block objects with full data loaded (subject to lazy). Defaults to True.
445
+ only_ops (bool, optional): If True, blocks will contain only regular operations (no block metadata). Defaults to False.
446
+ only_virtual_ops (bool, optional): If True, blocks will contain only virtual operations. Defaults to False.
442
447
  """
443
448
  self.blockchain = blockchain_instance or shared_blockchain_instance()
444
449
 
@@ -453,5 +458,13 @@ class Blocks(list):
453
458
  )["blocks"]
454
459
 
455
460
  super(Blocks, self).__init__(
456
- [Block(x, lazy=lazy, full=full, blockchain_instance=self.blockchain) for x in blocks]
461
+ [
462
+ Block(
463
+ x,
464
+ lazy=lazy,
465
+ full=full,
466
+ blockchain_instance=self.blockchain,
467
+ )
468
+ for x in blocks
469
+ ]
457
470
  )
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.1.0"
3
+ version = "0.1.2"
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.1.0"
3
+ version = "0.1.2"
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.1.0"
3
+ version = "0.1.2"
@@ -1,3 +1,3 @@
1
1
  """THIS FILE IS GENERATED FROM nectar PYPROJECT.TOML."""
2
2
 
3
- version = "0.1.0"
3
+ version = "0.1.2"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes