Jeffrey Wilcke
4a4da9a24e
Merge pull request #588 from ethersphere/frontier/SEC-29
...
Frontier/sec 29
10 years ago
zelig
f56fc9cd9d
change StatusMsgData.TD back to pointer type *big.Int
10 years ago
zelig
6ffea34d8b
check TxMsg
...
- add validation on TxMsg checking for nil
- add test for nil transaction
- add test for zero value transaction (no extra validation needed)
10 years ago
zelig
82da6bf4d2
test for invalid rlp encoding of block in BlocksMsg
...
- rename Validate -> ValidateFields not to confure consensus block validation
- add nil transaction and nil uncle header validation
- remove bigint field checks: rlp already decodes *big.Int to big.NewInt(0)
- add test for nil header, nil transaction
10 years ago
zelig
d677190f39
add tests for valid blocks msg handling
10 years ago
zelig
e1be34bce1
eth: SEC-29 eth wire protocol decoding invalid message data crashes client
...
- add validate method to types.Block
- validate after Decode -> error
- add tests for NewBlockMsg
10 years ago
Jeffrey Wilcke
936ddf2ad1
Merge pull request #616 from bas-vk/develop
...
Frontier/513
10 years ago
Taylor Gerring
dbf17105f6
Build transaction context in BlockRes
10 years ago
Taylor Gerring
88f2a96ca3
Set fullTx option in constructor
10 years ago
Bas van Kervel
1559bd9e1b
changed big.Int instantiation
10 years ago
obscuren
dba9b83aa0
Merge branch 'tgerring-hexify' into develop
10 years ago
obscuren
b0e09ec827
merge conflict
10 years ago
obscuren
6afc5e762a
Merge branch 'hexify' of https://github.com/tgerring/go-ethereum into tgerring-hexify
10 years ago
Jeffrey Wilcke
720d978e35
Merge pull request #589 from tgerring/corssetting
...
Configurable CORS domain
10 years ago
Bas van Kervel
6605d00d92
Frontier/513
10 years ago
Taylor Gerring
02fb83782e
#612 rename eth_protocol method
10 years ago
Taylor Gerring
86ba7432a9
txMeta storage as struct
10 years ago
obscuren
4e8f8cfab7
ethereum.js update
10 years ago
obscuren
f2c6a937f3
Protocol bump
10 years ago
Taylor Gerring
b860b67693
Remove extra type assetion
10 years ago
obscuren
f468364e4d
fixed tests
10 years ago
Taylor Gerring
7b7392826d
Improved response tests
...
Actually verifies output as by regex
10 years ago
obscuren
0a554a1f27
Blocktest fixed, Execution fixed
...
* Added new CreateAccount method which properly overwrites previous
accounts (excluding balance)
* Fixed block tests (100% success)
10 years ago
obscuren
d3e86f9208
Added gas generator defaults
10 years ago
Taylor Gerring
25998cfc45
Re-enabled response tests (needs improvement)
10 years ago
Taylor Gerring
bbca6250ff
Merge branch 'rpccall' into hexify
10 years ago
Taylor Gerring
40ea466200
Store and retrieve tx context metadata #608
...
Improving this in the future will allow for cleaning up a bit of legacy
code.
10 years ago
Taylor Gerring
7e3875b527
Remove custom MarshalJSON methods
...
Now formats based on underlying hexdata or hexnum type. Fields directly
with respective constructors that cover from native types
10 years ago
Taylor Gerring
a2501ecfcd
Make new types Stringers
10 years ago
Taylor Gerring
8f0e095f4c
Index is zero-based #607
10 years ago
Taylor Gerring
81aeb78976
Update output types to use hexnum or hexdata
...
Benefits from automatic output formatting differences between
quantities and data
10 years ago
Taylor Gerring
3a948b2dba
Add hexdata and hexnum types
10 years ago
obscuren
ec181b308a
Squashed 'tests/files/' changes from c6d9629..29da5ea
...
29da5ea add JS block test example as state test
04108e0 Merge remote-tracking branch 'origin' into develop
6da7f35 JS failures
22b5dfc stQuadraticComplexity Refill with latest develop
c97bf26 Memory / Solidity Test Update
git-subtree-dir: tests/files
git-subtree-split: 29da5ea53ab36d74bd3c0712337168086cabfb8d
10 years ago
obscuren
2ef0bc03ec
Merge commit 'ec181b308addc30c04973e9058960d579c84eef5' into develop
10 years ago
obscuren
8b51582b53
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
3453f8c5d2
Added Code field
10 years ago
Felix Lange
653c3deaa5
Merge pull request #606 from tgerring/bootnode
...
Update Go bootnode address
10 years ago
Taylor Gerring
6daa455243
Update Go bootnode address
10 years ago
Jeffrey Wilcke
485dcf90cd
Merge pull request #594 from Gustav-Simonsson/fix_block_header_gas_limit_validation
...
Correct gas limit validation according to new algorithm
10 years ago
Taylor Gerring
2f3a968136
New CallArgs
...
Requirements for calls differ from transactions
10 years ago
Gustav Simonsson
9feed3f61e
Correct gas limit validation according to new algorithm
...
* Use absolute value of (block's gas limit) - (parent's gas limit)
in comparison with diff limit.
* Ensure the diff is strictly smaller than the allowed size.
10 years ago
Taylor Gerring
f23529c5cd
General repo cleanup
10 years ago
Taylor Gerring
35d00e00c5
Update Godeps
10 years ago
Taylor Gerring
b6fde73ef1
Add settable domain to CORS handler #331
10 years ago
Taylor Gerring
04a7c4ae1e
Abstract http into rpc package
...
New RpcConfig object to pass growing config
10 years ago
Taylor Gerring
24fc1f073d
Add flag to control CORS header #394
...
* Disabled on CLI
* http://localhost on Mist
10 years ago
obscuren
e1c6c01b4d
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
10 years ago
obscuren
b7a0bc7031
Merge branch 'ebuchman-fix_ecrecover' into develop
10 years ago
obscuren
61c5edcb57
Cleanup.
10 years ago
obscuren
af153e7884
Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ebuchman-fix_ecrecover
10 years ago