-
#### Problem
Solana Bytecode Format is a variation of eBPF. Some of the architectural requirements are different from eBPF and what Solana needs. A new version 2 is needed to move away from BPF a…
-
You have quite a few dependencies in web3. All of those can be replaced by 4 deps:
```
"@ethersproject/sha2": "^5.5.0",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.0.0",
"bs58": "^4.0.1",
"buffer"…
-
This is related to https://github.com/brave/brave-browser/issues/24269, but unlike Solana, EVM simulations cannot be done natively by the node so we must use third-parties. There are several solutions…
onyb updated
2 months ago
-
Preconditions:
Metamask wallet connected
Environment:
OS: macOS Ventura 13.0.1
Browser: Chrome Version 121.0.6167.85
Tested from:
https://preview.portalbridge.com/8228d00809/#
Steps:
1. …
AigaD updated
3 weeks ago
-
### Background
Since Solana programs have complete control over the user lamports, we've seen a huge rise in rugpulls by smart contracts draining user's funds. To prevent this, Phantom, Solflare, e…
onyb updated
2 months ago
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-iss…
-
## Describe the current behavior in detail
Checked on https://wormhole-connect-mainnet.netlify.app/ [Mainnet] with macOS and Google Chrome Version 126.0.6478.127 (Official Build) (x86_64).
Step…
-
(This is a very early idea sketch; I just wanted to get it out there after brainstorming with @karim-agha around this. It's still missing a proper reflection on pros, cons, risks, security properties,…
-
## Foundation Mission Request – Superchain Bridge RFP
_To take on this project, submit a proposal to this thread by December 15. Read more about Missions [here](https://gov.optimism.io/t/token-house-…
-
Why does Anchor lock JS package manager and runtime to Yarn?
PNPM saves more disk spaces in installing JS packages.
Bun runs much faster and supports TypeScript natively.
I can use `pnpm` to rei…