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
/
web3-wrapper
/
src
/
marshaller.ts
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix linter
Fabio Berger
2018-12-08
1
-2
/
+4
|
*
Remove excess commas
Fabio Berger
2018-12-07
1
-1
/
+1
|
*
fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid ↵
Fabio Berger
2018-12-07
1
-4
/
+4
|
|
|
|
precision errors
*
Properly unmarshall TransactionReceiptRPC to TransactionReceipt
Leonid Logvinov
2018-11-20
1
-0
/
+18
|
*
chore: change package org from 0xproject to 0x
Jacob Evans
2018-10-18
1
-1
/
+1
|
*
Add @return comments
Leonid Logvinov
2018-08-09
1
-0
/
+9
|
*
Add comments
Leonid Logvinov
2018-08-03
1
-0
/
+39
|
*
Fix tslint issues
Leonid Logvinov
2018-07-17
1
-6
/
+6
|
*
Revert moving formatUtils into utils
fragosti
2018-07-07
1
-41
/
+35
|
*
Add to changelog, rename to formatUtils and lint
fragosti
2018-07-06
1
-33
/
+35
|
*
Unmarshall txn data in SignerSubprovider before calling web3wrapper ↵
fragosti
2018-07-06
1
-35
/
+39
|
|
|
|
sendTransactionAsync
*
Add unmarshallTxData to marshaller
fragosti
2018-07-06
1
-0
/
+13
|
*
Make sure from is included in txData
Fabio Berger
2018-07-05
1
-0
/
+3
|
*
Move 'from' check to sendTransaction
Fabio Berger
2018-07-05
1
-3
/
+0
|
*
Fix linter issues
Fabio Berger
2018-07-05
1
-2
/
+1
|
*
Remove web3Utils dep and write necessary utility methods
Fabio Berger
2018-07-05
1
-57
/
+30
|
*
Refactor Web3Wrapper to no longer use Web3.js & add more test coverage
Fabio Berger
2018-07-05
1
-0
/
+177