obscuren
20d518ee95
Numerous fixes for consensus.
...
* Removed (buged) C++ specific gas specification for LOG*
* Fixed LOG* where mstart went after msize
*
10 years ago
obscuren
60cdb1148c
Transaction execution fixes
10 years ago
obscuren
6c9e503eb8
Removed all implicit logging. Fixed gas issues and jump errors
10 years ago
obscuren
75ee3b3f08
debugging code
10 years ago
obscuren
ad0acb5762
Moved messages eventing to chain manager
10 years ago
obscuren
cbeebcd47d
Fixed bloom, updated mining & block processing
...
* Reverted back to process blocks in batches method
* Bloom generation and lookup fix
* Minor UI changed (mainly debug)
10 years ago
obscuren
429dd2a100
Implemented new miner w/ ui interface for merged mining. Closes #177
...
* Miner has been rewritten
* Added new miner pane
* Added option for local txs
* Added option to read from MergeMining contract and list them for
merged mining
10 years ago
obscuren
1b1fa049fa
Fixed VM and added static analysis for EVM jumps
10 years ago
obscuren
a9db1ee8d4
Replaced to return the td and throw a specific error on TD
10 years ago
obscuren
699dcaf65c
Reworked chain handling process
...
* Forks
* Rename
* Moved inserting of blocks & processing
* Added chain testing method for validating pieces of a **a** chain.
10 years ago
obscuren
b1c247231b
ethlog => logger
10 years ago
obscuren
3ee0461cb5
Moved ethchain to chain
10 years ago
obscuren
9e2f071d26
Removed events from the state manager
10 years ago
obscuren
fb4113dab4
PoC 7 updates
...
* Bloom
* Block restructure
* Receipts
10 years ago
obscuren
29b8a0bc5f
Updated the VM & VM tests
...
* Stack Error shouldn't revert to previous state
* Updated VM Test tool
* Added Transfer method to VM Env
10 years ago
obscuren
097ba56df5
Renamed block_chain to chain_manager
10 years ago
obscuren
e02c0fa808
Added generic big to 256 method. Implemented new iterator
10 years ago
obscuren
b417766b36
Minor tweaks for poc7
10 years ago
obscuren
68119d0929
Fixed messages to use proper numbers
10 years ago
obscuren
57dc435f9b
Added TD for each block
10 years ago
obscuren
80261c803a
Fixed deref ptr
10 years ago
obscuren
399256b384
VM execution fixes
...
Refactoring caused executing issues
10 years ago
obscuren
33a0dec8a1
Improved catching up and refactored
10 years ago
obscuren
2f614900e8
Updated GHOST
10 years ago
obscuren
962255b373
Removed old code
10 years ago
obscuren
93008e279d
Removed old chain code
10 years ago
obscuren
eaa2e8900d
PoC 6 networking code.
...
* Added block pool for gathering blocks from the network (chunks)
* Re wrote syncing
10 years ago
obscuren
a760ce05b9
Updated chain for filtering
10 years ago
obscuren
da50c75148
Added state dump method
10 years ago
obscuren
3debeb7236
ethtrie.NewTrie => ethtrie.New
10 years ago
obscuren
1f9894c084
Old code removed and renamed amount to balance
10 years ago
obscuren
32d125131f
Refactored to new state and vm
10 years ago
obscuren
96ac061e68
Log change
10 years ago
obscuren
d0959063d5
Up
11 years ago
zelig
dabaa4cce0
change all modified calls to ethtrie, ethutil and ethcrypto functions
11 years ago
obscuren
423beddf57
nil check
11 years ago
zelig
853053a3b2
go fmt
11 years ago
obscuren
0ed19d9f20
Logging, variable rearrangement
11 years ago
zelig
b9e8a3e024
modified logging API
...
- package vars for tagged loggers
- weed out spurious fmt.PrintX and log.PrintX logging
- tried to second guess loglevel for some :)
11 years ago
obscuren
63883bf27d
Moving closer to interop
11 years ago
obscuren
9ee6295c75
Minor changes
11 years ago
Maran
69044fe577
Refactor to use new method
11 years ago
obscuren
230aafbf66
Working on interop
...
* Receipts after each transaction
* Fee structure
* Applying fees to miners
11 years ago
obscuren
07fe00c466
Changed numbers
11 years ago
obscuren
2bd377a3de
Changed transaction hash for poc 5
11 years ago
obscuren
6a31d55b2e
added roman
11 years ago
obscuren
2450398862
Added Maran to premine
11 years ago
Maran
12f30e6220
Refactored a lot of the chain catchup/reorg.
11 years ago
obscuren
fd19142c0d
No longer store script directly in the state tree
11 years ago
obscuren
8730dfdcc2
Changed how changes are being applied to states
11 years ago