You are viewing a single comment's thread from:

RE: Python Libraries: No More BEEM

in STEMGeeks3 months ago

Thanks @deathwing, I find your node particularly reliable and you have a cool name, so I used you.

@deathwing's node seems to also be the only one that supports ipv6.
A witness worth supporting, I think.

Lastly, I will give big comment votes out to anyone who can replace these fucking BEEM functions with working Condenser ones!

Unless you want to build your own transaction signing, using a library like BEEM is ok.
I just avoid BEEM's higher level object stuff and stick to the underlying core functions.

Sort:  

I just hope the functions in that library don't suddenly stop working due to changes made by the developers. I know @sagarkothari88 uses Javascript for his routines, but how about the vote method?

from beem import Hive

hive = Hive(keys=['postingkey'])
hive.vote(weight=weight, account=account, identifier=authorperm)

That looks very simple, will give it a try... thanks.

I just hope the functions in that library don't suddenly stop working due to changes made by the developers.

I think you misunderstand.
BEEM is abandoned. There will be no changes.
Even if there were any - it's on github and you can always clone into an older version - the one that was working for you.

As long as there are no significant changes to how Hive nodes work, it will keep working, especially if you stick to the core functions, like I showed above.
Problematic with BEEM are the more abstract, higher level functions - some of them broke, when Hive changed.

The core features still work all the same and never changed since block 0.

I mean the HIVE developers, not @holger80. His API is reliant on the base infrastructure code being as it was (3 years ago). Am I getting this wrong...?

Hive's core features still work all the same and never changed since the first block, 8 years ago.

Likewise, BEEM's core functions (inherited from Piston) also never changed for those 8 years.

If you stay away from the higher level, abstract classes of BEEM, or at least use them consciously, you can probably use it forever.

OK,... I was under the impression some BEEM functions might stop working due to HIVE tinkering.., good to know.

Hello @slobberchops
Is that a question for me?
We are working on integrating Post Details, Vote, Comment within HiFind App.

Is that a question for me?

It was, care to share your vote function?

Loading...
Loading...
Loading...