Commit graph

  • b8e3bb6c60 Comment typo Steven Jack 2018-03-01 21:00:34 +0000
  • df2666308b Updates README Steven Jack 2018-03-01 20:59:03 +0000
  • 517a02681b Fix lock file Steven Jack 2018-03-01 20:52:20 +0000
  • 248c36b6d5 Remove typo Steven Jack 2018-03-01 20:50:46 +0000
  • aece863a1e Send msg if cmd is other than cmdUnknown Steven Jack 2018-03-01 20:46:25 +0000
  • ebd240c0e4 Disconnect once go routines signal so Steven Jack 2018-03-01 00:01:34 +0000
  • 0e8a9de376
    Merge 82ddc681c0 into 942650dd8b kemargrant 2018-02-28 19:46:05 +0000
  • 942650dd8b
    Fixed typo in README (#33) 0.18.0 Anthony De Meulemeester 2018-02-28 20:45:54 +0100
  • 06dd1bf2f8 bumped version anthdm 2018-02-28 20:33:56 +0100
  • 4afb678983 Changed import paths to interop layer anthdm 2018-02-28 08:10:40 +0100
  • 82ddc681c0
    Fix typo in readme file kemargrant 2018-02-27 18:28:16 -0500
  • 2345858238
    Compiler update (basic sc ready) (#31) 0.17.0 Anthony De Meulemeester 2018-02-27 10:04:24 +0100
  • 41bda0cd40 Updated README anthdm 2018-02-27 09:48:52 +0100
  • a896ef2f19 bump version. anthdm 2018-02-27 09:14:38 +0100
  • a527f6621b Added sc examples in compiler README + added quick nested if test. anthdm 2018-02-27 09:14:21 +0100
  • f9d980abf2 implemented bytearrays and added runtime tests anthdm 2018-02-27 08:15:08 +0100
  • 524be07dde refactored structs so scope is not needed anymore + fix passing struct in func arguments. anthdm 2018-02-26 10:30:02 +0100
  • de3395fb51
    Refactor of imports + lots of sweet stuff (#30) 0.16.0 Anthony De Meulemeester 2018-02-25 13:26:56 +0100
  • 7bfbe67a58 bump version 0.16.0 anthdm 2018-02-25 13:21:12 +0100
  • 2669728ee5 refactored imports + lots and lots of other sweet stuff + fix #28. anthdm 2018-02-25 13:16:48 +0100
  • ed838468c5 implemented global variables. anthdm 2018-02-24 16:08:58 +0100
  • 63bc244163
    Updated readme in compiler folder + bumped version to match latest tag. (#29) 0.15.0 Anthony De Meulemeester 2018-02-24 10:19:15 +0100
  • d1567685c3 bumped 1 higher anthdm 2018-02-24 10:18:15 +0100
  • 152d3210b1 Updated readme in compiler folder + bumped version to match latest tag. anthdm 2018-02-24 10:15:07 +0100
  • e93dfe8062 Better error messages (#24) 0.14.0 Pawan Rawal 2018-02-24 20:10:45 +1100
  • 23cfebf621
    Compiler (#23) 0.13.0 Anthony De Meulemeester 2018-02-24 10:06:48 +0100
  • 750726d71f commented out the storage test to make the build pass anthdm 2018-02-24 09:54:00 +0100
  • a031034c05 bumped version and commented import tests. anthdm 2018-02-24 09:27:31 +0100
  • 8a46dd9baf Merge branch 'master' into compiler anthdm 2018-02-24 08:30:22 +0100
  • bebdabab9f Replace glide with godep (#27) 0.12.0 Pawan Rawal 2018-02-24 18:23:02 +1100
  • b32ac5e4c1
    Update README and VERSION Pawan Rawal 2018-02-24 09:51:41 +1100
  • 391f9d4206
    Replace glide with godep Pawan Rawal 2018-02-24 09:35:18 +1100
  • daccfc01e7 custom types + implemented general declarations. anthdm 2018-02-23 18:07:17 +0100
  • fd4f21322c Add test deps to glide anthdm 2018-02-23 13:08:31 +0100
  • e10814492a resolved paths to compiler instead of compiler_test for build to pass with glide. anthdm 2018-02-23 12:49:13 +0100
  • b630ec93d9 removed back the imports as they do not solve the issue| anthdm 2018-02-23 11:39:13 +0100
  • 8eddb4417e declared test imports to satisfy the circleci build anthdm 2018-02-23 11:10:19 +0100
  • 1a6df04cef
    Work on feedback by Anthony. Pawan Rawal 2018-02-23 20:51:55 +1100
  • 5b608e39bc
    Make -in a flag, also remove dot from avm extension. Pawan Rawal 2018-02-23 20:37:25 +1100
  • 8cca95ef38
    Print proper error messages while using contract subcommands and also exit with status code 1. Pawan Rawal 2018-02-23 20:01:54 +1100
  • 6dd6bfb3f6 removed travis.yml anthdm 2018-02-23 10:40:41 +0100
  • 6723782676 Check the env for the gopath first anthdm 2018-02-23 10:33:53 +0100
  • b6616af661 fixed binExpr compare equal anthdm 2018-02-23 09:04:01 +0100
  • 00af2f07d2 Fixed bug where callExpr in returns where added to voiCall anthdm 2018-02-22 18:47:15 +0100
  • 9c77d1ba46 fixed double point extension on compiled output file. anthdm 2018-02-22 18:27:07 +0100
  • 20bc33b5f2 Bumped version 0.12.0 anthdm 2018-02-22 17:26:20 +0100
  • 7d589175b8 Implemented storage VM API (interop layer) + additional bug fixes when encountered. anthdm 2018-02-22 17:26:01 +0100
  • 25fd633450 Implemented imports anthdm 2018-02-21 08:13:45 +0100
  • 874448aaa1 Implemented struct field initialization. anthdm 2018-02-19 18:26:39 +0100
  • 3fecc42e04 implemented add, mul, div, sub assign for identifiers. anthdm 2018-02-19 14:13:46 +0100
  • 8fe079ec8e
    Update compiler (#22) 0.11.0 Anthony De Meulemeester 2018-02-19 10:24:28 +0100
  • 4a1193f45d merged master, resolved conflicts anthdm 2018-02-19 10:20:06 +0100
  • e12af7a7ec bumped version to 0.11.0 anthdm 2018-02-19 09:58:03 +0100
  • e5de9d6f94 added readme in the compiler package. anthdm 2018-02-19 09:57:42 +0100
  • 615188a503 changed file layout and updated contract cli according to the new API. anthdm 2018-02-19 08:13:44 +0100
  • 8b6dc7bdc0 implemented struct methods with multiple arguments anthdm 2018-02-18 21:10:38 +0100
  • fe937b3497 implemented struct methods. anthdm 2018-02-18 20:16:17 +0100
  • 9a5fe37508 refact structs. anthdm 2018-02-18 17:55:30 +0100
  • 3bfbbe3c70 selector expr anthdm 2018-02-18 13:37:18 +0100
  • 9fd2b7b702 struct fields anthdm 2018-02-18 10:54:18 +0100
  • e54ade7247 wip struct anthdm 2018-02-18 08:18:54 +0100
  • 9753d2617e wip structs anthdm 2018-02-17 12:12:29 +0100
  • b8f6a4f146 refactor back to build state anthdm 2018-02-17 09:20:43 +0100
  • 39084657fc refact anthdm 2018-02-16 17:31:55 +0100
  • b257a06f3e
    Compiler update (#21) 0.10.0 Anthony De Meulemeester 2018-02-15 16:35:49 +0100
  • 1f66da9e44 Added lots of test cases and update readme. anthdm 2018-02-15 16:24:13 +0100
  • 974fe89ca4 WIP binexpr with LOR LAND anthdm 2018-02-15 09:32:32 +0100
  • 0e8054a412 test cases + compositeLit anthdm 2018-02-14 11:44:46 +0100
  • da610518ae added bool + test cases anthdm 2018-02-13 21:41:42 +0100
  • 5a9ce7d6ff bump version anthdm 2018-02-13 13:19:46 +0100
  • 8424ea01e0 call labels anthdm 2018-02-13 12:35:37 +0100
  • facd52b1d0 added more in depth comments + some cleanup anthdm 2018-02-13 09:30:35 +0100
  • 5ccf1b7917 wip working multi assign anthdm 2018-02-13 09:04:24 +0100
  • 75ab631ca5 wip working binexpr anthdm 2018-02-13 08:37:54 +0100
  • d65eed620d wip compiler refact anthdm 2018-02-13 08:09:59 +0100
  • 9f2324bc39 wip compiler refact. anthdm 2018-02-12 10:33:37 +0100
  • abb4793f02 wip ifstmt anthdm 2018-02-11 10:31:49 +0100
  • 4885c6155c wip compose lit anthdm 2018-02-11 07:18:58 +0100
  • 1faa03124f wip compiler anthdm 2018-02-10 17:16:15 +0100
  • d126093547 wip binary expr. anthdm 2018-02-10 12:52:06 +0100
  • 051fe26a3e Merge branch 'master' into vm anthdm 2018-02-10 06:30:20 +0100
  • f7d57e4e49
    VM draft + cli setup (#20) 0.9.0 Anthony De Meulemeester 2018-02-09 17:08:50 +0100
  • 319e6a57b4 glide get deps anthdm 2018-02-09 16:50:40 +0100
  • b7c01a42ff merged with master + bump version anthdm 2018-02-09 16:44:24 +0100
  • d26bd3ee73 Fix netmodes in test + reverse bigint bytes anthdm 2018-02-09 16:39:24 +0100
  • f4cf7f8ce5 wip vm anthdm 2018-02-09 16:23:05 +0100
  • f271e0b97f added seperate folders for cmd packages. anthdm 2018-02-09 14:41:04 +0100
  • 105bd03881 wip added basic cmd. anthdm 2018-02-09 14:25:50 +0100
  • b1b350883d wip vm anthdm 2018-02-09 09:34:52 +0100
  • 29e185ca7f WIP compiler anthdm 2018-02-08 19:52:33 +0100
  • b165005056 updated readme anthdm 2018-02-07 15:18:52 +0100
  • b6d8271b8d
    Fixed header sync issue (#17) 0.8.0 Anthony De Meulemeester 2018-02-07 15:16:50 +0100
  • e880cb09d1 bump version anthdm 2018-02-07 15:12:43 +0100
  • 04e4782a8f added more test + more binary decoding/encoding anthdm 2018-02-07 14:23:21 +0100
  • c8520f1f4e fixed empty hashStop getBlock payload + test anthdm 2018-02-07 11:24:08 +0100
  • babc8def84 headers can now sync till infinity anthdm 2018-02-07 10:48:56 +0100
  • 4f7fdddc64 wip vm compile anthdm 2018-02-07 10:13:30 +0100
  • 046494dd68
    Implemented processing headers + added leveldb as a dependency. (#16) 0.7.0 Anthony De Meulemeester 2018-02-06 07:43:32 +0100
  • 9022e5bf75 put glide deps in buildcli anthdm 2018-02-06 07:41:08 +0100
  • b1747ced9d swapped checkout with glide install. anthdm 2018-02-06 07:33:57 +0100