-
Hello, lorisleiva, thanks for **your great work**.
i'm now trying use `solana-wallets-vue` with Vue3 and make a simple test, like [the sample code](https://github.com/project-serum/sol-wallet-adapt…
-
The idea is to build a proof of work signed extension to optionally allow free txs on chain if a user client side PoW.
### Flow
* User first creates a PoW proof using items in their transaction…
-
1, start phala-node by ./phala-node --dev --ws-external --rpc-external
2, call phala-node by pinkrpc using code below :
let rpc_node = "http://localhost:9933/";//9933 is rpc,//9944 is ws
…
-
UniSat PSBT signing is miscalculating tx sizes, this will cause the final fee rate to be different from user's expectation.
This is the signed PSBT:
```70736274ff0100910200000001b6956ab753f02f1549…
-
original from: https://gist.github.com/fmorency/8042310d09861497da698cf2b5cd4dc2
```
Create an unsigned transaction file upgrade.json containing
{
"body": {
"messages": [
{
…
-
# Lines of code
https://github.com/code-423n4/2024-04-lavarage/blob/main/libs/smart-contracts/programs/lavarage/src/processor/liquidate.rs#L24
# Vulnerability details
## Proof of Concept
When liqu…
-
When looking at the list of RPC URLs for a chain, there are various properties given for each RPC:
I'd propose adding a new column named "EIP-155 Enforced" (or similar name) that is true if tha…
mds1 updated
9 months ago
-
Hi & thanks for your `bitcoinutils` package, very handy ! :+1: But I think I've spotted an issue.
Although `Transaction.from_raw() is` able to parse a signed or unsigned legacy tx, it is only able …
-
### Problem
Currentl the eth_sendRawTransaction endpoint is plagued with timeouts from many different sources due to server, netowkr and client timeouts settings.
In the case of a large callData cal…
-
### Context
- I was able to submit a treasury proposal without specifying a reward address and amount, which are mandatory fields for a valid proposal.
### Steps to Reproduce:
1. Generate a walle…