Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
189fbba
Create tip-alichatme-system.md
alichatme Sep 25, 2025
db1ac52
Update proposal with username auto-display on paste
alichatme Sep 26, 2025
ebcd105
Update template.md
alichatme Sep 26, 2025
dd0a4ef
Update template.md
alichatme Sep 27, 2025
5456fb3
Create SafeWalletMethod.md
alichatme Oct 9, 2025
a0e9f40
Update README.md
alichatme Oct 9, 2025
ddc0bd9
Add TIP-796: Dual-Word + 4-Digit Username System
alichatme Oct 9, 2025
db1c833
Add final version of TIP-796 proposal
alichatme Nov 9, 2025
370f13b
chore(readme): replace unrelated SafeWallet content with TIP-796 prop…
alichatme Nov 10, 2025
6096545
delete safewallet metod
alichatme Nov 10, 2025
af7c906
chore: remove SafeWalletMethod.md (cleanup for TIP-796)
alichatme Nov 10, 2025
218130c
Rename TIP-796.md to tip-796.md for correct TRON format
alichatme Nov 12, 2025
a0910c5
alichatme Nov 12, 2025
2c709a3
Update TIP-796 proposal with finalized structure and LTR requirement
alichatme Nov 12, 2025
cb472cb
Update README for TIP-796 revision
alichatme Nov 12, 2025
21b891a
Refined TIP-796 proposal with full security model, anti-spoofing meas…
alichatme Nov 16, 2025
bf61249
Improved the README with a clearer and more comprehensive explanation…
alichatme Nov 16, 2025
2aaf1a8
remove readme md conflicting file is not needed in pr803 and tip796
alichatme Dec 11, 2025
ce30a27
Create README.md
alichatme Dec 11, 2025
9aa1f8b
Merge branch 'master' into tip-796
alichatme Dec 11, 2025
bf945dd
Update tip-796.md
alichatme Jun 16, 2026
b811c32
Update tip-796.md
alichatme Jun 16, 2026
4c00475
Update tip-796.md
alichatme Jun 17, 2026
b4b0874
Update tip-796.md
alichatme Jun 17, 2026
8fbc5ab
Update tip-796.md
alichatme Jun 17, 2026
fe56c75
Update tip-796.md
alichatme Jun 17, 2026
f96d719
Update tip-796.md
alichatme Jun 17, 2026
525dc54
Update tip-796.md
alichatme Jun 17, 2026
cc84841
Update tip-796.md
alichatme Jun 17, 2026
f79c99c
Update tip-796.md
alichatme Jun 18, 2026
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TRON Improvement Proposals (TIPs)

TRON Improvement Proposals (TIPs) describe standards for the TRON platform, including core protocol specifications, client APIs, and contract standards.

Expand Down
59 changes: 21 additions & 38 deletions template.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,37 @@
```
tip: <to be assigned>
---
tip: <TIP number>
title: <TIP title>
author: <a list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName <foo@bar.com>, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>
author: <a href="mailto:author@example.com">Author Name</a>
discussions-to: <URL>
status: <Draft | Last Call | Accepted | Final | Deferred>
type: <Standards Track (Core, Networking, Interface, TRC, VM) | Informational>
category (*only required for Standard Track): <Core | Networking | Interface | TRC | VM>
status: Draft
type: Standards Track
category: Core
created: <date created on, in ISO 8601 (yyyy-mm-dd) format>
requires (*optional): <TIP number(s)>
replaces (*optional): <TIP number(s)>
```
---

This is the suggested template for new TIPs.

Note that an TIP number will be assigned by an editor. When opening a pull request to submit your TIP, please use an abbreviated title in the filename.

The title should be 44 characters or less.

## Simple Summary (required)

Provide a simplified explanation of the TIP.

## Abstract (required)
## Simple Summary
"If you can't explain it simply, you don't understand it well enough." Provide a simplified and layman-accessible explanation of the TIP.

## Abstract
A short (~200 word) description of the technical issue being addressed.

## Motivation (required)

## Motivation
The motivation is critical for TIPs that want to change the TRON protocol. It should clearly explain why the existing protocol specification is inadequate to address the problem that the TIP solves. TIP submissions without sufficient motivation may be rejected outright.

## Specification (required)
## Specification
The technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow competing, interoperable implementations for any of the current TRON platforms.

The technical specification should describe the syntax and semantics of any new feature.
## Rationale
The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs considered and related work, e.g., how the feature is supported in other languages.

## Rationale (required)

The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The rationale may also provide evidence of consensus within the community, and should discuss important objections or concerns raised during discussion.

## Backwards Compatibility (optional)

All TIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The TIP must explain how the author proposes to deal with these incompatibilities. TIP submissions without a sufficient backwards compatibility treatise may be rejected outright.

## Test Cases (optional)
## Backward Compatibility
All TIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The TIP must explain how the author proposes to deal with these incompatibilities. Submissions without a sufficient backward compatibility treatise may be rejected outright.

## Test Cases
Test cases for an implementation are mandatory for TIPs that are affecting consensus changes. Other TIPs can choose to include links to test cases if applicable.

## Implementation (required)

The implementations must be completed before any TIP is given status "Final", but it need not be completed before the TIP is accepted. While there is merit to the approach of reaching consensus on the specification and rationale before writing code, the principle of "rough consensus and running code" is still useful when it comes to resolving many discussions of API details.
## Implementations
The implementations must be completed before any TIP is given "Final" status, but it need not be completed before the TIP is accepted. While there is merit to referencing implementations, it is better to include the implementation in the TIP as code snippets or executable documentation.

## Copyright

Copyright and related rights waived via [CC0](LICENSE.md).
All TIPs are licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
Loading