Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Nov 20, 2023
2 parents 88ba4f6 + b1878cc commit dbb7292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an extensible wallet specification aimed at replacing V4 and allowing arbitrary extensions.

Wallet V5 has 93% lower storage fees, can delegate payments for gas to third parties and supports flexible extension mechanism.
Wallet V5 has 25% lower fees, can delegate payments for gas to third parties and supports flexible extension mechanism.

## Project structure

Expand Down
2 changes: 1 addition & 1 deletion Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Thanks to [@subden](https://t.me/subden), [@botpult](https://t.me/botpult) and [

## Features

* 93% smaller compiled code than in v4R2 (50 vs 734 bytes thanks to offloading the code into a shared library on masterchain).
* 25% smaller computation fees.
* Arbitrary amount of outgoing messages is supported via action list.
* Wallet code can be upgraded transparently without breaking user's address in the future.
* Wallet code can be extended by anyone in a decentralized and conflict-free way: multiple feature extensions can co-exist.
Expand Down

0 comments on commit dbb7292

Please sign in to comment.