-
Couldn't load subscription status.
- Fork 44
feat(sdk): dpns sdk improvements #2692
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
Merged
Changes from 8 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
fd546be
dpns usernames in rust sdk
ddca52a
dpns improvements
72d8197
more dpns improvements
QuantumExplorer 84fb154
more dpns improvements
QuantumExplorer 0964da3
more dpns improvements
QuantumExplorer bcacb00
more dpns improvements
QuantumExplorer 9b0adf5
dpns improvements
ef11969
more work
647da0c
more work
69ac84a
more work
057b618
more work
5d71bd1
more fixes
26e4d25
fix
QuantumExplorer 37a3ca4
fix
QuantumExplorer 30215df
more fixes
ff8ff6d
Merge branch 'feat/dpnsImprovements' of github.com:dashpay/platform i…
a53b9cf
another fix
QuantumExplorer 6aac9cf
Potential fix for code scanning alert no. 24: DOM text reinterpreted …
QuantumExplorer 0f6be17
fixes
5ef0fdd
more work
4a1cf37
more work
a0867a9
improvement
QuantumExplorer 09313ff
Merge branch 'feat/dpnsImprovements' of github.com:dashpay/platform i…
QuantumExplorer ba65988
improvement
QuantumExplorer 36c3a4f
fix
QuantumExplorer b2c07f5
fix
QuantumExplorer 1b55f53
fix
47403bc
Merge branch 'feat/dpnsImprovements' of github.com:dashpay/platform i…
8a3c931
more work
QuantumExplorer 61e4d9c
fix
da06af1
fix
QuantumExplorer 4778678
Merge branch 'feat/dpnsImprovements' of github.com:dashpay/platform i…
QuantumExplorer a64b739
fixes
5b08754
Merge branch 'feat/dpnsImprovements' of github.com:dashpay/platform i…
d47bfd8
fixes
2b80447
fixes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical: Duplicate contract ID bytes detected.
WalletUtils and KeywordSearch have identical hardcoded ID bytes, which would cause conflicts. Each contract must have a unique identifier.
The KeywordSearch contract needs its own unique ID bytes. Please update one of these to use the correct values.
Also applies to: 117-120
🤖 Prompt for AI Agents