Skip to content
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

Add tip links in proposal #498

Merged
merged 1 commit into from
Jan 4, 2023
Merged
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 proposal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This document is mainly used to record important proposals on TRON.
| [54](https://tronscan.org/#/proposal/54) | 49 | [TIP-222](https://github.com/tronprotocol/tips/issues/222) | Enable black hole accounts optimization | [Proposal 234](https://github.com/tronprotocol/tips/issues/234) | [GreatVoyage-v4.1.2](https://github.com/tronprotocol/java-tron/releases/tag/GreatVoyage-v4.1.2) |EFFECTIVE|2021-03-08
| [51](https://tronscan.org/#/proposal/51) | 3, 11, 47 | [TIP-204](https://github.com/tronprotocol/tips/blob/master/tip-204.md) | Change the bandwidth and energy unit price to 140sun and Change the upper limit of fee_limit to 5000 TRX | [Proposal 232](https://github.com/tronprotocol/tips/issues/232) | [GreatVoyage-v4.1.2](https://github.com/tronprotocol/java-tron/releases/tag/GreatVoyage-v4.1.2) |EFFECTIVE|2021-02-11
| [44](https://tronscan.org/#/proposal/44) | 41 | [TIP-174](https://github.com/tronprotocol/tips/blob/master/tip-174.md), [TIP-175](https://github.com/tronprotocol/tips/blob/master/tip-175.md) | Enable TVM Istanbul instruction | [Proposal 135](https://github.com/tronprotocol/tips/issues/135) | [GreatVoyage-v4.1.1](https://github.com/tronprotocol/java-tron/releases/tag/GreatVoyage-v4.1.1) |EFFECTIVE|2020-11-16
| [40](https://tronscan.org/#/proposal/40) | 39 | [TIP-135](https://github.com/tronprotocol/tips/blob/master/tip-135.md), [TIP-137](https://github.com/tronprotocol/tips/blob/master/tip-137), [TIP-138](../tips/tip-138) | Enable the zero-knowledge proof verify functions in TVM | [Proposal 135](https://github.com/tronprotocol/tips/issues/135) | [GreatVoyage-v4.0.1](https://github.com/tronprotocol/java-tron/releases/tag/GreatVoyage-v4.0.1) |EFFECTIVE|2020-08-14
| [40](https://tronscan.org/#/proposal/40) | 39 | [TIP-135](https://github.com/tronprotocol/tips/blob/master/tip-135.md), [TIP-137](https://github.com/tronprotocol/tips/blob/master/tip-137.md), [TIP-138](https://github.com/tronprotocol/tips/blob/master/tip-138.md) | Enable the zero-knowledge proof verify functions in TVM | [Proposal 135](https://github.com/tronprotocol/tips/issues/135) | [GreatVoyage-v4.0.1](https://github.com/tronprotocol/java-tron/releases/tag/GreatVoyage-v4.0.1) |EFFECTIVE|2020-08-14
| [38](https://tronscan.org/#/proposal/38) | 19 | NA | Change the total energy limit to 90000000000 | [Proposal Link](https://docs.google.com/document/d/1Oc-YMxKFbzRWrU9eL18I7aqMnYbau2ZWtoUmWYDOs2o/edit#heading=h.5k3xzo79g6w0) | [Odyssey-3.7](https://github.com/tronprotocol/java-tron/releases/tag/Odyssey-v3.7) |EFFECTIVE|2020-02-24
| [29](https://tronscan.org/#/proposal/29) | 32 | [TIP-43](https://github.com/tronprotocol/tips/blob/master/tip-43.md), [TIP-44](https://github.com/tronprotocol/tips/blob/master/tip-44.md), [TIP-54](https://github.com/tronprotocol/tips/blob/master/tip-54.md), [TIP-60](https://github.com/tronprotocol/tips/blob/master/tip-60.md) | Allow TVM support solidity 0.5.9 | [Proposal 32](https://github.com/tronprotocol/tips/blob/master/proposal/proposal-32.md) | [Odyssey-3.6.6](https://github.com/tronprotocol/java-tron/releases/tag/Odyssey-v3.6.6) |EFFECTIVE|2020-02-24
| [27](https://tronscan.org/#/proposal/27) | 5,6 | [TIP-53](https://github.com/tronprotocol/tips/blob/master/tip-53.md) | Change SR block generation reward to 16 TRX and change the block voting rewards given to the top 27 SRs and the following 100 partners to 160 TRX | NA | [Odyssey-3.6.5](https://github.com/tronprotocol/java-tron/releases/tag/Odyssey-v3.6.5) |EFFECTIVE|2019-11-05
Expand Down
2 changes: 2 additions & 0 deletions proposal/proposal-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ No. 29 voting request was initiated to vote on No. 32 proposal at 11:30, Februar

After No. 32 proposal is approved, four new features of TVM (TRON Virtual Machine) will be opened: support for parallel signature verification, multi-signature verification, judge whether the address is the contract address and support transfer TRX to a nonexisting address in the smart contract. This proposal will further enrich the application scenarios of smart contracts.

For more details, please refer to: [TIP-43](https://github.com/tronprotocol/tips/blob/master/tip-43.md), [TIP-44](https://github.com/tronprotocol/tips/blob/master/tip-44.md), [TIP-54](https://github.com/tronprotocol/tips/blob/master/tip-54.md), [TIP-60](https://github.com/tronprotocol/tips/blob/master/tip-60.md).

Next, I'd like to give you a detailed introduction of the use scenarios of these four new features and what should be noted.

**1.Support parallel signature verification in TVM**
Expand Down