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
/
abi-gen
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
Fabio Berger
2018-07-25
1
-1
/
+1
*
move abi-gen funcs from index to utils for testing
F. Eugene Aumson
2018-07-09
2
-34
/
+31
*
using timestamps, skip gen of up-to-date wrappers
F. Eugene Aumson
2018-07-09
1
-4
/
+25
*
Add a hack comment
Leonid Logvinov
2018-06-29
1
-0
/
+2
*
Remove generated contract directory before writing new contracts and replace ...
Leonid Logvinov
2018-06-29
1
-3
/
+3
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-07
1
-1
/
+1
|
\
|
*
Fix linter issues in generated contract wrappers
Leonid Logvinov
2018-06-07
1
-1
/
+1
*
|
Try enabling no-unused-variable...
fragosti
2018-06-05
1
-1
/
+1
|
/
*
Introduce ethereum-types package
Leonid Logvinov
2018-06-01
3
-3
/
+3
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-2
/
+1
*
Rename deployer to sol-compiler
Leonid Logvinov
2018-05-10
1
-1
/
+1
*
Implement new artifacts format
Leonid Logvinov
2018-05-07
1
-2
/
+2
*
Added a detailed description of `renameOverloadedMethods` (special thanks to ...
Greg Hysen
2018-04-10
1
-2
/
+2
*
Updated deployer to accept a list of contract directories as input. Contract ...
Greg Hysen
2018-04-10
3
-15
/
+12
*
Move our contract templates to accept Provider instead of Web3Wrapper
Leonid Logvinov
2018-04-04
1
-5
/
+0
*
Move common types out of web3 types
Leonid Logvinov
2018-03-27
3
-15
/
+10
*
Merge branch 'development' into feature/utils/console-log
Brandon Millman
2018-03-15
2
-0
/
+15
|
\
|
*
Move configuration into package.json configs section
Fabio Berger
2018-03-14
1
-2
/
+3
|
*
Fix lint issues
Fabio Berger
2018-03-13
1
-0
/
+1
|
*
move scripts to monorepro-scripts
Fabio Berger
2018-03-13
1
-1
/
+1
|
*
Move abi-gen scripts to src
Fabio Berger
2018-03-13
2
-0
/
+13
*
|
Consolidate all console.log into the @0xproject/utils package
Brandon Millman
2018-03-14
2
-11
/
+9
|
/
*
Merge ifs
Leonid Logvinov
2018-02-28
1
-8
/
+6
*
Fix an option description
Leonid Logvinov
2018-02-28
1
-1
/
+1
*
Add to context data
Leonid Logvinov
2018-02-28
2
-0
/
+2
*
Add support for ABIv2 to abi-gen
Leonid Logvinov
2018-02-28
1
-5
/
+29
*
Allow users to specify the contracts backend in abi-gen
Leonid Logvinov
2018-02-28
3
-8
/
+28
*
Fix ABI error message
Leonid Logvinov
2018-02-07
1
-1
/
+3
*
Special-case ZRXToken snake case conversion
Leonid Logvinov
2018-02-07
1
-1
/
+4
*
Add indices for index parameters so that their names don't collide
Leonid Logvinov
2018-02-07
1
-2
/
+2
*
Fix artifacts path
Amir Bandeali
2018-02-07
1
-1
/
+1
*
Update compile command and run prettier
Amir Bandeali
2018-02-07
1
-4
/
+3
*
Add CLI option for networkId, add abi-gen to contracts package
Amir Bandeali
2018-02-07
1
-3
/
+15
*
Prettier
Brandon Millman
2018-02-01
1
-2
/
+4
*
Removed deprecated CLI options
Olaf Tomalka
2018-01-31
1
-19
/
+2
*
Added CLI options for explicit specifying location of partials and main template
Olaf Tomalka
2018-01-27
1
-14
/
+49
*
Fix a compiler error in abi-gen
Leonid Logvinov
2018-01-10
2
-2
/
+9
*
Fix a compiler error with constructor enum
Leonid Logvinov
2018-01-10
1
-1
/
+1
*
Merge pull request #305 from 0xProject/fix/bignumber_config
Leonid
2018-01-10
1
-1
/
+6
|
\
|
*
Fix prettier
Leonid Logvinov
2018-01-04
1
-1
/
+3
|
*
Fix linter errors
Leonid Logvinov
2018-01-04
1
-1
/
+4
*
|
Changes to abi-gen after code review
Olaf Tomalka
2018-01-05
1
-4
/
+4
*
|
Added constructor ABIs to abi-gen
Olaf Tomalka
2018-01-03
2
-0
/
+16
|
/
*
Merge pull request #295 from dharmaprotocol/fix-array-typing-generation
Leonid
2018-01-03
1
-1
/
+1
|
\
|
*
Fix typing generation for arrays in which types separated by |s
Nadav Hollander
2017-12-25
1
-1
/
+1
*
|
Add #302 description to changelog
Leonid Logvinov
2018-01-03
2
-1
/
+2
*
|
Merge pull request #302 from joincivil/ritave/feature/abi-gen-events
Leonid
2018-01-03
1
-0
/
+6
|
\
\
|
*
|
Added Event generation to abi-gen
Olaf Tomalka
2017-12-30
1
-0
/
+6
|
|
/
*
/
Apply prettier config
Leonid Logvinov
2018-01-03
2
-17
/
+19
|
/
*
Stop supporting different file extensions in abi-gen
Leonid Logvinov
2017-12-08
1
-6
/
+1
*
Make fileExtension configurable
Leonid Logvinov
2017-12-06
1
-1
/
+6
*
Rename abi-gen to typed-contracts
Leonid Logvinov
2017-12-06
4
-0
/
+173