Skip to content

Commit

Permalink
test: fix drive logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 3, 2024
1 parent 04424bd commit 7a92d1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages/rs-platform-version/src/version/mocks/v2_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ use crate::version::dpp_versions::{
DocumentTypeClassMethodVersions, DocumentTypeIndexVersions, DocumentTypeMethodVersions,
DocumentTypeSchemaVersions, DocumentTypeValidationVersions, DocumentTypeVersions,
DocumentVersions, DocumentsBatchTransitionValidationVersions, DocumentsBatchTransitionVersions,
IdentityKeyTypeMethodVersions, IdentityTransitionAssetLockVersions, IdentityTransitionVersions,
IdentityVersions, JsonSchemaValidatorVersions, PublicKeyInCreationMethodVersions,
IdentityCreditWithdrawalTransitionVersions, IdentityKeyTypeMethodVersions,
IdentityTransitionAssetLockVersions, IdentityTransitionVersions, IdentityVersions,
JsonSchemaValidatorVersions, PublicKeyInCreationMethodVersions,
RecursiveSchemaValidatorVersions, StateTransitionConversionVersions,
StateTransitionMethodVersions, StateTransitionSerializationVersions, StateTransitionVersions,
VotingValidationVersions, VotingVersions,
Expand Down Expand Up @@ -1183,6 +1184,9 @@ pub const TEST_PLATFORM_V2: PlatformVersion = PlatformVersion {
validate_asset_lock_transaction_structure: 0,
validate_instant_asset_lock_proof_structure: 0,
},
credit_withdrawal: IdentityCreditWithdrawalTransitionVersions {
default_constructor: 0,
},
},
},
contract_versions: ContractVersions {
Expand Down
8 changes: 6 additions & 2 deletions packages/rs-platform-version/src/version/mocks/v3_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ use crate::version::dpp_versions::{
DocumentTypeClassMethodVersions, DocumentTypeIndexVersions, DocumentTypeMethodVersions,
DocumentTypeSchemaVersions, DocumentTypeValidationVersions, DocumentTypeVersions,
DocumentVersions, DocumentsBatchTransitionValidationVersions, DocumentsBatchTransitionVersions,
IdentityKeyTypeMethodVersions, IdentityTransitionAssetLockVersions, IdentityTransitionVersions,
IdentityVersions, JsonSchemaValidatorVersions, PublicKeyInCreationMethodVersions,
IdentityCreditWithdrawalTransitionVersions, IdentityKeyTypeMethodVersions,
IdentityTransitionAssetLockVersions, IdentityTransitionVersions, IdentityVersions,
JsonSchemaValidatorVersions, PublicKeyInCreationMethodVersions,
RecursiveSchemaValidatorVersions, StateTransitionConversionVersions,
StateTransitionMethodVersions, StateTransitionSerializationVersions, StateTransitionVersions,
VotingValidationVersions, VotingVersions,
Expand Down Expand Up @@ -1183,6 +1184,9 @@ pub const TEST_PLATFORM_V3: PlatformVersion = PlatformVersion {
validate_asset_lock_transaction_structure: 0,
validate_instant_asset_lock_proof_structure: 0,
},
credit_withdrawal: IdentityCreditWithdrawalTransitionVersions {
default_constructor: 0,
},
},
},
contract_versions: ContractVersions {
Expand Down

0 comments on commit 7a92d1d

Please sign in to comment.