Skip to content
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5d514d9
chore: set v1.7.2-SNAPSHOT
HashEngineering Jan 27, 2025
69a2bd3
feat: add TxMetadata protobuf as new data format
HashEngineering Jan 27, 2025
3c5810f
feat: add wallet-utils data contract
HashEngineering Jan 27, 2025
7362d3d
fix: improve error handling in fetch documents
HashEngineering Jan 27, 2025
b590753
feat: update TxMetadata to use protobuf storage
HashEngineering Feb 4, 2025
4176624
tests: Add and modify TxMetadata tests
HashEngineering Feb 4, 2025
b2f5a97
feat: add and update TxMetadata examples
HashEngineering Feb 4, 2025
b922d77
feat: add RegisteredNamesWithBalance example
HashEngineering Feb 4, 2025
29d7618
chore: remove commented code from result.i
HashEngineering Feb 4, 2025
c2a6020
chore: update Cargo.lock
HashEngineering Mar 19, 2025
c66b9aa
Merge branch 'main' of https://github.com/HashEngineering/kotlin-plat…
HashEngineering Mar 19, 2025
a19feeb
Merge branch 'main' of https://github.com/HashEngineering/kotlin-plat…
HashEngineering Jun 6, 2025
5325fcb
fix: build.gradle swig command line fix
HashEngineering Jun 20, 2025
9f05f37
Merge branch 'platform-2' of https://github.com/HashEngineering/kotli…
HashEngineering Jun 20, 2025
9a24687
Merge branch 'platform-2' of https://github.com/HashEngineering/kotli…
HashEngineering Jul 3, 2025
bc2010c
fix: sdk version related fixes
HashEngineering Jul 4, 2025
149c339
chore: update version to 2.0.0-TX-SNAPSHOT
HashEngineering Jul 4, 2025
b5e505e
fix: add progress tracking to publishTxMetaData
HashEngineering Jul 4, 2025
68bf870
tests: add more tests for DataContractTest
HashEngineering Jul 4, 2025
6c3d28c
chore: update clone.h and ignore.i
HashEngineering Jul 4, 2025
b35c9cd
chore: update Cargo.lock
HashEngineering Jul 4, 2025
24c4ca4
tests: remove obsolete tests
HashEngineering Jul 4, 2025
e53e4a5
tests: remove obsolete tests
HashEngineering Jul 4, 2025
9965ca9
tests: remove obsolete tests
HashEngineering Jul 4, 2025
04bd06b
Merge branch 'main' of https://github.com/HashEngineering/kotlin-plat…
HashEngineering Oct 8, 2025
8229fc3
feat: match to txmetadata spec
HashEngineering Oct 20, 2025
ba3b391
feat: improve DisplayIdentityKeys.kt
HashEngineering Oct 20, 2025
2579d9a
tests: update DataContractTest
HashEngineering Oct 20, 2025
6a714ae
tests: add tests for creatinging txmetadata objects
HashEngineering Oct 20, 2025
62d56d4
fix: align with txmetadata specification
HashEngineering Oct 23, 2025
08ff507
tests: add CreateTxMetadataTest.kt
HashEngineering Oct 23, 2025
102b200
fix: display all contested resources
HashEngineering Oct 23, 2025
46fd025
fix: resolve some issues with RegisteredNamesWithBalance
HashEngineering Oct 23, 2025
5ee49e9
chore update Cargo.lock files
HashEngineering Oct 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Build the android libraries to publish to Maven Central

### Use in other projects
```groovy
dppVersion = "1.7.5"
dppVersion = "1.7.6-SNAPSHOT"
dependencies {
implementation "org.dashj.platform:dash-sdk-java:$dppVersion"
implementation "org.dashj.platform:dash-sdk-kotlin:$dppVersion" // dpp
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext.version = '2.0.0-SNAPSHOT'
ext.version = '2.0.0-TX-SNAPSHOT'
ext.kotlin_version = '1.8.22'
ext.dashj_version = '21.1.7'
ext.dashj_version = '21.1.9'
repositories {
google() // Required for Android library and application projects
mavenCentral()
Expand Down
116 changes: 81 additions & 35 deletions dash-sdk-android/src/main/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading