index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
sol-compiler
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop nesting interfaces and add necessary type exports
Fabio Berger
2018-08-24
1
-1
/
+7
*
Merge development branch
Fabio Berger
2018-08-22
2
-80
/
+170
|
\
|
*
move doesFileExist to fsWrapper
F. Eugene Aumson
2018-08-17
2
-13
/
+13
|
*
change some *Sync to *Async
F. Eugene Aumson
2018-08-17
2
-4
/
+19
|
*
flatten out interface to verifyAndPersist* method
F. Eugene Aumson
2018-08-17
1
-6
/
+6
|
*
clarify iteration range
F. Eugene Aumson
2018-08-17
1
-1
/
+2
|
*
scrap comments in favor of self-documentation
F. Eugene Aumson
2018-08-17
1
-3
/
+2
|
*
declare contractData before adding to map
F. Eugene Aumson
2018-08-17
1
-2
/
+3
|
*
change `return Promise<void>` to `await...`
F. Eugene Aumson
2018-08-17
1
-1
/
+1
|
*
consolidate binPaths... ref's into fullSolcVersion
F. Eugene Aumson
2018-08-17
1
-2
/
+2
|
*
extract method _shouldCompile()
F. Eugene Aumson
2018-08-16
1
-13
/
+12
|
*
renamed variable `compiled` to `compilerOutput`
F. Eugene Aumson
2018-08-16
1
-6
/
+6
|
*
use `for...of _.keys` instead of `for...in`
F. Eugene Aumson
2018-08-16
1
-5
/
+1
|
*
raise error for unknown compiler version
F. Eugene Aumson
2018-08-16
1
-0
/
+3
|
*
comments
F. Eugene Aumson
2018-08-16
1
-0
/
+3
|
*
remedy missing *IfExists identifier suffix
F. Eugene Aumson
2018-08-16
1
-6
/
+3
|
*
extract interfaces for re-used complex data types
F. Eugene Aumson
2018-08-16
1
-23
/
+28
|
*
move getSolcAsync to static private method
F. Eugene Aumson
2018-08-16
1
-23
/
+23
|
*
rename variable inputsByVersion to versionToInputs
F. Eugene Aumson
2018-08-16
1
-8
/
+8
|
*
move getSolcAsync to static private method
F. Eugene Aumson
2018-08-16
1
-25
/
+24
|
*
test compiler
F. Eugene Aumson
2018-08-15
1
-0
/
+2
|
*
simplify method interface
F. Eugene Aumson
2018-08-15
1
-8
/
+12
|
*
simplify method parameter
F. Eugene Aumson
2018-08-15
1
-6
/
+4
|
*
corrected whitespace (no functional changes)
F. Eugene Aumson
2018-08-15
1
-39
/
+41
|
*
compile contracts in batches
F. Eugene Aumson
2018-08-15
1
-31
/
+70
|
*
extract method _verifyAndPersistCompilationAsync()
F. Eugene Aumson
2018-08-15
1
-1
/
+18
|
*
extract method _compile()
F. Eugene Aumson
2018-08-15
1
-24
/
+27
|
*
extract function getSolcAsync()
F. Eugene Aumson
2018-08-15
1
-18
/
+25
*
|
Fix index.ts given fix in doc generation
Fabio Berger
2018-08-22
1
-1
/
+1
*
|
Move types from sol-compiler to types so they can be used in other places wit...
Fabio Berger
2018-08-22
4
-78
/
+3
*
|
Fix sol-compiler index.ts
Fabio Berger
2018-08-22
1
-9
/
+1
*
|
Flesh out 0x.js index.ts and added some exports to other index.ts in the process
Fabio Berger
2018-08-15
1
-0
/
+2
*
|
Merge development
Fabio Berger
2018-08-15
1
-0
/
+1
|
\
|
|
*
fix(sol-compiler, sol-resolver): Bug where sol-resolver tried to read a direc...
Alex Browne
2018-08-14
1
-0
/
+1
*
|
Add missing compiler comments
Fabio Berger
2018-08-04
1
-0
/
+1
*
|
Add comments for types and unnest type declarations
Fabio Berger
2018-08-03
1
-8
/
+36
*
|
Add missing type exports
Fabio Berger
2018-08-03
1
-1
/
+8
*
|
Add missing exports discovered by generating compact typedoc JSON
Fabio Berger
2018-07-30
1
-2
/
+1
*
|
Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...
Fabio Berger
2018-07-30
2
-16
/
+0
|
/
*
Fix tslint issues
Leonid Logvinov
2018-07-17
1
-7
/
+7
*
-fetch';
Fabio Berger
2018-07-13
1
-3
/
+2
*
Forwarding contract (squashed commits)
Jacob Evans
2018-07-06
1
-2
/
+5
*
Fix solidityVersion schema regex
Leonid Logvinov
2018-06-12
1
-1
/
+1
*
Try enabling no-unused-variable...
fragosti
2018-06-05
4
-27
/
+4
*
Fix linter errors
Leonid Logvinov
2018-06-01
1
-1
/
+1
*
Introduce ethereum-types package
Leonid Logvinov
2018-06-01
3
-3
/
+3
*
Make opts param optional in Compiler
Leonid Logvinov
2018-05-30
1
-6
/
+7
*
Add CHANGELOG entry
Leonid Logvinov
2018-05-30
1
-1
/
+0
*
Add schema assertions on public methods of @0xproject/sol-compiler
Leonid Logvinov
2018-05-30
3
-1
/
+32
*
Add errMsg when throwing on unrecognized error
Amir Bandeali
2018-05-25
1
-1
/
+1
*
Add solcVersion to CompilerOpts
Leonid Logvinov
2018-05-23
3
-4
/
+11
*
merge development
Fabio Berger
2018-05-23
1
-1
/
+2
|
\
|
*
Fix TSLint rules
Fabio Berger
2018-05-16
1
-1
/
+2
*
|
Upgraded to Solidity 0.4.24
Greg Hysen
2018-05-19
1
-0
/
+1
*
|
Fix prettier
Brandon Millman
2018-05-19
1
-1
/
+3
|
/
*
Merge branch 'development' into breakUp0xjs
Fabio Berger
2018-05-11
2
-2
/
+3
*
Fix a bug in compiler config precedence
Leonid Logvinov
2018-05-11
1
-2
/
+4
*
Remove unused deployer docs configs
Leonid Logvinov
2018-05-10
1
-3
/
+1
*
Fix linter issues
Leonid Logvinov
2018-05-10
1
-2
/
+5
*
Rename deployer to sol-compiler
Leonid Logvinov
2018-05-10
13
-0
/
+590