obscuren
d6b0ab3028
Changed to DnsReg
10 years ago
obscuren
7272577fe6
Added dns lookup
10 years ago
obscuren
da50c75148
Added state dump method
10 years ago
obscuren
32d125131f
Refactored to new state and vm
10 years ago
obscuren
1e8b54abfb
Refactored state, state object and vm
...
* The State and StateObject have been moved to their own package
* The VM is moved to it's own package
10 years ago
obscuren
28a146d438
Added find name for namereg
10 years ago
obscuren
90eb4f1939
Debug output, minor fixes and tweaks
...
* Script compile length fix
* Transition fix
10 years ago
obscuren
00d3935aac
Removed old method
11 years ago
obscuren
7238a77327
Removed old code
11 years ago
obscuren
7a2a63f32b
Added utility wrapper for Ethereum Config contract
...
Note, this utility function has to move elsewhere
11 years ago
obscuren
0ce9003ba7
Fix for creating a tx from an unknown account
11 years ago
zelig
dabaa4cce0
change all modified calls to ethtrie, ethutil and ethcrypto functions
11 years ago
zelig
853053a3b2
go fmt
11 years ago
Maran
d8c675afbf
Implement something that looks like confirmations, wip
11 years ago
Maran
8fe8175c78
Implemented TX History for ethPub
11 years ago
Maran
589d27386a
Fix key generation in ethPub
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
2fbcfd8824
Proper checks for multiple data items. Fixes #80
11 years ago
obscuren
3a9d7d318a
log changes
11 years ago
obscuren
9ff97a98a7
Namereg lookup fix
11 years ago
Maran
2010fea088
Added faux latency for peeroverview
11 years ago
Maran
fb6ff61730
Implemented Public Peer interface
11 years ago
obscuren
9bb7633254
Removed fmt
11 years ago
obscuren
e7097641e3
Support for namereg
11 years ago
obscuren
a2d01d6af8
Removed comments
11 years ago
obscuren
4d98762486
Fixed state object gas return
11 years ago
obscuren
81ef40010f
The body of contracts are now returned instead
11 years ago
obscuren
281559d427
Canonical contract creation
11 years ago
obscuren
05e4e97276
Fixed Public block creation. Added block logging
11 years ago
obscuren
3c35ba7c31
Fixed state overwriting issue
11 years ago
obscuren
fd19142c0d
No longer store script directly in the state tree
11 years ago
obscuren
b8034f4d9e
Increment nonce in the public api
11 years ago
obscuren
8730dfdcc2
Changed how changes are being applied to states
11 years ago
obscuren
f4fa0d48cb
Moved keyring to ethutil & removed old methods. Implements #20
11 years ago
Maran
c9ac5b0f74
Removed lingering log statement
11 years ago
Maran
28357d657b
Implemented new JS/EthPub methods
...
- getTxCountAt
- getPeerCount
- getIsMining
- getIsListening
- getCoinbase
11 years ago
obscuren
cac9562c05
Use EthManager interface instead
11 years ago
obscuren
d709815106
Added trans state and removed watch address etc
...
The transient state can be used to test out changes before committing
them to the proc state. The transient state is currently being used by
the gui to support proper nonce updating without having to wait for a
block. This used to be done by a cached state mechanism which can now
safely by removed.
11 years ago
obscuren
78cb04cca3
wrong string
11 years ago
obscuren
14a6e6a9ce
Added the ability to submit byte code for contracts instead of Mutan code.
11 years ago
Maran
b98cc2fb4e
Fixed GetBlock when no block can be found
11 years ago
Maran
fde3e01f80
Fixed import cycle
11 years ago
obscuren
5757f5df2a
Added secret to address method
11 years ago
obscuren
7c91159449
Added different storage notification object
11 years ago
Maran
4f20e8f649
Implemented first few methods via public api
11 years ago
obscuren
1f6df0cd52
Added receipts for tx creation
11 years ago
obscuren
e798f221dd
Added public interface
11 years ago