-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove move object
has_public_transfer
(#3831)
* refactor(iota-types): Remove has_public_transfer * refactor(iota-execution): Remove hash_public_transfer * refactor(iota-analytics-indexer): Remove has_public_transfer * refactor(iota-indexer): Remove has_public_transfer * refactor(iota-open-rpc): Remove has_public_transfer * refactor(iota-types): Remove has_public_transfer in move_object_to_sdk * chores: Format codes * refactor: Update iota-sdk2 version in Cargo.toml * refactor(iota-e2e-tests): Remove has_public_transfer * chores: Update iota-rust-sdk version * fix(iota-types): Remove debug_assert in new_from_execution_with_limit * chores: Remove outdated comments to has_public_transfer * chores: Update snapshots * fix(iota-types): Update object size in `object_size_for_gas_metering` * fix(iota-types): Fix expected bytes in `test_object_digest_and_serialized_format` * refactor(iota-graphql-rpc): Remove has_public_transfer from IMoveObject * chores: Update graphql files * chores: Update baselines * chores: Remove outdated comments * chores: Update baseline in iota-adapter-transactional-tests * chores: Update baseline in iota-verifier-transactional-tests * fix(node): remove unused `unsafe` and fix comments * fix(node): update graphql-e2e expected values * fix(node): undo changes to sdk graphql schema * fix(node): rustfmt * fix(iota-graphql-rpc): update schema test snapshot * fix(iota-types): Fix expected value in test_object_digest_and_serialized_format * chores: Update iota-light-client chk * fix(iota-e2e-tests): update snapshot for test_full_node_load_migration_data * fix(node): update light client checkpoints * fix(analytics-indexer): remove `has_public_transfer` from schema * fix(graphql-rpc): remove `has_public_transfer` * fix(adapter): remove outdated comments * fix(light-client): add `read_test_data` to remove hard coded values in tests * fix(iota-types): remove outdated comment * fix(transaction-fuzzer): remove `has_public_transfer` from regressions file * fix(light-client): rustfmt * fix(light-client): update light client checkpoints * fix(light-client): use digests from test data instead of hardcoded values * fix(light-client): rustfmt * fix(light-client): clippy * feat(scripts): Update iota-cost snapshot * chores: Update iota-cost snapshot * fix(graphql-rpc): remove `hasPublicTransfer` from examples * fix(docs): remove `hasPublicTransfer` from docs * fix(graphql-e2e): remove `hasPublicTransfer` from tests * fix(sdk): remove `hasPublicTransfer` * fix(node): update `iota-rust-sdk` commit * fix(graphql-e2e): update test baseline * fix(indexer): remove `has_public_transfer` parameter from test * fix(indexer): remove unused `unsafe` flag from tests * fix(graphql-e2e): fix event_connection expectations * fix(ci): increase termination timeout for profile-ci to fix flaky external crates test * fix(e2e-tests): update snapshot * fix(graphql-e2e-tests): update snapshot * fix(adapter-transactional-tests): fix indexes in `child_of_child.move` test (stable sort problem) * chore(tx-fuzzer): update regressions files * fix(adapter-transactional-tests): fix indexes in `child_of_child.move` v0 test (stable sort problem) * fix(fuzzer): fix storage usage constants * fix(adapter-transactional-tests): fix indexes in tests (stable sort problem) * fix(adapter-transactional-tests): fix indexes in tests (stable sort problem) * Update iota-sdk2 ref * fix(adapter-transactional-tests): Revert removing protocol-version in mvcc/v0 child_of_child --------- Co-authored-by: muXxer <[email protected]> Co-authored-by: Konstantinos Demartinos <[email protected]> Co-authored-by: miker83z <[email protected]> Co-authored-by: Thoralf Müller <[email protected]>
- Loading branch information
1 parent
618b24d
commit 1a2e8e4
Showing
460 changed files
with
12,897 additions
and
13,787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -417,7 +417,7 @@ iota-rosetta = { path = "crates/iota-rosetta" } | |
iota-rpc-loadgen = { path = "crates/iota-rpc-loadgen" } | ||
iota-sdk = { path = "crates/iota-sdk" } | ||
# core-types with json format for REST API | ||
iota-sdk2 = { package = "iota-rust-sdk", git = "ssh://[email protected]/iotaledger/iota-rust-sdk.git", rev = "dd7b331a5ec62fd5e810051d19f31dff90ea7e3f", features = ["hash", "serde", "schemars"] } | ||
iota-sdk2 = { package = "iota-rust-sdk", git = "ssh://[email protected]/iotaledger/iota-rust-sdk.git", rev = "8c849ded4f23b557cf8bccd86e71cf05c888faaf", features = ["hash", "serde", "schemars"] } | ||
iota-simulator = { path = "crates/iota-simulator" } | ||
iota-snapshot = { path = "crates/iota-snapshot" } | ||
iota-source-validation = { path = "crates/iota-source-validation" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.