Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Fix sc frontend read box #143

Closed lassemoldrup closed 10 months ago

lassemoldrup commented 10 months ago

Purpose

Closes #139.

Changes

Checklist

DOBEN commented 10 months ago

Suggestion: If we have no schema uploaded (and the read box returns the raw bytes), it would be better to return them e.g. in a hex type of string than the Buffer presentation (since for large objects it is hard to copy/read).

Screenshot from 2023-11-29 13-24-43

lassemoldrup commented 10 months ago

Suggestion: If we have no schema uploaded (and the read box returns the raw bytes), it would be better to return them e.g. in a hex type of string than the Buffer presentation (since for large objects it is hard to copy/read).

I agree, but I feel that there should be a separate issue for this.