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

Migrate integration tests for bridge-token-factory to workspaces-rs #159

Merged
merged 16 commits into from
Sep 3, 2022

Conversation

olga24912
Copy link
Contributor

#134

There is a issue with event_serialization tests: in new near-sdk version some checks for AccountId were added. Now AccountId should be more then 2 chars and less then 64 chars and also it can contain only 'a'-'z', '0'..'9', '_', '-', '.' chars

AccountId in res/locked_events.json not suticfied this new rules and should be fix.

bridge-token-factory/Cargo.toml Outdated Show resolved Hide resolved
bridge-token-factory/tests/event_serialization.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
bridge-token-factory/tests/token_transfer.rs Outdated Show resolved Hide resolved
@sept-en sept-en merged commit 3643c61 into master Sep 3, 2022
@sept-en sept-en deleted the fix-bridge-token-factory-tests branch September 3, 2022 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants