OrisDorch

Results 10 comments of OrisDorch

I think it's also worth providing more detail on the Failed status. Right now it's stated as "Your delegated harvesting request has failed, please stop harvesting and try a different...

> From the outside looking in, the NEM protocol is irrelevant and any links involving NEM should be removed. LingFranc and Fushichou, which are not related to the development, should...

The instructions on https://docs.symbol.dev/guidelines/writing-a-guide.html don't include instructions to create a .po file, which is required for translation. These instructions also seem to be missing from https://docs.symbol.dev/guidelines/translating-the-documentation.html - so it seems...

Ideally streamed checklists of a sort - potentially a mix of static items (i.e. tweet about symbol, join discord, read ___) and dynamic/curated items (i.e. current high-priority bounties / areas...

This is a minute detail in the grander scheme, but I've noticed that the guide's `Contribute `and `Symbol Handbook ` have a lot of overlap when it comes to developer...

Glad to know it's not just me! Heck - even an alternate rendering that doesn't collapse content would help.. I know it would be cluttered, but at least nothing would...

If the proposed content isn't going to be added any time soon, I might include it in a blog post just to help get it out there.

The function addressToString() in catapult-rest/catapult-sdk/src/model/address.js seems designed for conversion from hex to base32 -- `addressToString(convert.hexToUint8(decodedAddress));` - Couldn't this be used to produce an additional 'end user readable' address output in...

The main reason for this is the hex addresses returned in rest responses. I was able to convert in python and posted the code in another thread for anyone else...

Looks like this issue was worked around by adding **fromHeight** and **toHeight** to some calls (i.e. http://localhost:3000/statements/transaction - https://docs.symbolplatform.com/symbol-openapi/v1.0.0/#operation/searchReceipts), but not others (i.e. http://localhost:3000/statements/resolutions/address- https://docs.symbolplatform.com/symbol-openapi/v1.0.0/#operation/searchAddressResolutionStatements). If this is the chosen...