index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
codegen
/
ABIFunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent externally used functions from being removed.
chriseth
2018-10-17
1
-4
/
+11
*
Add payable and non-payable state mutability to AddressType.
Daniel Kirchner
2018-09-13
1
-1
/
+7
*
Split IntegerType into IntegerType and AddressType.
Daniel Kirchner
2018-09-05
1
-5
/
+22
*
FixedBytes(0) is invalid, do not check for it in ABIEncoderV2
Alex Beregszaszi
2018-08-06
1
-1
/
+2
*
Isolate determining the encoding type into its own function.
chriseth
2018-08-01
1
-14
/
+4
*
Throw unimplemented exception for complex calldata arrays.
chriseth
2018-07-11
1
-1
/
+2
*
Change comments
Alex Beregszaszi
2018-06-14
1
-2
/
+2
*
Removed signed shift right from the utilities.
chriseth
2018-05-01
1
-11
/
+11
*
Do not use SAR instead of SDIV in shifts because it rounds differently
Alex Beregszaszi
2018-05-01
1
-3
/
+4
*
Use native shift instructions in ABIFunctions on Constantinople
Alex Beregszaszi
2018-05-01
1
-25
/
+62
*
Decode dynamic data.
chriseth
2018-03-21
1
-0
/
+3
*
Favour if over switch in ABI coder.
chriseth
2017-12-15
1
-14
/
+14
*
Cleanup and overflow checks for data pointers.
chriseth
2017-11-30
1
-20
/
+44
*
ABI decoder.
chriseth
2017-11-30
1
-4
/
+421
*
Use if statement in abi functions.
chriseth
2017-11-22
1
-3
/
+3
*
Add explanation to unimplemented assertions
Alex Beregszaszi
2017-11-16
1
-2
/
+2
*
Merge pull request #2982 from ethereum/encoderFixes
Alex Beregszaszi
2017-10-05
1
-22
/
+15
|
\
|
*
Rename "compacted" to "fromStack".
chriseth
2017-10-04
1
-19
/
+15
|
*
ABI encoder fixes and test.
chriseth
2017-09-27
1
-5
/
+2
*
|
Better readable encoder assembly.
chriseth
2017-09-27
1
-6
/
+28
|
/
*
Ensure that address types are always declared as 160bit
Alex Beregszaszi
2017-09-27
1
-2
/
+2
*
Implement struct encoder.
chriseth
2017-09-16
1
-5
/
+123
*
Move ABI encoder into its own function.
chriseth
2017-09-16
1
-48
/
+56
*
New ABI encoder.
chriseth
2017-08-14
1
-0
/
+1074