Skip to content

Commit 97fa11f

Browse files
committed
v3.0.0
1 parent 384041e commit 97fa11f

File tree

216 files changed

+9689
-5115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+9689
-5115
lines changed

.dart_tool/package_config.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
},
2828
{
2929
"name": "blockchain_utils",
30-
"rootUri": "file:///C:/Users/HP/AppData/Local/Pub/Cache/hosted/pub.dev/blockchain_utils-1.2.1",
30+
"rootUri": "file:///C:/Users/HP/AppData/Local/Pub/Cache/hosted/pub.dev/blockchain_utils-1.4.0",
3131
"packageUri": "lib/",
32-
"languageVersion": "3.1"
32+
"languageVersion": "2.15"
3333
},
3434
{
3535
"name": "boolean_selector",
@@ -293,10 +293,10 @@
293293
"name": "xrp_dart",
294294
"rootUri": "../",
295295
"packageUri": "lib/",
296-
"languageVersion": "3.0"
296+
"languageVersion": "2.15"
297297
}
298298
],
299-
"generated": "2023-12-09T06:42:43.749857Z",
299+
"generated": "2023-12-15T17:13:37.271568Z",
300300
"generator": "pub",
301301
"generatorVersion": "3.2.2"
302302
}

.dart_tool/package_config_subset

-197
This file was deleted.

.dart_tool/version

-1
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Version 3.0.0
2+
3+
- Added support for JSON-RPC WebSocket, expanding communication options.
4+
- Downgraded Dart SDK from 3.1 to 2.15 for compatibility.
5+
- Introduced support for new transaction types:
6+
- XChainAccountCreateCommit
7+
- XChainAddAccountCreateAttestation
8+
- XChainAddClaimAttestation
9+
- XChainClaim
10+
- XChainCreateBridge
11+
- XChainModifyBridge
12+
13+
114
# 2.0.0
215

316
* Remove unused dependencies.

0 commit comments

Comments
 (0)