- 16 Oct, 2014 1 commit
-
-
obscuren authored
If a state gets reset and you still hold a pointer to the previous, incorrect, state object you'll operate on the wrong object. Using the state to set/get objects and attributes you won't have this problem since the state will always have the correct object.
-
- 15 Oct, 2014 1 commit
-
-
obscuren authored
-
- 14 Oct, 2014 6 commits
-
-
obscuren authored
-
obscuren authored
* CALLVALUE pushed incorrect value to the stack * Set execution model to closure
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.
-
- 10 Oct, 2014 8 commits
-
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
Fix filter map race
-
Jeffrey Wilcke authored
Fix Eventer race
-
obscuren authored
-
- 08 Oct, 2014 13 commits
-
-
Felix Lange authored
This commit also documents (but doesn't enforce) that filters are immutable while they're installed. This required a minor API change.
-
Felix Lange authored
-
Felix Lange authored
This test reports the race condition when run using "go test -race".
-
Felix Lange authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
- 07 Oct, 2014 1 commit
-
-
obscuren authored
-
- 02 Oct, 2014 4 commits
- 01 Oct, 2014 2 commits
- 30 Sep, 2014 1 commit
-
-
obscuren authored
-
- 29 Sep, 2014 1 commit
-
-
obscuren authored
The new event machine will be used for loose coupling and handle the communications between the services: 1) Block pool finds blocks which "links" with our current canonical chain 2) Posts the blocks on to the event machine 3) State manager receives blocks & processes them 4) Broadcasts new post block event
-
- 28 Sep, 2014 1 commit
-
-
obscuren authored
-
- 26 Sep, 2014 1 commit
-
-
obscuren authored
-