Jeffrey Wilcke
a6ca3d0261
Merge pull request #626 from tgerring/rpcfabian
...
RPC Tests updates
10 years ago
obscuren
29a9c6bedd
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
c59c826ab4
fixed stack level
10 years ago
obscuren
fd5c5b2969
Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into develop
10 years ago
obscuren
812cbff1a2
Squashed 'tests/files/' changes from ab81bf2..d6fe94a
...
d6fe94a Merge branch 'develop' of https://github.com/ethereum/tests into develop
cae0693 more fuzz test failures
2110806 fix mem test
049c4d3 Merge remote-tracking branch 'origin' into develop
6025e7b stack size 1024 fix
97655c7 add JS fails
90fe120 JS fails
e8a6964 JS fail
git-subtree-dir: tests/files
git-subtree-split: d6fe94ad047557531c83b551eb78a7a5838feaa4
10 years ago
obscuren
4415a5bc68
updated coin
10 years ago
Jeffrey Wilcke
ea606733eb
Merge pull request #636 from debris/prototype_functions
...
do not print Plain Object prototype fields in geth console
10 years ago
Marek Kotewicz
24c8fdc1d0
do not print Plain Object prototype fields in geth console
10 years ago
Jeffrey Wilcke
97d6b0bab8
Merge pull request #633 from debris/prototype_functions
...
printing object prototype functions in geth console
10 years ago
Marek Kotewicz
1f122626be
printing object prototype functions in geth console
10 years ago
Taylor Gerring
3e042317ad
Return nil if block does not exist
10 years ago
Taylor Gerring
1d74086b42
New UncleRes type
10 years ago
Taylor Gerring
9bdf0b655d
Fix RLP decoding of tx metadata
10 years ago
Taylor Gerring
537e2cfeb6
Return nil when requested uncle index is not valid
10 years ago
Taylor Gerring
e882ba0c29
Return nil when requested index does not exist
...
Instead of error
10 years ago
Taylor Gerring
aa71e27a3b
Detect non-valid strings for blockheight
10 years ago
Taylor Gerring
3908590578
Make "To" field optional in whisper filter
10 years ago
Jeffrey Wilcke
607fc788e3
Merge pull request #619 from tgerring/rpcfabian
...
RPC Fabian fixes
10 years ago
Taylor Gerring
876ce0fb12
More nil checks
10 years ago
Taylor Gerring
172b34351a
HashArgs fix + tests
10 years ago
Taylor Gerring
b9c9d6d798
Use HashArgs for eth_getTransactionByHash
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
obscuren
1e28b424e7
Default gas
10 years ago
Taylor Gerring
015453f5b3
Default Value to 0 for NewTxArgs
10 years ago
obscuren
55b1c1546b
Moved to function
10 years ago
Taylor Gerring
118ad22ee5
Merge branch 'develop' into rpcfabian
10 years ago
Taylor Gerring
81de8ed091
Format code as hexdata
10 years ago
Taylor Gerring
b86450aaae
Guard from nil pointers
10 years ago
Taylor Gerring
e402e1dc2e
New args types with stricter checking
10 years ago
obscuren
79828531b1
updated ethereum.js
10 years ago
Taylor Gerring
14c14fd61f
Output empty block as nil
10 years ago
Taylor Gerring
2efb89d544
Guard for nil *big.Int
10 years ago
obscuren
60da9a1289
Put the old hammer back in <3
10 years ago
obscuren
3f4c1aaf01
info => debug
10 years ago
obscuren
0f3bf7ef4d
Fixes for balance
10 years ago
Taylor Gerring
585aec127c
Don't ignore user-specified "include tx" param
10 years ago
Taylor Gerring
edfd2757d9
Better decoding of uint*
10 years ago
Taylor Gerring
b10e33c040
More types supported
10 years ago
Taylor Gerring
cc45b4d8b5
Trim left only, not right
10 years ago
Taylor Gerring
f89baa73e5
transactionRoot -> transactionsRoot
10 years ago
Taylor Gerring
85ebbc9aa5
Default BlockNumber to -1 when missing
10 years ago
Jeffrey Wilcke
7e13ee602e
Merge pull request #625 from debris/nonenumerable
...
print nonenumerable properties of object in geth console && proper printing BigNumbers
10 years ago
Taylor Gerring
c71ca1a089
Better nil handling
10 years ago
Marek Kotewicz
f960fc066e
fixed printing BigNumbers
10 years ago
Marek Kotewicz
bb3ae3026e
print nonenumerable properties of object in geth console
10 years ago
obscuren
b8124ec791
Removed old (unused) argument
10 years ago
Jeffrey Wilcke
219d94c1dd
Merge pull request #623 from Gustav-Simonsson/read_protocol_values_from_common_params
...
Read most protocol params from common/params.json
10 years ago
Gustav Simonsson
c26c8d3a44
Read most protocol params from common/params.json
...
* Add params package with exported variables generated from
github.com/ethereum/common/blob/master/params.json
* Use params package variables in applicable places
* Add check for minimum gas limit in validation of block's gas limit
* Remove common/params.json from go-ethereum to avoid
outdated version of it
10 years ago
obscuren
ab5c007376
Updated ethereum.js
10 years ago
obscuren
4391c38215
Changed getters on account objects. Closes #610
...
* GetCode
* GetNonce
* GetStorage
* GetBalance
10 years ago