-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from pelle/contract-improvements
Contract improvements
- Loading branch information
Showing
6 changed files
with
68 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CLOTH Changelog | ||
|
||
### 0.2.7 | ||
|
||
- Fix `bytes` and `bytesXX` encoding and decoding of solidity function call parameters | ||
- Accepts "0x" prefixed hex string which gets decoded and converted to bytearray/Buffer | ||
- Any other strings are converted to bytearray or Buffer | ||
- bytearray/Buffers are directly accepted | ||
- decoding always returns a bytearray or Buffer depending on Clojure or ClojureScript | ||
- Added Clojure Docs for all functions generated from Solidity. This can be improved but it's better than nothing. | ||
- More robust solidity compilation process | ||
- Now correctly picks the solidity contract when compiling based on multiple sourcefile dependencies in `(defcontract)` | ||
- Correctly means means that it assumes the Solidity contract is the Capitalized camelized name of the contract name passed into `(defcontract name path)` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters