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
/
test
/
libsolidity
/
GasMeter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
make use of C++ `= default` constructor declarations as well as more non-stat...
Christian Parpart
2018-12-19
1
-1
/
+0
*
Add tolerance to gas meter tests.
Daniel Kirchner
2018-12-13
1
-5
/
+7
*
liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and m...
Christian Parpart
2018-12-06
1
-2
/
+1
*
Moving SourceReferenceFormatter into langutil namespace.
Christian Parpart
2018-11-24
1
-1
/
+1
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-0
/
+1
*
Disallow ambiguous conversions between number literals and bytesXX types.
Daniel Kirchner
2018-08-13
1
-1
/
+1
*
Specifies visibility in unit tests.
Erik Kundt
2018-07-16
1
-13
/
+13
*
Update test suite.
Daniel Kirchner
2018-07-03
1
-1
/
+1
*
Determine transaction status in RPC sessions.
Daniel Kirchner
2018-07-02
1
-0
/
+1
*
Updates compiled unit tests to new constructor syntax.
Erik Kundt
2018-06-29
1
-2
/
+2
*
Fallback function has to be external: backwards-compatible changes.
chriseth
2018-06-29
1
-1
/
+1
*
Adjust tests.
chriseth
2018-06-25
1
-2
/
+2
*
Test with high path complexity.
chriseth
2018-05-09
1
-0
/
+40
*
Correctly ignore costs of fallback for other functions.
chriseth
2018-04-12
1
-0
/
+13
*
Use EVM version in gas meter and optimizer.
chriseth
2018-03-05
1
-5
/
+5
*
Correctly set evm version in tests
chriseth
2018-03-02
1
-0
/
+1
*
Convert static SourceReferenceFormatter functions to member ones
Federico Bond
2018-02-19
1
-2
/
+4
*
Implement CompilerStack.lastContractName()
Alex Beregszaszi
2017-10-19
1
-5
/
+5
*
Always require a contract/sourceName in CompilerStack
Alex Beregszaszi
2017-10-19
1
-6
/
+6
*
Remove duplicate EVMSchedule
Alex Beregszaszi
2017-10-03
1
-7
/
+3
*
Cleanup test helper macros.
chriseth
2017-09-22
1
-1
/
+1
*
Add CompilerStack::setOptimiserSettings
Alex Beregszaszi
2017-07-26
1
-1
/
+2
*
Run metadata and gas meter tests when optimiser is on too
Alex Beregszaszi
2017-07-19
1
-2
/
+1
*
Do not use obscure CompilerStack methods in tests
Alex Beregszaszi
2017-07-18
1
-1
/
+3
*
Use keccak256() in tests (and not sha3())
Alex Beregszaszi
2017-05-30
1
-3
/
+3
*
Remove a test about SELFDESTRUCT because the test harness obtains refund whil...
Yoichi Hirai
2017-04-25
1
-13
/
+0
*
test: fix invalid signatures
Yoichi Hirai
2017-04-25
1
-2
/
+2
*
test: add a test case about the gas cost of EXTCODESIZE
Yoichi Hirai
2017-04-25
1
-0
/
+15
*
test: add a failing test case about the gas cost of SUICIDE opcode
Yoichi Hirai
2017-04-25
1
-0
/
+13
*
Add a failing test about the gas cost of BALANCE
Yoichi Hirai
2017-04-25
1
-0
/
+13
*
test: add a test about gas costs of EXP
Yoichi Hirai
2017-04-25
1
-0
/
+17
*
Move ExecutionFramework to the dev::test namespace
Alex Beregszaszi
2016-11-30
1
-0
/
+1
*
Split out Solidity-specific part of ExecutionFramework
Alex Beregszaszi
2016-11-30
1
-1
/
+1
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Rename dev::sha3 to dev::keccak256
Alex Beregszaszi
2016-10-06
1
-1
/
+1
*
Fix version pragmas in tests.
chriseth
2016-09-01
1
-1
/
+1
*
Version pragma.
chriseth
2016-09-01
1
-1
/
+1
*
Make the Solidity repository standalone.
Bob Summerwill
2016-08-01
1
-0
/
+1
*
Fixes for gas tests.
chriseth
2016-06-29
1
-1
/
+16
*
Refactor testing via IPC.
chriseth
2016-06-29
1
-1
/
+1
*
Remove code duplication in source references formatter.
chriseth
2016-04-01
1
-2
/
+3
*
BREAKING: Implement delegatecall and make default for library calls.
chriseth
2016-03-12
1
-1
/
+1
*
Fix up for new API from EIP-1.1.
Gav Wood
2015-11-21
1
-1
/
+3
*
File reorganisation.
chriseth
2015-10-21
1
-3
/
+3
*
Transition from bytecode to more general linker objects.
chriseth
2015-09-11
1
-1
/
+1
*
- renamed AST to ast and ABI to abi
LianaHus
2015-09-08
1
-1
/
+1
*
renamed getter functions
LianaHus
2015-09-08
1
-8
/
+8
*
Move Solidity tests.
chriseth
2015-08-20
1
-0
/
+235