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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid attempt to reget chain on block reception.
Gav Wood
2014-10-01
1
-1
/
+1
*
Networking fixes.
Gav Wood
2014-09-30
1
-0
/
+2
*
style fix
Christoph Jentzsch
2014-09-21
1
-31
/
+23
*
Merge remote-tracking branch 'upstream/develop' into develop
Christoph Jentzsch
2014-09-20
2
-1
/
+4
|
\
|
*
Moved miner over to new Worker class.
Gav Wood
2014-09-16
1
-0
/
+1
|
*
Remove old Client network code & API.
Gav Wood
2014-09-16
1
-0
/
+2
|
*
Beginning of merge into AZ.
Gav Wood
2014-09-11
1
-1
/
+1
*
|
Added arithmetic test
Christoph Jentzsch
2014-09-20
2
-11
/
+2102
|
/
*
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Gav Wood
2014-09-06
12
-22
/
+22
*
Project-wide reorganisation of namespaces.
Gav Wood
2014-09-05
19
-56
/
+79
*
CALL_STATELESS
Gav Wood
2014-09-04
1
-1
/
+1
*
Repot.
Gav Wood
2014-09-04
1
-2
/
+2
*
Reorganisation.
Gav Wood
2014-09-04
1
-2
/
+2
*
Allow local networking option.
Gav Wood
2014-09-02
1
-1
/
+0
*
New net is compiling.
Gav Wood
2014-09-02
1
-7
/
+4
*
Split off general network layer.
Gav Wood
2014-08-27
4
-5
/
+5
*
Fix for #246. Removed sync() to prevent race condition within dropped() and ....
subtly
2014-07-21
1
-1
/
+1
*
Debugger improvements.
Gav Wood
2014-07-14
1
-9
/
+12
*
Even numbers of hex digits for Jeff (Go can't handle odd numbers).
Gav Wood
2014-07-10
1
-6
/
+7
*
Fix for making code.
Gav Wood
2014-07-10
1
-1
/
+4
*
Proper debugger.
Gav Wood
2014-07-10
1
-2
/
+2
*
VM tests prettier.
Gav Wood
2014-07-06
1
-28
/
+27
*
Fix for state race condition.
Gav Wood
2014-07-06
1
-2
/
+4
*
Build fixes.
Gav Wood
2014-07-06
1
-1
/
+1
*
New client API.
Gav Wood
2014-07-04
1
-2
/
+2
*
Windows build coersions.
Gav Wood
2014-07-03
2
-20
/
+15
*
Gensis block unit test.
Gav Wood
2014-07-01
1
-0
/
+49
*
linker for local thread storage on OSX
Vincent Gariepy
2014-06-29
1
-1
/
+1
*
Full python serpent support.
Gav Wood
2014-06-29
2
-5
/
+11
*
Project refactor. Introduce the Serpent library.
Gav Wood
2014-06-28
11
-22
/
+24
*
Latest tests-related refactoring & improvments.
Gav Wood
2014-06-28
3
-75
/
+65
*
Repotting, renaming and reorganisation.
Gav Wood
2014-05-30
2
-14
/
+14
*
Correct order of nonce/balance. PROTOCOL CHANGE! NEW CHAIN!
Gav Wood
2014-05-30
2
-62
/
+77
*
Revert "Fix for unless/when."
Gav Wood
2014-05-30
2
-70
/
+59
*
Fix for unless/when.
Gav Wood
2014-05-30
2
-59
/
+70
*
Tests updated.
Gav Wood
2014-05-28
1
-2
/
+7
*
Fixes for tests.
Gav Wood
2014-05-28
5
-7
/
+46
*
Pinhole optimise working fairly well...
Gav Wood
2014-05-28
1
-2
/
+2
*
Major reorganisation.
Gav Wood
2014-05-26
11
-25
/
+26
*
Macros and definitions in LLL.
Gav Wood
2014-05-25
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
*
Move paths so default build dir is cpp-ethereum/build.
Gav Wood
2014-05-13
1
-3
/
+3
*
Updates to VM tests.
Gav Wood
2014-05-12
5
-223
/
+276
*
Remove build cruft.
Gav Wood
2014-05-05
1
-4
/
+0
*
Protocol changes for PoC-5:
Gav Wood
2014-04-24
1
-2
/
+2
*
Repotted much of State.
Gav Wood
2014-04-24
1
-0
/
+1
*
CALLDATACOPY instruction.
Gav Wood
2014-04-24
1
-3
/
+2
*
Split out libethcore from libethereum.
Gav Wood
2014-04-23
18
-45
/
+45
*
VS2013 build working again:
Tim Hughes
2014-04-23
1
-2
/
+1
*
Added some checks on parameters of the objects imported from the json files t...
Carl Allendorph
2014-04-20
1
-0
/
+29
*
Added new test case for decoding the RLP data in the rlptest.json
Carl Allendorph
2014-04-20
1
-7
/
+118
*
Broke the virtual machine unit test out into a separate Boost auto test case.
Carl Allendorph
2014-04-20
2
-53
/
+31
*
Broke the crypto test out into a separate boost auto test case.
Carl Allendorph
2014-04-20
2
-1
/
+30
*
Broke trie tests out as separate boost auto test case.
Carl Allendorph
2014-04-20
2
-39
/
+36
*
Converted the hexPrefix test to a separate boost test case.
Carl Allendorph
2014-04-20
2
-36
/
+17
*
converted RLP test to a separate boost test case.
Carl Allendorph
2014-04-20
2
-48
/
+40
*
Merge branch 'test-updates' of https://github.com/msimovic/cpp-ethereum into ...
Gav Wood
2014-04-08
1
-0
/
+51
|
\
|
*
Updated to allow listening+UPnP on system-assigned port
Marko Simovic
2014-04-08
1
-0
/
+51
*
|
Version bump. Protocol bump. Support for configuration.
Gav Wood
2014-04-05
1
-3
/
+3
*
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2014-04-05
3
-15
/
+76
|
\
|
|
*
Added new transaction tests for checking miner fees
Marko Simovic
2014-04-03
3
-15
/
+76
*
|
API cleanups and some renaming.
Gav Wood
2014-04-05
1
-15
/
+17
|
/
*
Merge branch 'splitcode' into develop
Gav Wood
2014-04-03
3
-50
/
+95
|
\
|
*
Separation of code & data compiling.
Gav Wood
2014-03-31
1
-26
/
+25
|
*
Disable broken tests.
Gav Wood
2014-03-25
1
-4
/
+4
|
*
Merge branch 'develop' into call
Gav Wood
2014-03-25
3
-3
/
+103
|
|
\
|
*
|
PoC 3.5 functionality. Still buggy though.
Gav Wood
2014-03-25
2
-30
/
+78
|
*
|
PoC-3.5. ish.
Gav Wood
2014-03-20
1
-4
/
+2
*
|
|
Updated to add a simple forking test
Marko Simovic
2014-03-26
4
-10
/
+126
|
|
/
|
/
|
*
|
Added test to mine and perform simple transaction between two nodes
Marko Simovic
2014-03-19
1
-0
/
+75
*
|
Updated test project to use Boost Test
Marko Simovic
2014-03-19
2
-3
/
+28
|
/
*
Remove clang bug workarounds fixed with latest XCode tools release.
Daniel Hams
2014-03-11
1
-65
/
+0
*
fixed Ubuntu12.04 compile error
Jeffrey Lee
2014-03-07
1
-0
/
+2
*
Fixed VS2013 projects and compile errors.
Tim Hughes
2014-03-06
4
-8
/
+4
*
Move additional Trie implementations to tests where they belong.
Gav Wood
2014-03-05
5
-2
/
+767
*
Repotted Common.h.
Gav Wood
2014-03-05
7
-26
/
+31
*
Repotted network stuff.
Gav Wood
2014-03-04
1
-1
/
+1
*
Fixed implicit type conversions.
Tim Hughes
2014-03-02
2
-2
/
+2
*
Tests.
Gav Wood
2014-02-28
8
-71
/
+167
*
More VM tests.
Gav Wood
2014-02-28
2
-15
/
+69
*
Workaround OSX clang broken map operator[] using ifdef guards and manual find...
Daniel Hams
2014-02-26
1
-3
/
+77
*
VM test sources.
Gav Wood
2014-02-25
1
-0
/
+84
*
Tests bug fix.
Gav Wood
2014-02-24
2
-12
/
+14
*
VM test framework.
Gav Wood
2014-02-22
3
-30
/
+303
*
First unit testing harness for VM.
Gav Wood
2014-02-21
1
-56
/
+54
*
Replace hard-coded /tmp paths with call to boost::filesystem::temp_directory_...
Tim Hughes
2014-02-20
2
-2
/
+4
*
Catch exceptions.
Gav Wood
2014-02-19
1
-0
/
+1
*
All Visual Studio 2013 projects needed to compile command-line Ethereum, Test...
Tim Hughes
2014-02-19
1
-190
/
+0
*
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ag...
Tim Hughes
2014-02-19
6
-23
/
+32
*
Fixed hardcoded /tmp path.
Tim Hughes
2014-02-19
1
-2
/
+4
*
Move to canon ES-1.
Gav Wood
2014-02-18
1
-5
/
+21
*
Fixes for contract address states.
Gav Wood
2014-02-18
2
-0
/
+87
*
Fixed the other occurrence of Foobar
Muharem Hrnjadovic
2014-02-16
8
-8
/
+8
*
Corrected license headers (Foobar -> cpp-ethereum)
Muharem Hrnjadovic
2014-02-16
8
-8
/
+8
*
Less hangy.
Gav Wood
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
2
-4
/
+28
*
cmake can now build to linux and windows. Use -DTARGET_PLATFORM=<linux|w64>
Eric Lombrozo
2014-02-10
1
-5
/
+20
*
Peers have IDs to solve duplicate peers issue.
Gav Wood
2014-02-10
2
-2
/
+0
*
Better version strings.
Gav Wood
2014-02-09
1
-1
/
+1
*
Merge branch 'fixes' of https://github.com/CodeShark/cpp-ethereum into CodeSh...
Gav Wood
2014-02-09
0
-0
/
+0
|
\
|
*
Replace usleep() and random()
Eric Lombrozo
2014-02-09
1
-1
/
+1
*
|
usleep moved to std impl.
Gav Wood
2014-02-09
1
-1
/
+3
|
/
*
Merge pull request #30 from subtly/master
Gav Wood
2014-02-09
1
-0
/
+4
|
\
|
*
cmake updates for building on osx
subtly
2014-02-08
1
-0
/
+4
*
|
No fees for miners.
Gav Wood
2014-02-09
1
-4
/
+4
|
/
*
Repot defaults.
Gav Wood
2014-02-07
1
-0
/
+1
*
AlephZero renamed AlethZero and moved to cmake project.
Gav Wood
2014-02-07
8
-8
/
+8
*
Work on exceptions.
Gav Wood
2014-02-06
1
-0
/
+2
*
Added SECP256k1 project.
Gav Wood
2014-02-06
1
-1
/
+0
*
Merge branch 'master' of /home/gav/Projects/ubuntu_build/cpp-ethereum
Gav Wood
2014-02-05
1
-4
/
+1
|
\
|
*
Debian packaging and various needed changes to build.
Gav Wood
2014-02-05
1
-4
/
+1
*
|
Latest RLP standard. Lists specify length rather than itemCount.
Gav Wood
2014-02-05
2
-8
/
+8
*
|
First effort at new RLP. **UNTESTED**
Gav Wood
2014-02-05
1
-15
/
+15
|
/
*
Move towards more flexible cryptopp discovery.
Gav Wood
2014-02-02
1
-3
/
+0
*
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
*
Version 2 not 3 of the GPL.
Gav Wood
2014-02-01
3
-3
/
+3
*
GPL v2, not 3.
Gav Wood
2014-02-01
5
-5
/
+5
*
Fledgling UPnP support.
Gav Wood
2014-02-01
1
-0
/
+1
*
Threads linking now.
Gav Wood
2014-01-31
1
-1
/
+1
*
Manage GetBlocks properly; should work for when > 256 blocks away.
Gav Wood
2014-01-31
1
-3
/
+3
*
added pthread to cmake
Fabian Schuh
2014-01-24
1
-0
/
+3
*
Basic client.
Gav Wood
2014-01-24
1
-2
/
+2
*
GUI & network stuff.
Gav Wood
2014-01-23
2
-4
/
+4
*
Added client API & prototypal GUI.
Gav Wood
2014-01-23
1
-1
/
+3
*
Pinging.
Gav Wood
2014-01-22
1
-1
/
+3
*
Basic P2P functionality.
Gav Wood
2014-01-22
1
-59
/
+20
*
Peer network code NYW.
Gav Wood
2014-01-22
3
-3
/
+106
*
State updater tested and working pretty well.
Gav Wood
2014-01-21
2
-19
/
+30
*
Working state-transition test.
Gav Wood
2014-01-21
1
-2
/
+15
*
Various fixes.
Gav Wood
2014-01-20
4
-20
/
+32
*
Fake dagger, and moves to test the state transitions.
Gav Wood
2014-01-20
1
-1
/
+31
*
Caching (on two levels!) and quite possibly working State transition
Gav Wood
2014-01-20
1
-0
/
+2
*
Repotted tests.
Gav Wood
2014-01-19
7
-311
/
+498
*
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
2
-9
/
+194
|
\
|
*
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
2
-3
/
+187
*
|
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
2
-13
/
+32
*
Removed user project files.
Gav Wood
2014-01-07
1
-181
/
+0
*
Minor changes to readme and makefiles.
Gav Wood
2014-01-07
1
-1
/
+1
*
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
2
-0
/
+50
*
Fix for tests.
Gav Wood
2014-01-05
2
-1
/
+7
*
VM nearly instruction-complete.
Gav Wood
2014-01-04
2
-2
/
+3
*
Codebase cleanups - renaming files.
Gav Wood
2014-01-03
1
-1
/
+1
*
Reorganised source directory.
Gav Wood
2014-01-03
3
-0
/
+329