Giter VIP home page Giter VIP logo

Comments (2)

crokkon avatar crokkon commented on June 2, 2024

Just realized that beempy verify is affected in the same way:

  • appbase:
$ beempy set nodes https://api.steemit.com
$ beempy verify --trx 3 25304468
[...]
  File "/usr/local/lib/python3.6/site-packages/beembase/objects.py", line 268, in __init__
    raise Exception("Unknown CommentOptionExtension")
Exception: Unknown CommentOptionExtension
  • non-appbase:
$ beempy set nodes wss://rpc.steemviz.com
$ beempy verify --trx 3 25304468
+-----+-------------------------------------------------------+--------------+
| trx | Signer key                                            | Account      |
+-----+-------------------------------------------------------+--------------+
| 3   | STM8UsiAQE3nCAjs719SJ3cBTJzH8KQ5jwAemcrn6DVVCphQvjH2j | buffalo-goku |
+-----+-------------------------------------------------------+--------------+

However, the problem seems to be broader than just beneficiaries:
Checking the signatures of transactions gives empty results when Amounts in the appbase format (e.g. {'amount': '3', 'precision': 3, 'nai': '@@000000021'}) are contained:

  • appbase:
$ beempy verify --trx 5 25304468
+-----+------------+---------+
| trx | Signer key | Account |
+-----+------------+---------+
| 5   | []         | []      |
+-----+------------+---------+
  • non-appbase
$ beempy verify --trx 5 25304468
+-----+-------------------------------------------------------+----------+
| trx | Signer key                                            | Account  |
+-----+-------------------------------------------------------+----------+
| 4   | STM8NyQwZLPM4AVAVUf5Koqn2WFE5cD1TaUqk5nGQq1E8KddBJS8g | all.cars |
+-----+-------------------------------------------------------+----------+

It seems to me that this is a general problem with the serialization. I didn't manage to fix it, yet. If you have a pointer where to best address this, let me know!

from beem.

holgern avatar holgern commented on June 2, 2024

The described issue is fixed after applying #77

from beem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.