-
Notifications
You must be signed in to change notification settings - Fork 55
refactor: Remove move object has_public_transfer
#3831
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
Merged
alexsporn
merged 68 commits into
develop
from
core-node/fix/remove-MoveObject-has_public_transfer
Nov 8, 2024
Merged
Changes from 57 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
1c90443
refactor(iota-types): Remove has_public_transfer
jkrvivian ba0bf13
refactor(iota-execution): Remove hash_public_transfer
jkrvivian 1f7cb00
refactor(iota-analytics-indexer): Remove has_public_transfer
jkrvivian f0d42ee
refactor(iota-indexer): Remove has_public_transfer
jkrvivian f4ad683
refactor(iota-open-rpc): Remove has_public_transfer
jkrvivian 6fac410
refactor(iota-types): Remove has_public_transfer in move_object_to_sdk
jkrvivian 0538ccb
chores: Format codes
jkrvivian a85ebc8
refactor: Update iota-sdk2 version in Cargo.toml
jkrvivian bb5041a
refactor(iota-e2e-tests): Remove has_public_transfer
jkrvivian a406f09
chores: Update iota-rust-sdk version
jkrvivian 66cc553
fix(iota-types): Remove debug_assert in new_from_execution_with_limit
jkrvivian a3bf331
chores: Remove outdated comments to has_public_transfer
jkrvivian a6a82e5
chores: Update snapshots
jkrvivian d14ed7a
fix(iota-types): Update object size in `object_size_for_gas_metering`
jkrvivian 986aed5
fix(iota-types): Fix expected bytes in `test_object_digest_and_serial…
jkrvivian 8f94c3d
refactor(iota-graphql-rpc): Remove has_public_transfer from IMoveObject
jkrvivian 8af03c3
chores: Update graphql files
jkrvivian 8df694d
chores: Update baselines
jkrvivian 968d7f9
chores: Remove outdated comments
jkrvivian 738a7f7
chores: Update baseline in iota-adapter-transactional-tests
jkrvivian 8e71679
chores: Update baseline in iota-verifier-transactional-tests
jkrvivian 917c250
Merge branch 'develop' of github.com:iotaledger/iota into core-node/f…
muXxer 6f8c4f4
fix(node): remove unused `unsafe` and fix comments
muXxer 59d6651
fix(node): update graphql-e2e expected values
muXxer f1f5435
fix(node): undo changes to sdk graphql schema
muXxer 2409b18
Merge branch 'develop' of github.com:iotaledger/iota into core-node/f…
muXxer 3badb6f
fix(node): rustfmt
muXxer 73ab7d6
fix(iota-graphql-rpc): update schema test snapshot
kodemartin 346ac87
fix(iota-types): Fix expected value in test_object_digest_and_seriali…
jkrvivian 521d569
chores: Update iota-light-client chk
jkrvivian 4d33a7b
fix(iota-e2e-tests): update snapshot for test_full_node_load_migratio…
miker83z 407a18f
fix(node): update light client checkpoints
muXxer 0678ce4
fix(analytics-indexer): remove `has_public_transfer` from schema
muXxer b2b9acd
fix(graphql-rpc): remove `has_public_transfer`
muXxer b62d4e3
fix(adapter): remove outdated comments
muXxer dc1ab1e
fix(light-client): add `read_test_data` to remove hard coded values i…
muXxer 2fc934f
fix(iota-types): remove outdated comment
muXxer 17fdd5d
fix(transaction-fuzzer): remove `has_public_transfer` from regression…
muXxer 22a6f6d
fix(light-client): rustfmt
muXxer 406a814
fix(light-client): update light client checkpoints
muXxer c3db206
fix(light-client): use digests from test data instead of hardcoded va…
muXxer fc1e353
Merge branch 'develop' of github.com:iotaledger/iota into core-node/f…
muXxer 4713e56
fix(light-client): rustfmt
muXxer 0231451
fix(light-client): clippy
muXxer 816a749
feat(scripts): Update iota-cost snapshot
jkrvivian c8ba384
chores: Update iota-cost snapshot
jkrvivian 407ead4
Merge branch 'develop' of github.com:iotaledger/iota into core-node/f…
muXxer 71130d1
fix(graphql-rpc): remove `hasPublicTransfer` from examples
muXxer cd109ec
fix(docs): remove `hasPublicTransfer` from docs
muXxer cc41370
fix(graphql-e2e): remove `hasPublicTransfer` from tests
muXxer c18d9b9
fix(sdk): remove `hasPublicTransfer`
muXxer 4ea205a
fix(node): update `iota-rust-sdk` commit
muXxer f6a315e
fix(graphql-e2e): update test baseline
muXxer 3a04a5d
fix(indexer): remove `has_public_transfer` parameter from test
muXxer 1c0232e
fix(indexer): remove unused `unsafe` flag from tests
muXxer 734334c
fix(graphql-e2e): fix event_connection expectations
muXxer f8ff8c5
fix(ci): increase termination timeout for profile-ci to fix flaky ext…
muXxer d0a9c92
fix(e2e-tests): update snapshot
muXxer 3409f7b
fix(graphql-e2e-tests): update snapshot
muXxer c67d3f5
Merge branch 'develop' of github.com:iotaledger/iota into core-node/f…
muXxer 873d818
fix(adapter-transactional-tests): fix indexes in `child_of_child.move…
muXxer fa43bbb
chore(tx-fuzzer): update regressions files
muXxer 34c1f06
fix(adapter-transactional-tests): fix indexes in `child_of_child.move…
muXxer 73ac17e
fix(fuzzer): fix storage usage constants
muXxer b54d054
fix(adapter-transactional-tests): fix indexes in tests (stable sort p…
jkrvivian f304d7a
fix(adapter-transactional-tests): fix indexes in tests (stable sort p…
jkrvivian e61cd2a
Update iota-sdk2 ref
Thoralf-M 07ab05b
fix(adapter-transactional-tests): Revert removing protocol-version in…
jkrvivian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 = "2fdd75d1f06a6a4dc392f0b9c1e8679a7dc73628", 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.