Skip to content

Commit

Permalink
Merge pull request #165 from ainblockchain/release/v1.7.0
Browse files Browse the repository at this point in the history
Upgrade version to 1.7.0
  • Loading branch information
platfowner authored Mar 22, 2024
2 parents 2e41370 + a4ab327 commit f8f0f94
Show file tree
Hide file tree
Showing 12 changed files with 692 additions and 93 deletions.
18 changes: 15 additions & 3 deletions __tests__/__snapshots__/ain.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,20 @@ Object {
}
`;

exports[`ain-js Database getProofHash 1`] = `"0x88496dfee3566db91f487aa4cbf69a0c42a3e2a5d0a65bfd4897d699e8734785"`;

exports[`ain-js Database getStateInfo 1`] = `
Object {
"#num_children": 1,
"#state_ph": "0x985a1f057d5047b1dee392127eb776571fbbe79da7ae6114f8f8f18c4f786135",
"#tree_bytes": 1840,
"#tree_height": 2,
"#tree_max_siblings": 1,
"#tree_size": 3,
"#version": "erased",
}
`;

exports[`ain-js Database matchFunction 1`] = `
Object {
"matched_config": Object {
Expand Down Expand Up @@ -259,6 +273,4 @@ Object {
],
},
}
`;

exports[`ain-js Network should set provider 1`] = `true`;
`;
Loading

0 comments on commit f8f0f94

Please sign in to comment.