Dimitry
|
fe6a27c245
|
error report: merge with latesd develop
|
10 years ago |
Dimitry
|
fde97e186c
|
Error logs
|
10 years ago |
Lefteris Karapetsas
|
c98081438f
|
Fix an error in a type resolution SOL test
This will also fix the build.
|
10 years ago |
chriseth
|
4661d4773d
|
Disallow comparison for reference types.
Fixes #2690
|
10 years ago |
chriseth
|
888909bee7
|
Do not allow boolean operators for integers.
Fixes #2496
|
10 years ago |
chriseth
|
7b5e5fb168
|
Actual auction tests.
|
10 years ago |
CJentzsch
|
6d75b07b93
|
readd solidity tests
|
10 years ago |
CJentzsch
|
0ac34822d7
|
update test to new Block/State refactoring - credit to winsvega and chriseth
|
10 years ago |
Gav Wood
|
9f756124b0
|
First draft at splitting State.
Continuation of State split.
libethereum building again.
Compile fixes galore.
Remove a lot of code redundancy.
mix using new state/block classes
|
10 years ago |
chriseth
|
6d101eb020
|
Basic tests for auction registrar.
|
10 years ago |
chriseth
|
0a0b3db44c
|
Break off contract tests.
|
10 years ago |
chriseth
|
40ab01eddf
|
Allow explicit conversions bytes <-> string.
|
10 years ago |
chriseth
|
056180fb24
|
strings as mapping keys.
|
10 years ago |
chriseth
|
d10338a99b
|
Tests for FixedFeeRegistrar.
|
10 years ago |
chriseth
|
028cfff19b
|
Revoke tests.
|
10 years ago |
chriseth
|
b186799a5a
|
Remove block number from internal changes.
|
10 years ago |
chriseth
|
189cd42052
|
Wallet updated to include daylimit in constructor.
|
10 years ago |
chriseth
|
a8b8ce540f
|
Windows fix.
|
10 years ago |
chriseth
|
9917e7edd5
|
Use actual addresses.
|
10 years ago |
arkpar
|
c72564d25c
|
fixing solidity tests
|
10 years ago |
Gav Wood
|
e14d000bea
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
f693ac0cc4
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
ff2f952184
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
1e6bf809b4
|
All fields of BlockInfo now private.
|
10 years ago |
Gav Wood
|
5ee3e8e5fc
|
All fields of BlockInfo now private.
|
10 years ago |
chriseth
|
2fcb2d0063
|
Updated the wallet contract and tests.
|
10 years ago |
Liana Husikyan
|
04702b1fa5
|
removed unnecessary function
|
10 years ago |
Liana Husikyan
|
42913a135e
|
changedthe output style of the Natspec docstring
|
10 years ago |
Liana Husikyan
|
3d44ae2665
|
now for SolidityEndToEndTest we can use compileRequireThrow<typename>
|
10 years ago |
Liana Husikyan
|
dadcb7baa3
|
modified test network to test exceptions during parsing of documentation
todo:
- change to work wirh all exceptions
- fix white space problems in the output text for Natspec
|
10 years ago |
Gav Wood
|
487349bf09
|
All fields of BlockInfo now private.
|
10 years ago |
chriseth
|
8221a3c4cd
|
Allow structs containing mappings in memory.
|
10 years ago |
chriseth
|
aa4f6bb6f1
|
Fix for initialising storage strings.
|
10 years ago |
chriseth
|
6e7bed616c
|
Check whether a literal is a valid literal before using it.
Fixes #2078
|
10 years ago |
chriseth
|
248eb88667
|
Fix comparison between bytes types.
Fixes #2087
|
10 years ago |
chriseth
|
9c3983d1c6
|
Flexible string literals, convertible to bytesX, bytes and string.
|
10 years ago |
chriseth
|
bcc31d5d59
|
Updated wallet code.
|
10 years ago |
chriseth
|
905da13c34
|
Struct constructors.
|
10 years ago |
chriseth
|
97dc2d61f0
|
Fix for copying arrays to storage.
|
10 years ago |
chriseth
|
d3ff381447
|
Memory structs.
|
10 years ago |
chriseth
|
9c483859d1
|
Fixed checking of abstract functions.
Fixes #2264
|
10 years ago |
chriseth
|
edd52f0553
|
Memory arrays cannot be resized.
|
10 years ago |
chriseth
|
2e97a2da54
|
Updated wallet test to latest wallet source.
|
10 years ago |
chriseth
|
4cdea67cea
|
Another test for arrays in constructors.
|
10 years ago |
chriseth
|
f95baf2cb9
|
Delete for memory objects.
|
10 years ago |
chriseth
|
79375056db
|
Do not copy reference types to memory in-place.
|
10 years ago |
chriseth
|
b5c2a28371
|
Initialisation of memory types.
|
10 years ago |
chriseth
|
1f9060faf0
|
Copy routines for non-byte arrays.
|
10 years ago |
chriseth
|
9e36e8c4e1
|
Decoding for constructor.
|
10 years ago |
chriseth
|
23a484e989
|
Remove dynamic return types.
|
10 years ago |