-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Support sending f1 to typed f4 addresses #30401
Labels
feature/web3/wallet/filecoin
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA/Yes
release-notes/include
Milestone
Comments
cypt4
added
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Desktop
feature/web3/wallet/filecoin
labels
May 17, 2023
25 tasks
cypt4
added a commit
to brave/brave-core
that referenced
this issue
May 17, 2023
cypt4
added a commit
to brave/brave-core
that referenced
this issue
May 23, 2023
HEagle18
added
the
priority/P3
The next thing for us to work on. It'll ride the trains.
label
Jun 9, 2023
cypt4
added a commit
to brave/brave-core
that referenced
this issue
Jun 14, 2023
cypt4
added a commit
to brave/brave-core
that referenced
this issue
Jul 7, 2023
bridiver
pushed a commit
to brave/brave-core
that referenced
this issue
Jul 13, 2023
cypt4
added a commit
to brave/brave-core
that referenced
this issue
Jul 14, 2023
* Support sending f1 to typed f4 addresses Resolves brave/brave-browser#30401 * Migrate to rust static * Build fix * Review fix * remove unused crates and update *.toml * bump fvm_shared to 3.3.0 to match filecoin Cargo.toml * add missing BUILD.gn update for multihash * fix multihash aliased deps --------- Co-authored-by: bridiver <34129+bridiver@users.noreply.github.com>
cypt4
added a commit
to brave/brave-core
that referenced
this issue
Aug 10, 2023
* Support sending f1 to typed f4 addresses Resolves brave/brave-browser#30401 * Migrate to rust static * Build fix * Review fix * remove unused crates and update *.toml * bump fvm_shared to 3.3.0 to match filecoin Cargo.toml * add missing BUILD.gn update for multihash * fix multihash aliased deps --------- Co-authored-by: bridiver <34129+bridiver@users.noreply.github.com>
7 tasks
kjozwiak
pushed a commit
to brave/brave-core
that referenced
this issue
Aug 11, 2023
* Support sending f1 to typed f4 addresses (#18511) * Support sending f1 to typed f4 addresses Resolves brave/brave-browser#30401 * Migrate to rust static * Build fix * Review fix * remove unused crates and update *.toml * bump fvm_shared to 3.3.0 to match filecoin Cargo.toml * add missing BUILD.gn update for multihash * fix multihash aliased deps --------- Co-authored-by: bridiver <34129+bridiver@users.noreply.github.com> * Include FEVM addresses when sender is f1 (#19330) * Include FEVM addresses when sender is f1 Resolves brave/brave-browser#30403 * Validate IPFS Cid using Rust CID lib (#19451) * Validate IPFS Cid using Rust CID lib Resolves brave/brave-browser#31145 * Cleanup --------- Co-authored-by: bridiver <34129+bridiver@users.noreply.github.com>
The above requires |
Verification passed on
30401.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/web3/wallet/filecoin
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Desktop
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA/Yes
release-notes/include
Root ticket : #30400
f4 addresses represents FEVM addresses in the FVM namespace.
To send funds from FVM address to the FEVM address we should translate FEVM address to f410 namespace address (using https://gist.github.com/Stebalien/fd29d46eb24bcb72fe781cf5a09e7aa7 protocol) and then use common FVM methods like MPool.Push/EstimateGas but providing 3844450837(InvokeContract) to the "Method" field in Lotus requests.
Sec review https://github.com/brave/security/issues/1290
The text was updated successfully, but these errors were encountered: