Felix Lange
bfbcfbe4a9
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
9 years ago
Felix Lange
3f047be5aa
all: update license headers to distiguish GPL/LGPL
...
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
9 years ago
Felix Lange
ea54283b30
all: update license information
9 years ago
Bas van Kervel
2e0b56a72b
added RPC start/stop support
10 years ago
Bas van Kervel
a4a4e9fcf8
removed old rpc structure and added new inproc api client
10 years ago
Taylor Gerring
5afebc2a4b
unit test coverage for NewDataArgs
10 years ago
Taylor Gerring
2e0694b606
Updated test
10 years ago
Taylor Gerring
046411866b
Fixed signing + tests
10 years ago
Taylor Gerring
c8a9a4e76d
Differentiate between 0 and unspecified gas/gasprice
10 years ago
zelig
009b221692
solidity compiler and contract metadocs integration
...
* common/compiler: solidity compiler + tests
* rpc: eth_compilers, eth_compileSolidity + tests
* fix natspec test using keystore API, notice exp dynamically changes addr, cleanup
* resolver implements registrars and needs to create reg contract (temp)
* xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath)
* ethereumApi: implement compiler related RPC calls using XEth - json struct tests
* admin: make use of XEth.SetSolc to allow runtime setting of compiler paths
* cli: command line flags solc to set custom solc bin path
* js admin api with new features debug and contractInfo modules
* wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
10 years ago
Péter Szilágyi
ae4bfc3cfb
rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters
10 years ago
Taylor Gerring
20bae2b8f6
Tests for magic words
10 years ago
Taylor Gerring
2ea2261156
Accept num or hex as index
10 years ago
Taylor Gerring
35ad9febce
Update eth_getBlockByNumber to accept words
10 years ago
obscuren
a9959805e5
Removed from as a requirement and changed
...
Removed the from as a requiremet from the RPC eth_call. Xeth#Call now
also default values to:
1. Supplied account
2. First account if any
3. No managed account => 000000..00
10 years ago
Taylor Gerring
5c988c8ea0
Increased test coverage for args
10 years ago
Taylor Gerring
3908590578
Make "To" field optional in whisper filter
10 years ago
Taylor Gerring
172b34351a
HashArgs fix + tests
10 years ago
Taylor Gerring
b4eef59b6f
No longer require gas & gas price in transactions
...
Defaults to 0, which is then set to default values in XEth
10 years ago
Taylor Gerring
015453f5b3
Default Value to 0 for NewTxArgs
10 years ago
Taylor Gerring
e402e1dc2e
New args types with stricter checking
10 years ago
Taylor Gerring
2f3a968136
New CallArgs
...
Requirements for calls differ from transactions
10 years ago
Taylor Gerring
9f84c78eb5
BlockFilterArgs
10 years ago
Taylor Gerring
c38630af23
Test blockHeightFromJsonInvalid
10 years ago
Taylor Gerring
e0781c2548
NewTxArgs accept numbers or strings for value/gas/gasprice
10 years ago
Taylor Gerring
3fcef54f9b
tidy
10 years ago
Taylor Gerring
bb12dbe233
Prefer args as strings not objects
10 years ago
Taylor Gerring
49a912ce33
Undo xeth changes
10 years ago
Taylor Gerring
1f3814141b
WhisperMessageArgs
10 years ago
Taylor Gerring
9ca87afd0b
WhisperFilterArgs
10 years ago
Taylor Gerring
81f36df910
CompileArgs
10 years ago
Taylor Gerring
ddcc8e1673
SubmitWorkArgs tests
10 years ago
Taylor Gerring
b414a1303f
WhisperIdentityArgs
10 years ago
Taylor Gerring
1f1e98f96b
FilterIdArgs
10 years ago
Taylor Gerring
62ebf999bf
FilterStringArgs tests
10 years ago
Taylor Gerring
e21ce9a9b4
DbHexArgs tests
10 years ago
Taylor Gerring
f68ca2b6e6
DbArgs tests
10 years ago
Taylor Gerring
6661bc35ef
Accept number or string for BlockFilterArgs to/fromBlock
10 years ago
Taylor Gerring
745dd5b7a5
Sha3Args
10 years ago
Taylor Gerring
f695d01354
Convert error checks to Expect functions
10 years ago
Taylor Gerring
3472823be9
HashIndexArgs
10 years ago
Taylor Gerring
cb103c089a
BlockNumIndexArgs
10 years ago
Taylor Gerring
cd6b3fd28a
GetDataArgs
10 years ago
Taylor Gerring
a49c81547c
DecodeParamError -> InvalidTypeError for unexpected input type
10 years ago
Taylor Gerring
c139af5826
GetBalanceArgs
10 years ago
Taylor Gerring
4523a00b91
GetTxCountArgs
10 years ago
Taylor Gerring
9c4504dc41
GetStorageAtArgs
10 years ago
Taylor Gerring
300d36b864
improved NewTxArgs tests
10 years ago
Taylor Gerring
493e0d7be8
improved GetBlockByNumber tests
10 years ago
Taylor Gerring
93af30a6f6
improved GetBlockByHashArgs tests
10 years ago