.gitignore
|
added git ignore
|
2013-12-26 12:47:06 +01:00 |
.travis.yml
|
Added travis
|
2013-12-27 11:59:00 +01:00 |
big.go
|
Comments
|
2013-12-29 01:36:59 +01:00 |
block_manager.go
|
Wip VM. Created contracts
|
2014-01-03 00:43:49 +01:00 |
block.go
|
Wip VM. Created contracts
|
2014-01-03 00:43:49 +01:00 |
contract.go
|
Wip VM. Created contracts
|
2014-01-03 00:43:49 +01:00 |
database_test.go
|
Split up db and trie and added interface
|
2013-12-30 01:09:57 +01:00 |
database.go
|
Updated database interface and eth test code
|
2014-01-01 03:07:49 +01:00 |
db_query_interface.go
|
Work in progress external test runner
|
2014-01-01 15:49:38 +01:00 |
encoding_test.go
|
Encoding helpers for trie
|
2014-01-01 03:06:52 +01:00 |
encoding.go
|
Encoding helpers for trie
|
2014-01-01 03:06:52 +01:00 |
ethereum.go
|
Moved some testing code
|
2014-01-01 13:37:00 +01:00 |
genesis.go
|
Added sample server, genesis block, and database interface
|
2013-12-29 23:54:50 +01:00 |
memory_database.go
|
Added db query interface and moved memory database
|
2014-01-01 13:36:48 +01:00 |
parsing_test.go
|
WIP rewrite vm
|
2014-01-02 23:02:24 +01:00 |
parsing.go
|
WIP rewrite vm
|
2014-01-02 23:02:24 +01:00 |
README.md
|
moved to markdown
|
2014-01-01 14:12:30 +01:00 |
rlp_test.go
|
Removed logs from tests and updated rlp encoding to include byte slices
|
2013-12-29 23:52:46 +01:00 |
rlp.go
|
Removed logs from tests and updated rlp encoding to include byte slices
|
2013-12-29 23:52:46 +01:00 |
server.go
|
Split up db and trie and added interface
|
2013-12-30 01:09:57 +01:00 |
test_runner_test.go
|
Work in progress external test runner
|
2014-01-01 15:49:38 +01:00 |
test_runner.go
|
Work in progress external test runner
|
2014-01-01 15:49:38 +01:00 |
testing.go
|
WIP rewrite vm
|
2014-01-02 23:02:24 +01:00 |
transaction.go
|
Wip VM. Created contracts
|
2014-01-03 00:43:49 +01:00 |
trie_test.go
|
WIP rewrite vm
|
2014-01-02 23:02:24 +01:00 |
trie.go
|
Wip VM. Created contracts
|
2014-01-03 00:43:49 +01:00 |
util.go
|
Added helper methods for slice comparison and nibble matching
|
2014-01-01 03:07:29 +01:00 |
vm_test.go
|
Pop, push, load for vm
|
2014-01-03 13:40:12 +01:00 |
vm.go
|
Pop, push, load for vm
|
2014-01-03 13:40:12 +01:00 |