Peter Siemens

Results 34 comments of Peter Siemens

Pushing to next sprint

Thanks for reporting this @lmcmz. I think it probably makes sense to make the JSON encoding consistent between the SDKs. But that's really only a band-aid fix IMO, given that...

Hey @loupiote, thanks for your patience on this one! We were focusing our attention on your other report: #435 We're aware of the non-standard usage of BIP39 and we're definitely...

@sideninja Are there examples of other CLI apps that do something similar? I'm just worried that this could cause more confusion: users may forget to include the `--global` flag and...

@beaugunderson Yep, pretty much! TBH I'm not in love with the existing approach, so definitely open to alternatives. Regardless, it probably makes sense to eventually have a codegen solution that...

This could be implemented in a similar fashion to #29. Arguments could be specified before clicking the "Deploy" button, similar to the "Send" button for transactions.

> Get transactions by block ID So this is actually possible right now, but requires a few steps. 1. `block = GetBlock` 2. `for each collectionID in block`, `collection =...

IMO IDs and public keys shouldn't be prefixed with `0x`. But maybe these functions should be tolerant of the prefix?

The server still detects invalid filenames but the error is not reported on the frontend, which causes confusion for users. @AmeliaHe98