keep-starknet-strange / madara

DEPRECATED in favor of https://github.com/madara-alliance/madara
MIT License
532 stars 293 forks source link

Adding pallet test for declare transaction v0, fixes #1603 #1605

Closed elielnfinic closed 6 months ago

elielnfinic commented 6 months ago

This PR fixes issue #1603, adding Declare Transaction V0 to the test as all the other tests were using V1.

Pull Request type

Enhancement

Please add the labels corresponding to the type of changes your PR introduces:

What is the current behavior?

All the transaction tests in ` are Declaration TransactionV1`.

Resolves: missing V0 tests.

What is the new behavior?

We have a possibility to check V0 transactions.

Does this introduce a breaking change?

No.

Other information

NA