51 Commits

Author SHA1 Message Date
debris
afd886318f solidity type int, missing file 2015-07-28 10:14:18 +02:00
debris
d38f8bcbe6 solidity type int 2015-07-28 10:13:59 +02:00
debris
f3e0fdaec9 bool type 2015-07-28 09:01:05 +02:00
debris
9b2b10c8b8 docs... 2015-07-28 08:28:46 +02:00
debris
7b27c47d69 solidity refactor in progres 2015-07-28 03:44:19 +02:00
debris
b815c5561a removed _mode field 2015-07-28 03:34:36 +02:00
debris
bdd68cde1a new encoding 2015-07-28 03:30:47 +02:00
debris
38018446a3 step by step encoding 2015-07-28 02:34:31 +02:00
debris
fa8d4c1087 step by step encoding 2015-07-28 01:43:28 +02:00
debris
b043832cfd step by step encoding 2015-07-28 01:36:32 +02:00
debris
2559b958a6 step by step encoding 2015-07-28 00:32:46 +02:00
debris
d319ee8d92 nested encoding in progress 2015-07-28 00:14:41 +02:00
debris
b2f2202450 removed unused lines 2015-07-27 22:52:55 +02:00
debris
38b698dadd decoding refactor, nested arrays 2015-07-27 22:38:33 +02:00
debris
13807c1b19 solidity types prototypes 2015-07-27 15:10:10 +02:00
debris
3e66cca699 encoding fixed size variables > 32 bytes" 2015-07-27 14:09:12 +02:00
Fabian Vogelsteller
3fe001c235 fixed build error 2015-07-21 15:51:19 +02:00
Marek Kotewicz
4a7edb5ad8 fixed utf8 encoding/decoding in solidity params 2015-07-21 11:35:52 +02:00
Marek Kotewicz
490dde52a7 fixed encoding/decoding strings, #249 2015-06-30 12:02:46 +02:00
Marek Kotewicz
b3f5d0927c fixed long bytes dynamic decoding/encoding, #249 2015-06-30 11:16:15 +02:00
Fabian Vogelsteller
ecf0a2cbdf changed | to Math.floor 2015-06-22 15:55:24 +02:00
Fabian Vogelsteller
9061116db3 fixed build issues in formatInputDynamicBytes 2015-06-22 11:17:26 +02:00
Marek Kotewicz
fa3239f457 abi string type, fixes #216, #218, #219 2015-06-01 19:50:45 +02:00
Marek Kotewicz
d03bec658e decoding of empty array, fixed #210, fixed #211 2015-05-21 11:38:19 +02:00
Marek Kotewicz
9abf38a349 fixed encoding of empty arrays 2015-05-21 11:28:15 +02:00
Marek Kotewicz
611f640101 asynchronous contract creation, breaking changes 2015-05-11 18:02:15 +02:00
Marek Kotewicz
272837e0dd cleaned up param.js 2015-05-10 15:25:35 +02:00
Marek Kotewicz
38a13bc188 removed unused functions from coder.js 2015-05-10 15:23:26 +02:00
Marek Kotewicz
c6a57b359c cleanup and documentation 2015-05-09 20:38:06 +02:00
Marek Kotewicz
6e60e1ffcd new solidity abi decoding 2015-05-09 20:15:08 +02:00
Marek Kotewicz
3f0d1c8b41 new abi proposal implementation of encoding 2015-05-09 19:05:34 +02:00
Marek Kotewicz
f96385522a removed unused functions from abi.js 2015-05-09 11:54:09 +02:00
Marek Kotewicz
860ad2c48b fixed #194 2015-05-08 09:55:14 +02:00
Marek Kotewicz
baed4c879d fixed old encoding 2015-04-28 17:41:41 +02:00
Marek Kotewicz
9fa9cc77f4 fixed fixed size bytes encoding and decoding 2015-04-24 10:34:59 +02:00
Marek Kotewicz
9158ac760d removed unused function 2015-04-22 09:49:37 +02:00
Marek Kotewicz
f767a9a68a removed unused formatOutputHash, renamed formatXXXString to formatXXXBytes 2015-04-22 09:01:14 +02:00
Marek Kotewicz
501e3bc56e utils cleanup 2015-04-20 23:01:21 +02:00
Marek Kotewicz
779a608076 documentation 2015-04-20 11:20:05 +02:00
Marek Kotewicz
941535fe47 SolidityParam moved to its own file && documented 2015-04-20 10:36:11 +02:00
Marek Kotewicz
0567ba1826 outputParser do not require 0x prefix before hash 2015-04-16 22:11:15 +02:00
Marek Kotewicz
b5c6aa6530 little cleanup && renaming 2015-04-16 21:46:07 +02:00
Marek Kotewicz
dccfca1af5 solidity abi refactor in progress 2015-04-16 21:16:26 +02:00
Marek Kotewicz
d643d06b78 solidity abi refactor in progress 2015-04-16 16:37:13 +02:00
Marek Kotewicz
6763f34c10 tests for creating new contract with nondefault constructor, added missing files 2015-04-09 23:52:57 +02:00
Marek Kotewicz
2ef5efc8f8 fixed #70, creating contract with nondefault constructor 2015-04-09 23:30:18 +02:00
Marek Kotewicz
5e150378c8 fixed formatting address 2015-04-02 13:08:58 +02:00
dchambers
0267e85d41 Use browserify's 'browser' field instead of 'envify' & 'unreachable-branch-transform to', plus always include 'bignumber.js' since it is needed in the browser. 2015-03-16 08:08:29 +00:00
Lefteris Karapetsas
3a22498281 string type basically becomes bytes type 2015-03-13 13:05:13 +01:00
Marek Kotewicz
c7f8373191 separated formatters files 2015-03-08 18:31:08 +01:00