obscuren
9022f5034f
default values removed
10 years ago
obscuren
bd992e7baf
Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4
...
Conflicts:
rpc/message.go
10 years ago
obscuren
0031f388ac
More dapp samples
...
* Info DApp, coin DApp
* Additional rpc methods
10 years ago
Taylor Gerring
447bad9dbd
Travis fix
...
Satisfy dependency for obscuren/qml fork
10 years ago
Taylor Gerring
89a48e365c
Cleanup
10 years ago
Taylor Gerring
1cfea1113a
Merge branch 'qt5.4' of github.com:ethereum/go-ethereum into qt5.4
10 years ago
obscuren
6488a392a3
Reimplemented message filters for rpc calls
10 years ago
obscuren
ddf17d93ac
Samples and disams cmd for evm code
10 years ago
obscuren
84adf77bf3
Added RPC "Call" for JS calls to contracts
10 years ago
obscuren
f75dcc7f4c
Added abi example
10 years ago
obscuren
b5918a1faa
removed create
10 years ago
obscuren
d0c6559204
Merge branch 'develop' into qt5.4
10 years ago
obscuren
6d012f628b
implement transact
10 years ago
Taylor Gerring
726852e3d3
Remove old websocket implementation
10 years ago
Taylor Gerring
83b385a290
Separate golang source dir from GOPATH dir
10 years ago
obscuren
ec85458612
updated ethereum.js and moved to subfolder
...
* Previous subtree caused a lot of trouble
* Implemented sha3 in our shiny new http JSON RPC
10 years ago
obscuren
73dcbf7ba2
Add 'cmd/mist/assets/ext/ethereum.js/' from commit '63d9c070ef7637a3d570a5a45ea931c1680ebc02'
...
git-subtree-dir: cmd/mist/assets/ext/ethereum.js
git-subtree-mainline: f80fe97763
git-subtree-split: 63d9c070ef
10 years ago
obscuren
f80fe97763
removed old js yet again
10 years ago
obscuren
cbf1d07073
default http rpc on
10 years ago
obscuren
8284bef072
Merge branch 'develop' into qt5.4
10 years ago
obscuren
fd5d061d49
Merge branch 'develop' into Gustav-Simonsson-key_store_and_accounts_integration
10 years ago
obscuren
32fbc0d334
Merge branch 'develop' into qt5.4
10 years ago
obscuren
1337a8dfb1
upped pv
10 years ago
obscuren
3440a8a0bf
changed lost key
10 years ago
obscuren
5e891ea981
Merge branch 'key_store_and_accounts_integration' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-key_store_and_accounts_integration
10 years ago
obscuren
adda54ac55
Added webengine initializer
10 years ago
obscuren
cebb149f5c
removed key while in the process of moving to the new key storage
10 years ago
obscuren
957f80c623
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
1c51e12c18
Merge branch 'jsonrpc' into qt5.4
10 years ago
obscuren
872b249711
further cleaned up xeth interface
10 years ago
obscuren
1146f25015
clean up of xeth
10 years ago
obscuren
45e15f62f5
merge jsonrpc
10 years ago
obscuren
7f638f0b2d
moving to a better xeth
10 years ago
Taylor Gerring
5a52e86546
Update go to latest version
...
Now using git instead of mercurial
10 years ago
obscuren
b46e1ca97e
Merge branch 'jsonrpc' of github.com-obscure:ethereum/go-ethereum into jsonrpc
10 years ago
obscuren
fb7c03ff4d
switched to obscuren/qml
10 years ago
obscuren
9a11a94894
Updated assets & moved messages
10 years ago
obscuren
cbf162ca64
Allow CORS *
10 years ago
obscuren
85d20cd61b
Added big numbers
10 years ago
obscuren
94976d63ca
Merge branch 'develop' into qt5.4
10 years ago
obscuren
cb47a9e97f
new ethereum.js
10 years ago
obscuren
ad5894e486
removed old ethereum.js
10 years ago
Marek Kotewicz
63d9c070ef
fixed incoming messages
10 years ago
obscuren
f15d23b496
updated messages
10 years ago
obscuren
4c5968097d
Merge branch 'jsonrpc' into qt5.4
10 years ago
obscuren
159c4d56cd
Merge branch 'develop' into jsonrpc
10 years ago
obscuren
f3e78c8f3c
reworking messages => log
10 years ago
Gustav Simonsson
8d9752a557
Address pull request comments
...
* Use crypto.Sign instead of directly calling secp256k1 lib
* Rename UserAccount to Account and Addr to Address (for consistency)
* Change AccountManager.Sign to take ptr to Account instead of
address byte array
* Simplify copying of Accounts in Accounts()
* PubkeyToAddress and GetEntropyCSPRNG now exported
10 years ago
Marek Kotewicz
1345a8c67c
log error on console, if api returns an error
10 years ago
Marek Kotewicz
83fad0fb59
removed fromFixed, toFixed && offset from tests
10 years ago