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
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up and organize tests + state class tests
Christoph Jentzsch
2014-11-03
1
-3
/
+3
*
Draft of new LOG/bloom/headers/block format.
Gav Wood
2014-10-28
1
-1
/
+1
*
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Gav Wood
2014-09-06
1
-2
/
+2
*
Project-wide reorganisation of namespaces.
Gav Wood
2014-09-05
1
-1
/
+2
*
Project refactor. Introduce the Serpent library.
Gav Wood
2014-06-28
1
-2
/
+2
*
Correct order of nonce/balance. PROTOCOL CHANGE! NEW CHAIN!
Gav Wood
2014-05-30
1
-35
/
+0
*
Revert "Fix for unless/when."
Gav Wood
2014-05-30
1
-44
/
+10
*
Fix for unless/when.
Gav Wood
2014-05-30
1
-10
/
+44
*
Tests updated.
Gav Wood
2014-05-28
1
-2
/
+7
*
Fixes for tests.
Gav Wood
2014-05-28
1
-1
/
+33
*
Major reorganisation.
Gav Wood
2014-05-26
1
-2
/
+2
*
LLL parser using boost::spirit.
Gav Wood
2014-05-15
1
-40
/
+0
*
Fix padding.
Gav Wood
2014-05-14
1
-2
/
+44
*
Split out libethcore from libethereum.
Gav Wood
2014-04-23
1
-1
/
+1
*
VS2013 build working again:
Tim Hughes
2014-04-23
1
-2
/
+1
*
Broke the virtual machine unit test out into a separate Boost auto test case.
Carl Allendorph
2014-04-20
1
-2
/
+1
*
Broke the crypto test out into a separate boost auto test case.
Carl Allendorph
2014-04-20
1
-1
/
+1
*
Broke trie tests out as separate boost auto test case.
Carl Allendorph
2014-04-20
1
-1
/
+0
*
Converted the hexPrefix test to a separate boost test case.
Carl Allendorph
2014-04-20
1
-1
/
+0
*
converted RLP test to a separate boost test case.
Carl Allendorph
2014-04-20
1
-1
/
+0
*
Updated test project to use Boost Test
Marko Simovic
2014-03-19
1
-3
/
+4
*
Repotted Common.h.
Gav Wood
2014-03-05
1
-1
/
+1
*
Tests.
Gav Wood
2014-02-28
1
-8
/
+10
*
Tests bug fix.
Gav Wood
2014-02-24
1
-5
/
+5
*
VM test framework.
Gav Wood
2014-02-22
1
-5
/
+5
*
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ag...
Tim Hughes
2014-02-19
1
-1
/
+1
*
Fixes for contract address states.
Gav Wood
2014-02-18
1
-0
/
+2
*
Fixed the other occurrence of Foobar
Muharem Hrnjadovic
2014-02-16
1
-1
/
+1
*
Corrected license headers (Foobar -> cpp-ethereum)
Muharem Hrnjadovic
2014-02-16
1
-1
/
+1
*
Remove some debug output.
Gav Wood
2014-02-13
1
-4
/
+4
*
Fixes for Go interop.
Gav Wood
2014-02-12
1
-4
/
+4
*
AlephZero renamed AlethZero and moved to cmake project.
Gav Wood
2014-02-07
1
-1
/
+1
*
Latest RLP standard. Lists specify length rather than itemCount.
Gav Wood
2014-02-05
1
-5
/
+5
*
Changed genesis block to reflect root of empty trie as null.
Gav Wood
2014-02-02
1
-2
/
+2
*
Asynchronous connect. Fixes #7.
Gav Wood
2014-02-01
1
-0
/
+9
*
GPL v2, not 3.
Gav Wood
2014-02-01
1
-1
/
+1
*
Peer network code NYW.
Gav Wood
2014-01-22
1
-3
/
+5
*
State updater tested and working pretty well.
Gav Wood
2014-01-21
1
-4
/
+4
*
Various fixes.
Gav Wood
2014-01-20
1
-1
/
+1
*
Repotted tests.
Gav Wood
2014-01-19
1
-311
/
+13
*
Repotted a lot of the Trie stuff.
Gav Wood
2014-01-19
1
-5
/
+7
*
Iterators in the TrieDB!
Gav Wood
2014-01-19
1
-0
/
+6
*
Merge branch 'master' of https://github.com/programmerTim/cpp-ethereum into p...
Gav Wood
2014-01-19
1
-9
/
+10
|
\
|
*
Tweak Dagger API to facilitate more complex mining.
Tim Hughes
2014-01-17
1
-7
/
+8
|
*
Fixed assert in test/main.cpp (using a .data() from temporary string after it...
Tim Hughes
2014-01-17
1
-1
/
+2
|
*
Projects, solution and fixes for Visual Studio 2013.
Tim Hughes
2014-01-17
1
-3
/
+3
*
|
Iterator beginnings.
Gav Wood
2014-01-19
1
-9
/
+2
*
|
TrieDB remove nodes and tests.
Gav Wood
2014-01-19
1
-42
/
+88
*
|
TrieDB framework and insertion.
Gav Wood
2014-01-19
1
-1
/
+32
|
/
*
More verification work; compute header ready for mining.
Gav Wood
2014-01-14
1
-0
/
+5
*
Moved to endian-neutral 256/160-bit datatypes.
Gav Wood
2014-01-13
1
-2
/
+2
*
Dagger impl fixes.
Gav Wood
2014-01-10
1
-0
/
+10
*
More work on big picture stuff.
Gav Wood
2014-01-09
1
-1
/
+1
*
Dagger algo.
Gav Wood
2014-01-08
1
-0
/
+10
*
More testing on new Trie format.
Gav Wood
2014-01-08
1
-1
/
+12
*
Move to semi-official new Trie format.
Gav Wood
2014-01-08
1
-12
/
+25
*
Coding standards doc.
Gav Wood
2014-01-06
1
-8
/
+33
*
More crypto additions.
Gav Wood
2014-01-06
1
-1
/
+1
*
Signatures working.
Gav Wood
2014-01-06
1
-35
/
+30
*
crypto prototyping.
Gav Wood
2014-01-05
1
-0
/
+48
*
Fix for tests.
Gav Wood
2014-01-05
1
-1
/
+6
*
VM nearly instruction-complete.
Gav Wood
2014-01-04
1
-1
/
+1
*
Codebase cleanups - renaming files.
Gav Wood
2014-01-03
1
-1
/
+1
*
Reorganised source directory.
Gav Wood
2014-01-03
1
-0
/
+139