Skip to content

Commit 76c0ca2

Browse files
committed
Fix Hash for ChainAssetLockProof, add more tests, etc.
1 parent 3054919 commit 76c0ca2

File tree

15 files changed

+991
-76
lines changed

15 files changed

+991
-76
lines changed

1.8.1/generated_bincode.d.ts

Lines changed: 263 additions & 2 deletions
Large diffs are not rendered by default.

1.8.1/generated_bincode.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import {
33
Int128, Int16, Int32, Int64, Int8, Uint128, Uint16, Uint32, Uint64, Uint8, Float64,
44
VarInt, VarUint, Vec, Tuple, Map, Option, String, Nothing, Range, NotSignable,
55
SocketAddr,
6-
} from "./bincode.ts"
7-
import { Transaction } from "./bincode_types.ts";
8-
export const Hash = FixedBytes(32)
6+
} from "../bincode.ts"
7+
import { Transaction } from "../bincode_types.ts";
8+
export const Hash = Bytes; //FixedBytes(32)
99

1010
/** @type {*} */
1111
export const Value = Lazy("Value", () => REAL_Value);

0 commit comments

Comments
 (0)