Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returned the old behaviour of the json serialization for policies #823

Merged
merged 5 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions .npm/packages/fuel-asm/index.test.cjs

This file was deleted.

243 changes: 0 additions & 243 deletions .npm/packages/fuel-tx/index.test.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .npm/packages/fuel-tx/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe('fuel-tx [mjs]', () => {

it('should be able to deserialize snapshots', () => {
const snapshots = '../../../fuel-tx/src/transaction/types/input/snapshots';
fs.readdirSync(snapshots).forEach(file => {
fs.readdirSync(snapshots).filter(fn => fn.endsWith('_canonical.snap')).forEach(file => {
fs.readFile(path.join(snapshots, file), 'utf8', (err, data) => {
expect(err).to.be.null;
let dataBytes = hexToBytes(data.split('---\n').at(-1).trim());
Expand Down
24 changes: 0 additions & 24 deletions .npm/packages/fuel-types/index.test.cjs

This file was deleted.

Loading
Loading