hive-nectar 0.0.7__tar.gz → 0.0.9b0__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.
- hive_nectar-0.0.9b0/CHANGELOG.md +46 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/Makefile +5 -2
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/PKG-INFO +1 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/pyproject.toml +1 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/__init__.py +1 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/account.py +1 -1
- hive_nectar-0.0.9b0/src/nectar/community.py +859 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/nodelist.py +83 -7
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/storage.py +3 -4
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/utils.py +1 -1
- {hive_nectar-0.0.7/src/nectargraphenebase → hive_nectar-0.0.9b0/src/nectar}/version.py +1 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarapi/__init__.py +1 -0
- {hive_nectar-0.0.7/src/nectar → hive_nectar-0.0.9b0/src/nectarapi}/version.py +1 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/__init__.py +1 -0
- {hive_nectar-0.0.7/src/nectarapi → hive_nectar-0.0.9b0/src/nectarbase}/version.py +1 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/__init__.py +1 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/operations.py +2 -0
- {hive_nectar-0.0.7/src/nectarbase → hive_nectar-0.0.9b0/src/nectargraphenebase}/version.py +1 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/__init__.py +21 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/sqlite.py +1 -1
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/uv.lock +243 -222
- hive_nectar-0.0.7/CHANGELOG.md +0 -30
- hive_nectar-0.0.7/src/nectar/community.py +0 -512
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/.gitignore +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/LICENSE.txt +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/README.md +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/Makefile +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-icon.png +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-icon_bw.png +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-logo.png +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-logo.svg +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-logo_2.png +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-logo_2.svg +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-logo_bw.png +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/_static/nectar-logo_bw.svg +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/apidefinitions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/cli.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/conf.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/configuration.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/contribute.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/index.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/indices.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/installation.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/make.bat +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/modules.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.account.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.amount.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.asciichart.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.asset.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.block.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.blockchain.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.blockchaininstance.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.blockchainobject.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.comment.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.community.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.conveyor.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.discussions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.exceptions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.hive.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.hivesigner.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.imageuploader.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.instance.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.market.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.memo.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.message.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.nodelist.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.price.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.rc.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.snapshot.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.steem.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.storage.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.transactionbuilder.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.utils.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.vote.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.wallet.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectar.witness.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarapi.exceptions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarapi.graphenenerpc.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarapi.node.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarapi.noderpc.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarbase.ledgertransactions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarbase.memo.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarbase.objects.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarbase.objecttypes.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarbase.operationids.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarbase.operations.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarbase.signedtransactions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.account.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.aes.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.base58.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.bip32.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.bip38.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.ecdsasig.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.objects.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.objecttypes.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.operations.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.signedtransactions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectargraphenebase.unsignedtransactions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarstorage.base.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarstorage.exceptions.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarstorage.interfaces.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarstorage.masterpassword.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarstorage.ram.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/nectarstorage.sqlite.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/quickstart.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/requirements.txt +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/support.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/docs/tutorials.rst +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/account_curation_per_week_and_1k_sp.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/account_rep_over_time.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/account_sp_over_time.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/account_vp_over_time.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/accout_reputation_by_SP.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/benchmark_nectar.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/benchmark_nodes.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/benchmark_nodes2.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/blockactivity.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/blockstats.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/cache_performance.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/check_followers.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/compare_transactions_speed_with_steem.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/compare_with_steem_python_account.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/hf20_testnet.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/login_app/app.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/memory_profiler1.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/memory_profiler2.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/next_witness_block_coundown.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/op_on_testnet.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/post_to_html.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/post_to_md.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/print_appbase_calls.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/print_comments.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/print_votes.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/stream_threading_performance.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/using_custom_chain.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/using_steem_offline.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/waitForRecharge.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/watching_the_watchers.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/examples/write_blocks_to_file.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/generate_versions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/pytest.ini +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/amount.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/asciichart.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/asset.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/block.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/blockchain.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/blockchaininstance.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/blockchainobject.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/blurt.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/cli.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/comment.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/constants.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/conveyor.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/discussions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/exceptions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/hive.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/hivesigner.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/imageuploader.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/instance.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/market.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/memo.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/message.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/price.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/profile.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/py.typed +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/rc.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/snapshot.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/steem.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/transactionbuilder.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/vote.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/wallet.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectar/witness.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarapi/exceptions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarapi/graphenerpc.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarapi/node.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarapi/noderpc.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarapi/py.typed +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarapi/rpcutils.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/ledgertransactions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/memo.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/objects.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/objecttypes.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/operationids.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/operations.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/py.typed +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/signedtransactions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarbase/transactions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargrapheneapi/__init__.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargrapheneapi/py.typed +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/account.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/aes.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/base58.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/bip32.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/bip38.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/chains.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/dictionary.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/ecdsasig.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/objects.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/objecttypes.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/operationids.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/prefix.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/py.typed +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/signedtransactions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/types.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectargraphenebase/unsignedtransactions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/base.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/exceptions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/interfaces.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/masterpassword.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/py.typed +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/nectarstorage/ram.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/src/py.typed +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/__init__.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/__init__.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/data/drv-wif-idx100.txt +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/data/pubkey.json +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/nodes.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_account.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_account_blurt.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_account_steem.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_aes.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_amount.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_asciichart.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_asset.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_base_objects.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_block.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_blockchain.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_blockchain_batch.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_blockchain_threading.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_cli.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_comment.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_connection.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_constants.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_conveyor.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_discussions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_hive.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_hivesigner.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_instance.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_market.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_memo.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_message.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_nodelist.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_objectcache.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_price.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_profile.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_steem.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_storage.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_testnet.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_txbuffers.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_utils.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_vote.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_wallet.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectar/test_witness.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarapi/__init__.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarapi/test_node.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarapi/test_noderpc.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarapi/test_rpcutils.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarbase/__init__.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarbase/test_ledgertransactions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarbase/test_memo.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarbase/test_objects.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarbase/test_operations.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarbase/test_transactions.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/__init__.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_account.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_base58.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_bip32.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_bip38.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_ecdsa.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_key_format.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_objects.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_py23.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectargraphene/test_types.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarstorage/__init__.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarstorage/test_keystorage.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarstorage/test_masterpassword.py +0 -0
- {hive_nectar-0.0.7 → hive_nectar-0.0.9b0}/tests/nectarstorage/test_sqlite.py +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 0.0.9b - 2025-07-12
|
|
4
|
+
|
|
5
|
+
- Emergency hotfix: lower-case the UTC timestamp suffix during permlink generation (in `derive_permlink`) to resolve validation errors caused by the uppercase `U`.
|
|
6
|
+
|
|
7
|
+
## 0.0.9 - 2025-07-12
|
|
8
|
+
|
|
9
|
+
- Refactored `nodelist` logic:
|
|
10
|
+
- `update_nodes` now reads authoritative node metadata from `nectarflower` account `json_metadata` only.
|
|
11
|
+
- Uses `weighted_score` directly for ranking and zeroes scores for nodes missing from the report.
|
|
12
|
+
- Dynamically adds new nodes from the report and failing list, ensuring completeness.
|
|
13
|
+
- Removed unused fall-back paths and cleaned up internal code.
|
|
14
|
+
|
|
15
|
+
## 0.0.8
|
|
16
|
+
|
|
17
|
+
Added new documentation and type hints to community
|
|
18
|
+
|
|
19
|
+
## 0.0.7
|
|
20
|
+
|
|
21
|
+
Removed all python2 legacy dependencies, drop python3 version requirement to >=3.10
|
|
22
|
+
|
|
23
|
+
## 0.0.6
|
|
24
|
+
|
|
25
|
+
Updated to more robust error reporting
|
|
26
|
+
|
|
27
|
+
## 0.0.5
|
|
28
|
+
|
|
29
|
+
More community fixes, including the Community Title Property
|
|
30
|
+
|
|
31
|
+
## 0.0.4
|
|
32
|
+
|
|
33
|
+
Small community fixes
|
|
34
|
+
|
|
35
|
+
## 0.0.3
|
|
36
|
+
|
|
37
|
+
Working on bridge api
|
|
38
|
+
|
|
39
|
+
## 0.0.2
|
|
40
|
+
|
|
41
|
+
Rebranded to Nectar
|
|
42
|
+
|
|
43
|
+
## 0.0.1
|
|
44
|
+
|
|
45
|
+
- Initial release
|
|
46
|
+
- Beem stops and Nectar starts
|
|
@@ -17,13 +17,16 @@ generate-versions:
|
|
|
17
17
|
python3 generate_versions.py
|
|
18
18
|
|
|
19
19
|
lint:
|
|
20
|
-
uv run ruff check src
|
|
20
|
+
uv run ruff check src
|
|
21
21
|
|
|
22
22
|
format:
|
|
23
23
|
uv run ruff format src
|
|
24
24
|
|
|
25
|
+
imports:
|
|
26
|
+
uv run ruff check --select I --fix src
|
|
27
|
+
|
|
25
28
|
test:
|
|
26
|
-
python -m pytest -v
|
|
29
|
+
python -m pytest -v
|
|
27
30
|
|
|
28
31
|
build: generate-versions
|
|
29
32
|
uv build
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hive-nectar
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.9b0
|
|
4
4
|
Summary: Unofficial Python library for HIVE
|
|
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.0.7
|
|
@@ -1220,7 +1220,7 @@ class Account(BlockchainObject):
|
|
|
1220
1220
|
last_notification = self.get_notifications(only_unread=False, limit=1, account=account)
|
|
1221
1221
|
if len(last_notification) == 0:
|
|
1222
1222
|
raise ValueError("Notification list is empty")
|
|
1223
|
-
last_read =
|
|
1223
|
+
last_read = datetime.now(timezone.utc)
|
|
1224
1224
|
if isinstance(last_read, datetime):
|
|
1225
1225
|
last_read = formatTimeString(last_read)
|
|
1226
1226
|
json_body = [
|