mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Draft of new LOG/bloom/headers/block format.
This commit is contained in:
parent
dba99342ba
commit
0006d8fefa
2
main.cpp
2
main.cpp
@ -44,7 +44,7 @@ using namespace dev::eth;
|
|||||||
BOOST_AUTO_TEST_CASE(basic_tests)
|
BOOST_AUTO_TEST_CASE(basic_tests)
|
||||||
{
|
{
|
||||||
/* RLPStream s;
|
/* RLPStream s;
|
||||||
BlockInfo::genesis().fillStream(s, false);
|
BlockInfo::genesis().streamRLP(s, false);
|
||||||
std::cout << RLP(s.out()) << std::endl;
|
std::cout << RLP(s.out()) << std::endl;
|
||||||
std::cout << toHex(s.out()) << std::endl;
|
std::cout << toHex(s.out()) << std::endl;
|
||||||
std::cout << sha3(s.out()) << std::endl;*/
|
std::cout << sha3(s.out()) << std::endl;*/
|
||||||
|
Loading…
Reference in New Issue
Block a user