package ethutil import ( "math/big" "os" checker "gopkg.in/check.v1" ) type CommonSuite struct{} var _ = checker.Suite(&CommonSuite{}) func (s *CommonSuite) TestOS(c *checker.C) { expwin := (os.PathSeparator == '\\' && os.PathListSeparator == ';') res := IsWindows() if !expwin { c.Assert(res, checker.Equals, expwin, checker.Commentf("IsWindows is", res, "but path is", os.PathSeparator)) } else { c.Assert(res, checker.Not(checker.Equals), expwin, checker.Commentf("IsWindows is", res, "but path is", os.PathSeparator)) } } func (s *CommonSuite) TestWindonziePath(c *checker.C) { iswindowspath := os.PathSeparator == '\\' path := "/opt/eth/test/file.ext" res := WindonizePath(path) ressep := string(res[0]) if !iswindowspath { c.Assert(ressep, checker.Equals, "/") } else { c.Assert(ressep, checker.Not(checker.Equals), "/") } } func (s *CommonSuite) TestCommon(c *checker.C) { douglas := CurrencyToString(BigPow(10, 43)) einstein := CurrencyToString(BigPow(10, 22)) ether := CurrencyToString(BigPow(10, 19)) finney := CurrencyToString(BigPow(10, 16)) szabo := CurrencyToString(BigPow(10, 13)) shannon := CurrencyToString(BigPow(10, 10)) babbage := CurrencyToString(BigPow(10, 7)) ada := CurrencyToString(BigPow(10, 4)) wei := CurrencyToString(big.NewInt(10)) c.Assert(douglas, checker.Equals, "10 Douglas") c.Assert(einstein, checker.Equals, "10 Einstein") c.Assert(ether, checker.Equals, "10 Ether") c.Assert(finney, checker.Equals, "10 Finney") c.Assert(szabo, checker.Equals, "10 Szabo") c.Assert(shannon, checker.Equals, "10 Shannon") c.Assert(babbage, checker.Equals, "10 Babbage") c.Assert(ada, checker.Equals, "10 Ada") c.Assert(wei, checker.Equals, "10 Wei") } func (s *CommonSuite) TestLarge(c *checker.C) { douglaslarge := CurrencyToString(BigPow(100000000, 43)) adalarge := CurrencyToString(BigPow(100000000, 4)) weilarge := CurrencyToString(big.NewInt(100000000)) c.Assert(douglaslarge, checker.Equals, "10000E298 Douglas") c.Assert(adalarge, checker.Equals, "10000E7 Einstein") c.Assert(weilarge, checker.Equals, "100 Babbage") } ard/assets/hosted-git-info-2.8.9 Tangerine full node (https://github.com/tangerine-network/go-tangerine)
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/StateTests/RandomTests/st201503181931CPPJIT.json
blob: 35fdf96a2753fd74fa311447f05fefd54c612719 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
    "randomStatetest" : {
        "env" : {
            "currentCoinbase" : "945304eb96065b2a98b57a48a06ae28d285a71b5",
            "currentDifficulty" : "0x051d6a3cd647",
            "currentGasLimit" : "0x7fffffffffffffff",
            "currentNumber" : "0x00",
            "currentTimestamp" : "0x01",
            "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
        },
        "logs" : [
            {
                "address" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
                "bloom" : "00000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000040000000000000000000010000000120000000000000000000800000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000008000000004000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000060000000000040000000000000000004000000000000000000000000000000000000",