Janko Simonovic

Results 9 issues of Janko Simonovic

There are some differences based on the OS and shells devs are using. For example, this is fine in MacOS: ``` ceramic create tile --content '{ "title": "My first Document...

documentation
dontclose

- test and fix issues with CLI in Ubuntu env

bug
dontclose

- create separate module for `Pinning` implementation(s) - create separate module for `AnchorService` implementation(s)

chore
p4
dontclose

We are passing records and information for how to create signed records at the same API. Let's wrap all the records (not just for signed records) with DTO.

chore
dontclose

Could we enforce the size limit before storing the record in IPFS? Otherwise we spend a lot of time uploading a large file over the network for nothing. This would...

dontclose

Right now the document state is not being stored/pinned on document update. Implement the feature.

bug
dontclose

If the `code` property is not present in the state overrides, it should be skipped or set to `null` on marshal. Because of the type of the property `hexutil.Bytes` the...

Think about and implement the alternative for `ethersproject/providers`. One of the combinations that could work is: - https://github.com/hyperdivision/nanoeth - https://infura.io/docs/ethereum/wss/introduction What's cool about that library is that in browser we...

enhancement