cloth icon indicating copy to clipboard operation
cloth copied to clipboard

Simple Ethereum library for Clojure(Script)

Results 7 cloth issues
Sort by recently updated
recently updated
newest added

Hi I'm planning to use this library in a project. Is it still maintained?

with solidity 0.4.17 Clojure lein test `Caused by: java.lang.RuntimeException: Unable to resolve symbol: issuer in this context ` Code fails here, because functions are not being defined https://github.com/pelle/cloth/blob/master/test/cloth/contracts_test.cljc#L80 ==== Clojurescript...

* Solc * The format of the JSON emitted by solc changed between version 0.4.1 and 0.4.16. The keys for contracts used to be the contract name but now they...

`solc` prefixes the file path to the contract name (ie "path/to/contract.sol:contract") Cloth was not following this format, so the functions were not created. I'm an using solc version `0.4.11`.

- [x] Move all utilties for dealing with byte arrays into separate `cloth.bytes` namespace - [x] Created `cloth.digests` namespace for sha3 and sha256 digests - [x] Native clojure [rlp](https://github.com/ethereum/wiki/wiki/RLP) codec...

Apologies for the lose information I have no gone into the depth of the why this is occurring. But I suppose I should read the spec at some point 👍...

Hi, an interesting error when including cloth 0.3.1 in my boot.jar: > java.util.concurrent.ExecutionException: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.ethereum:leveldbjni-all:jar:1.18 in clojars (https://clojars.org/repo/) > org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.ethereum:leveldbjni-all:jar:1.18 in...