Skip to main content

Questions tagged [raw-transaction]

A transaction byte-encoded using the Recursive-Length Prefix (RLP) algorithm. Before Constantinople, it needs to be signed before it will be accepted by the network.

0 votes
1 answer
59 views

I'm trying to deploy a new singleton factory to my own chain, but I'm not able to get the instructions listed on the page to work. Specifically I'm not able to deploy it from the one-time deployer ...
scheherazhaad's user avatar
0 votes
1 answer
39 views

This is my deploy.js const ethers = require("ethers"); const fs = require("fs"); async function main() { const provider = new ethers.providers.JsonRpcProvider( "http://...
Joyosmit Pal's user avatar
0 votes
1 answer
81 views

My network: filecoin. I use this RPC: https://api.node.glif.io I try send FIL token from A to B address on filecoin network and I got error: { jsonrpc: '2.0', error: { code: 1, message: &...
Eligijus Girdenis's user avatar
0 votes
1 answer
384 views

I have an address A which I have funded with ETH. Now I want to crate a transaction to send the funds to a different address B. Creating and signing seems to work as I can decode the transaction and ...
Michael's user avatar
  • 113
1 vote
0 answers
24 views

I understand how ethereum transactions are signed and proapagated. But while comparing the output of rawTransaction with the wireshark capture of Etherum EOA transaction, I could not map the ...
Richa's user avatar
  • 11
0 votes
1 answer
302 views

I am trying to create a raw EIP-1559 transaction using the DynamicFeeTx method since I want to provide a gas tip cap. When I create this raw transaction, sign it and encode it using rlp, I get a raw ...
user131259's user avatar
0 votes
0 answers
35 views

I am making lottery contract, and want to execute set public variable by custom script. my contract code looks like this. // ... address[] public applicants; uint32 numWords = 5; function ...
rrrrssss's user avatar
2 votes
1 answer
107 views

Is it possible for person A to schedule an eth transfer to person B 1 week in the future, possibly by offchain signing the transaction? I've seen the concept of offchain signing and am wondering if ...
Nik C's user avatar
  • 21
2 votes
1 answer
112 views

SOLVED - SOLUTION TO BE POSTED BY ME TOMORROW! Hello builders! One Line summary: safeSdk.executeTransaction(safeTransaction) from @safe-global/protocol-kit does not work for signing transactions, I ...
brayve pancake's user avatar
1 vote
1 answer
345 views

I have a pending signed tx object received through subscribe on pending transactions in js. I need to build raw tx data to be able to send it directly to the network, but the following code does not ...
Ehsan Khodarahmi's user avatar
0 votes
1 answer
120 views

Currently have a custom micro-service that sends & creates transactions depending on the use case which utilizes eth_sendRawTransaction meaning I'll need a web wallet to prompt the users to sign a ...
CoderMan's user avatar
2 votes
1 answer
179 views

Imagine that the Gnosis Safe website and services is shutdown, how can users access their funds?
usama's user avatar
  • 21
2 votes
0 answers
170 views

I'll have a large of wallets, potentially, from which I'll be needing to withdraw ETH, and tokens, from time to time to the central, admin wallet. By a script, once a week. Instead of having to ...
Kyell's user avatar
  • 101
1 vote
0 answers
13 views

I'll have a large of wallets, potentially, from which I'll be needing to withdraw ETH, and tokens, from time to time to the central, admin wallet. By a script, once a week. Instead of having to ...
Kyell's user avatar
  • 101
1 vote
0 answers
187 views

i have custom token on bsc. i use some kornrunner class for signing my transaction and broadcast it but i have some problem here. when i send hex to bsc chain, return txid for me but blockHash & ...
purephp's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
18