forked from cerc-io/ipld-eth-server
Add Vat heal integration test
This commit is contained in:
@@ -26,8 +26,8 @@ var VatHealLog = types.Log{
|
||||
Address: common.HexToAddress("0xa970ed54e41d9db6d91db5e7ff7a9451dad98993"),
|
||||
Topics: []common.Hash{
|
||||
common.HexToHash("0x990a5f6300000000000000000000000000000000000000000000000000000000"),
|
||||
common.HexToHash("0x7d7bee5fcfd8028cf7b00876c5b1421c800561a6000000000000000000000000"),
|
||||
common.HexToHash("0x7340e006f4135ba6970d43bf43d88dcad4e7a8ca000000000000000000000000"),
|
||||
common.HexToHash("0x0000000000000000000000007d7bee5fcfd8028cf7b00876c5b1421c800561a6"),
|
||||
common.HexToHash("0x0000000000000000000000007340e006f4135ba6970d43bf43d88dcad4e7a8ca"),
|
||||
common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000078"),
|
||||
},
|
||||
Data: hexutil.MustDecode("0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000064990a5f637d7bee5fcfd8028cf7b00876c5b1421c800561a600000000000000000000000074686520762076616c75650000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000078"),
|
||||
@@ -43,7 +43,7 @@ var rawHealLog, _ = json.Marshal(VatHealLog)
|
||||
var VatHealModel = vat_heal.VatHealModel{
|
||||
Urn: "0x7d7bEe5fCfD8028cf7b00876C5b1421c800561A6",
|
||||
V: "0x7340e006f4135BA6970D43bf43d88DCAD4e7a8CA",
|
||||
Rad: 120,
|
||||
Rad: "120",
|
||||
TransactionIndex: 2,
|
||||
Raw: rawHealLog,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user