-
Notifications
You must be signed in to change notification settings - Fork 167
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
README.md #66
base: main
Are you sure you want to change the base?
README.md #66
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
@@ -217,14 +218,14 @@ cell verify_c5_actions(cell c5, int is_external) inline { | |||
|
|||
() recv_internal(cell in_msg_full, slice in_msg_body) impure inline { | |||
if (in_msg_body.slice_bits() < size::message_operation_prefix) { | |||
return (); | |||
return (); ;; just receive Toncoins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [ ID de billetera ] ( #id-de-billetera
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OKK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
@@ -15,11 +15,11 @@ export async function run(provider: NetworkProvider) { | |||
const walletV5 = provider.open( | |||
WalletV5.createFromConfig( | |||
{ | |||
signature_auth_disabled: false, | |||
signatureAllowed: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scripts/deployWalletV5.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PROVIDE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [ ]
@@ -30,7 +28,7 @@ Thanks to [Skydev](https://github.com/Skydev0h) for optimization and preparing t | |||
* Extensions can perform the same operations as the signer: emit arbitrary messages on behalf of the owner, add and remove extensions. | |||
* Signed requests can be delivered via internal message to allow 3rd party pay for gas. | |||
* For consistency and ease of indexing, external messages also receive a 32-bit opcode. | |||
* To lay foundation for support of scenarios like 2FA or access recovery it is possible to disable signature authentication. | |||
* To lay foundation for support of scenarios like 2FA or access recovery it is possible to disable signature authentication by extension. | |||
|
|||
## Overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [ ]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [ ]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вывод
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вывод всего
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Все
func -o output.fif -SPA wallet_v5.fc imports/stdlib.fc |
README.md