Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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 java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group 'Tron'
version '4.13.1'
version '4.14.0'

apply plugin: 'java'
apply plugin: 'com.google.protobuf'
Expand Down
2 changes: 1 addition & 1 deletion java/src/main/java/org/tron/common/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class Utils {

public static final int MIN_LENGTH = 2;
public static final int MAX_LENGTH = 14;
public static final String VERSION = " v4.13.1";
public static final String VERSION = " v4.14.0";
public static final String TRANSFER_METHOD_ID = "a9059cbb";

private static SecureRandom random = new SecureRandom();
Expand Down
4 changes: 2 additions & 2 deletions ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ registered ID or re-reads URI/owner after successful confirmation; an unconfirme
transaction is returned as submitted and must not be blindly retried.

Registry configuration stays in the SDK; signing and broadcasting stay in the wallet
transaction pipeline. See [the SDK integration](docs/development/erc8004-sdk-integration.md).
transaction pipeline.

## B.AI usage and x402 providers

The v4.14 command names are:
The v4.14.0 command names are:

| Group | Commands |
| ------ | -------------------------------------------------------------------------------------------------------- |
Expand Down
155 changes: 0 additions & 155 deletions ts/docs/development/architecture.md

This file was deleted.

Loading