Questions tagged [off-chain]
The off-chain tag has no summary.
33 questions
0 votes
2 answers
53 views
Methods to get an off-chain return from a contract in ethers.js
The question is the title. From what I understand so far when a function is not view or pure what is in the return statement of that function is meant to be used by other functions in the blockchain. ...
1 vote
1 answer
34 views
Is it possible to use generic L2 solution for storing oracle data?
Various oracle use cases and security considerations require to store as much source data as possible. For example one might want to aggregate various sources or store historical data. There are ...
0 votes
1 answer
34 views
Having issue with Chainklink job
I'm trying to set up a job in my Chainlink Node. I deployed Operator and ATestnetConsumer contracts as mentioned in here. When I call the requestEthereumPrice function, the node starts a job run but ...
1 vote
1 answer
91 views
Ethereum off chain data
I was wondering if it's currently possible to verify personal or private information on-chain on Ethereum. Specifically, I would like it to be verifiable that a certain amount of an ETF is held on a ...
1 vote
2 answers
278 views
Are there examples of on-chain and off-chain governance working together?
I am aware of off-chain governance and on-chain governance examples but I wanted to create a hybrid in between: A DAO where off-chain user scores are reflected to the on-chain and total voting power ...
2 votes
1 answer
107 views
Can you schedule an eth transfer in the future?
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 ...
1 vote
0 answers
33 views
How do Payment Channel Networks such as Raiden actually increase blockchain scalability?
Question : If a payment channel network that routes multi-hop payments uses HTLC's (hash time locked contracts) which must first lock up funds on-chain and also be redeemed on-chain then how are they ...
0 votes
0 answers
221 views
Autosign off-chain signatures in 1/n Gnosis Safe
I'm playing around with the WalletConnect off-chain signature repo: https://github.com/5afe/eip-1271-dapp/tree/main and I'm trying to find a way to create off-chain signed proposals without having to ...
1 vote
1 answer
224 views
offchain signing of an erc20 transfer() and avoiding replay attacks
This is my first question on stackexchange :D Question: I'm building a smart contract that matches lenders (of tokens) to borrowers on mainnet. To avoid gas expenditure, I want the lender to sign an ...
1 vote
2 answers
918 views
Why do people deploy MEV bots on chain?
More specifically, is there any advantages to be had with having the bot trading logic on chain in a smart contract? Versus doing it all off chain, watching for events and submitting the transaction
1 vote
1 answer
44 views
Using Chalink oracle for ethereum application
Is using any Offchain data like chainlink oracle is safe as far security is concerned for any ethereum application and how does ethereum ensures that is is safe to use them
0 votes
1 answer
30 views
Contracts design
I have a project where users deploy their own instances of a contract and those instances need off-chain data through chainlink oracle, what's the best between making the contract has its own request ...
1 vote
1 answer
41 views
are there any other off-chain scaling solution then layer-2?
I was reading this: https://ethereum.org/en/developers/docs/scaling/#off-chain-scaling my doubt is: are there any other off-chain scaling solutions then layer-2. Can a centralised, non-blockchain ...
0 votes
1 answer
512 views
How to Implement off chain Keepers for Decentralize Perpetual Exchanges like GMX.io?
I'm attempting to clone gmx.io. I understand most of the on-chain and Dex concepts, but I'm stumped on how to establish an off-chain Keepers they did not opensource the code for that, so could you ...
0 votes
1 answer
53 views
Does Taker on 0x generate only 1 tx ? (not 2, one for maker and one for taker)
I am writing a book about cryptocurrency history. I have questions about 0x, Etherdelta, and IDEX. Question 1. This is the last trading process from 0x whitepaper page 5. Taker submits the makers ...