obscuren
35ae9e3aa8
Paranoia check
11 years ago
obscuren
2f9bc2ab75
Removed old code
11 years ago
obscuren
8de099ae75
Added paranoia check
11 years ago
obscuren
40e3d2ab55
Changed CREATE
11 years ago
obscuren
6748158ab4
Moved methods
11 years ago
obscuren
e4d2d00d41
Added support for breakpoints on specific instructions
11 years ago
obscuren
315d65280b
Removed comment
11 years ago
obscuren
d15952c867
Moved debug hook to Vm directly
11 years ago
obscuren
1954ef47e6
Suicide is deferred to update
11 years ago
obscuren
fd1d0bbde7
Updated to generic padding function
11 years ago
obscuren
d7e396a98c
l <=> r
11 years ago
obscuren
00d3935aac
Removed old method
11 years ago
obscuren
bb2433ca1a
Added quitting reason
11 years ago
obscuren
7238a77327
Removed old code
11 years ago
obscuren
dd869064a6
delete?
11 years ago
obscuren
7a2a63f32b
Added utility wrapper for Ethereum Config contract
...
Note, this utility function has to move elsewhere
11 years ago
obscuren
28ef7d228c
Added Left and Right padding utility functions
11 years ago
obscuren
6151ae7db5
Fixed key import for empty entries
11 years ago
obscuren
3889785017
Added Path utility
11 years ago
obscuren
7a9ff4f8d4
bump
11 years ago
Jeffrey Wilcke
29f613ef84
Merge pull request #28 from ethersphere/feature/keys
...
Feature/keys
11 years ago
zelig
ff5703fd9b
ethutil -> ethtrie.NewTrie
11 years ago
zelig
89630d2826
merge upstream
11 years ago
obscuren
550407b0ec
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
11 years ago
obscuren
d0959063d5
Up
11 years ago
Maran
d294dedfad
Merge branch 'develop' of github.com:ethereum/eth-go into develop
11 years ago
Maran
e798294a4b
Update min GasLimit
11 years ago
obscuren
114e715e3c
Merge branch 'ethersphere-feature/keys' into develop
11 years ago
obscuren
253c23240b
Merge branch 'feature/keys' of https://github.com/ethersphere/go-ethereum into ethersphere-feature/keys
...
Conflicts:
.gitignore
README.md
11 years ago
obscuren
0ce9003ba7
Fix for creating a tx from an unknown account
11 years ago
obscuren
2bbc204328
Close pow chat. Fixes #95
11 years ago
obscuren
92693e4459
The dragon has been slain. Consensus reached!
11 years ago
obscuren
39263b674c
Paranoia
11 years ago
obscuren
5f5910c603
Regression test for trie
11 years ago
obscuren
ed276cd7c2
Added Paranoia check for VM execution
11 years ago
obscuren
82272ee08a
Iterator fix
11 years ago
obscuren
9ed0d389b2
Generic trie
11 years ago
obscuren
00bb68d7d2
Merge branch 'develop' into interop
11 years ago
obscuren
c23074d5ad
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
11 years ago
obscuren
8ddd4c4c52
wip
11 years ago
obscuren
5a86892ecb
Using remote for test cases
11 years ago
zelig
12972b4b65
DBKeyStore.Load returns no error if keyring not found in db
11 years ago
zelig
098f7f23ce
changed name for ethutil hex functions; and access to keyring via keyManager
11 years ago
zelig
8aea468744
gui changes
...
- remove lib *EthLib, expose gui itself to initial import window
- remove addr []byte instead use dynamic adress()
- use ethereum.KeyManager to retrieve address and privateKey
- add Session string (keyRing identifier)
- add and reimplement ImportAndSetPrivKey and CreateAndSetPrivKey
11 years ago
zelig
29cc1af2bc
remove ui/library; instead expose gui itself for initial window
11 years ago
zelig
e43e4ff2c1
main loop uses new flags and common methods in util: db, keymanager set up; passes KeyRing/Session string to gui
11 years ago
zelig
12fbb7ae5c
new command line options
...
- keyring: keyring/session identifier used by key manager
- keystore: choice of db/file key storage
- import message updated
- export: name of directory to export keys to (was bool)
11 years ago
zelig
2920795168
using keyPair.Mnemonic() in file key store Save method
11 years ago
zelig
25314313f8
added Mnemonic() and AsStrings() methods, added memoization for address
11 years ago
zelig
a8be0d9f48
add InitFromString method to be used in gui
11 years ago