Aviv Eyal

Results 75 comments of Aviv Eyal

Please add - [ ] Get SMC from Tap on testnet - [ ] Get transaction status by TX id

Please make all API calls async using the async / await javascript pattern. Even methods that can return data immediately should use a typed promise for consistent behavior. e.g. Promise....

@iamonuwa is this wip or would you like it to be reviewed for merging? What about the 4 unchecked items?

Please add link to desktop mock for this feature if we got it (and same for any other UI issue). The mocks we have are all hosted here: https://github.com/spacemeshos/app/tree/master/design/resources/mocks2.0

ok - we'll create one.

Please link to specs where we have notes about BLS and about the various BIPs

Let's please remove all guidelines from issues and link to contributing.md

Here's a neat github trick - if you click 'download' for a hosted image, you get its 'raw' url. e.g. https://raw.githubusercontent.com/spacemeshos/app/master/design/resources/mocks2.0/mobile_unlock_wallet.jpg - you can then easily embed it in an...

The case is to try to launch the testapp from a release. If you don't add its path to LD_LIBRARY_PATH env var. e.g. via `export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH` then the app won't...

So to clarify, phase I - what is deployed is fully monitored and the api is load balanced and it is easy to add more machines to it. I don't...