Skip to content

Commit

Permalink
chore(cardano-services): update fixture files
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceahasegan committed May 6, 2024
1 parent b81ad35 commit 8743db3
Show file tree
Hide file tree
Showing 6 changed files with 12,656 additions and 11,135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ describe('ChainHistoryBuilder', () => {
});
});

describe('queryProposalProceduresByIds', () => {
// TODO: enable after conway era hardfork
describe.skip('queryProposalProceduresByIds', () => {
test('query proposal procedures by tx hashes', async () => {
const txHashes = await fixtureBuilder.getTxHashes(1, { with: [TxWith.ProposalProcedures] });
const ids = await getTxIds(txHashes);
Expand Down Expand Up @@ -255,7 +256,8 @@ describe('ChainHistoryBuilder', () => {
});
});

describe('queryVotingProceduresByIds', () => {
// TODO: enable after conway era hardfork
describe.skip('queryVotingProceduresByIds', () => {
test('query voting procedures by tx hashes', async () => {
const txHashes = await fixtureBuilder.getTxHashes(1, { with: [TxWith.VotingProcedure] });
const ids = await getTxIds(txHashes);
Expand Down

0 comments on commit 8743db3

Please sign in to comment.