GitHub/planetmint/docs/root/source/contributing/cross-project-policies/code-of-conduct 2.md:8:duplicate label contributor code of conduct
Latest issue is this @Sangatdas :
Warning, treated as error:
`autodoc: failed to import class 'Planetmint' from module 'planetmint'; the following exception was raised:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sphinx/util/inspect.py", line 225, in safe_getattr
return getattr(obj, name, *defargs)
AttributeError: module 'planetmint' has no attribute 'Planetmint'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sphinx/ext/autodoc/importer.py", line 193, in import_object
obj = attrgetter(obj, attrname)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sphinx/ext/autodoc/init.py", line 290, in get_attr
return autodoc_attrgetter(self.env.app, obj, name, defargs)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sphinx/ext/autodoc/init.py", line 1563, in autodoc_attrgetter
return safe_getattr(obj, name, defargs)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/sphinx/util/inspect.py", line 241, in safe_getattr
raise AttributeError(name)
AttributeError: Planetmint`
we just do not assign the consumed goods to the outputs, I wrote everything down in PRP5- branch PRP5. please have look. on top, thank you for refactoring. I think it's great!
at the same time, I got a little bit confused by the way the schema-validation is currently set up (not by you). I guess you saw this, too.
electoin, vote and validator_election do have a 'validate_schema()' method. but not the other transactions. At the same time, there is another transaction-class in planetmint/models.py: Transactions which derives from transaction, and in this class the method (validate_schema) is overwritten and issued for all transaction-subclasses. do you know the purpose of this class? is this just a OO hack ?
Hello everyone,
I would like to know your thoughts regarding the removal of ‘Create’ and ‘Transfer’ related logic from the planetmint/planetmint/transactions/common/transaction.py and to add it as seperate classes in the planetmint/planetmint/transactions/types/ directory. May be moving forward at some time we can work on it.
In this way it would be more organised and modular as we are scalling up. Please let me know your thoughts on this @eckelj @Sangatdas . Thanks!
Hello @Sangatdas @eckelj ,
The acceptance test in the PR is failing and the issue is related to test_zenroom. Please check it:
planetmint/planetmint#61
@ArpitShukla007 @LaurentDeMontBlanc I am asking myself where and how the object/variable test_client is defined in the following code:
async def test_websocket_string_event(test_client, loop):
from bigchaindb.web.websocket_server import init_app, POISON_PILL, EVENTS_ENDPOINT
event_source = asyncio.Queue(loop=loop)
app = init_app(event_source, loop=loop)
client = await test_client(app)
I cannot find any fixtures.
tests/README.md
as well