git.delta.rocks / unique-network / refs/commits / 09ca6c216971

difftreelog

fix moonriver xcm test

Daniel Shiposha2022-12-22parent: #5b526d3.patch.diff
in: master

1 file changed

modifiedtests/src/xcm/xcmQuartz.test.tsdiffbeforeafterboth
740740
741 // >>> Propose external motion through council >>>741 // >>> Propose external motion through council >>>
742 console.log('Propose external motion through council.......');742 console.log('Propose external motion through council.......');
743 const externalMotion = helper.democracy.externalProposeMajority(proposalHash);743 const externalMotion = helper.democracy.externalProposeMajority({Legacy: proposalHash});
744 const encodedMotion = externalMotion?.method.toHex() || '';744 const encodedMotion = externalMotion?.method.toHex() || '';
745 const motionHash = blake2AsHex(encodedMotion);745 const motionHash = blake2AsHex(encodedMotion);
746 console.log('Motion hash is %s', motionHash);746 console.log('Motion hash is %s', motionHash);
755 dorothyAccount,
756 motionHash,
757 councilProposalIdx,
758 {
759 refTime: 1_000_000_000,
760 proofSize: 1_000_000,
761 },
762 externalMotion.encodedLength,
763 );
755 console.log('Propose external motion through council.......DONE');764 console.log('Propose external motion through council.......DONE');
756 // <<< Propose external motion through council <<<765 // <<< Propose external motion through council <<<
781 baltatharAccount,
782 fastTrackHash,
783 techProposalIdx,
784 {
785 refTime: 1_000_000_000,
786 proofSize: 1_000_000,
787 },
788 fastTrack.encodedLength,
789 );
772 console.log('Fast track proposal through technical committee.......DONE');790 console.log('Fast track proposal through technical committee.......DONE');
773 // <<< Fast track proposal through technical committee <<<791 // <<< Fast track proposal through technical committee <<<