category
int64
1
70
source_thread_id
int64
8
26k
thread_id
int64
8
26k
thread_title
stringlengths
12
234
thread_slug
stringlengths
5
229
post_id
int64
11
63.6k
post_number
int64
1
44
user_id
int64
-1
14.8k
username
stringlengths
3
20
name
stringlengths
1
111
created_at
stringdate
2018-02-16 08:44:58
2025-10-31 00:04:30
updated_at
stringdate
2018-02-17 03:42:31
2025-10-31 00:41:55
cooked
stringlengths
23
39.2k
reply_to_post_number
float64
1
41
reply_count
int64
0
14
quote_count
int64
0
7
reads
int64
1
1.24k
score
float64
0.2
446k
trust_level
int64
0
4
moderator
bool
2 classes
admin
bool
2 classes
staff
bool
2 classes
like_count
int64
0
68
hidden
bool
1 class
deleted_at
float64
post_url
stringlengths
15
239
5
9,918
9,918
ERC20 + Comment/Message/Input data
erc20-comment-message-input-data
26,781
2
879
TimDaub
Tim Daubenschütz
2022-07-12T16:07:40.811Z
2022-07-12T16:08:53.866Z
<p>Banking interface store this type of message usually where it’s either only accessible to you or you and the receiving party.</p> <p>However, your suggestion implies that the message would be visible to anyone that has access to an Ethereum node. This violates the privacy context-integrity principle IMO.</p> <p>The ...
null
1
0
7
11.4
2
false
false
false
0
false
null
/t/erc20-comment-message-input-data/9918/2
5
9,918
9,918
ERC20 + Comment/Message/Input data
erc20-comment-message-input-data
26,782
3
5,700
kleopartas
Vik Tor
2022-07-12T17:06:03.495Z
2022-07-12T17:06:03.495Z
<p>Thanks for your reply.</p> <p>This message is not confidential. In this comment, I would like to store a hash of the transaction data.</p> <p>My backend:</p> <pre><code class="lang-auto">const secret = hash(itemIds, "aa1efcb7221a61"); const comment = hash(from, to, value, secret); </code></pre> <p>After the transact...
2
0
0
7
21.4
0
false
false
false
0
false
null
/t/erc20-comment-message-input-data/9918/3
5
9,918
9,918
ERC20 + Comment/Message/Input data
erc20-comment-message-input-data
26,785
4
5,700
kleopartas
Vik Tor
2022-07-12T20:56:01.881Z
2022-07-12T20:56:01.881Z
<p>I think this extension would solve my problem.</p> <pre><code class="lang-auto">// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/utils/Context.sol"; abstract contract ERC20Comment is Context, ERC20 { /** * @dev ...
null
0
0
6
56.2
0
false
false
false
0
false
null
/t/erc20-comment-message-input-data/9918/4
5
4,610
4,610
EIP-2976: eth/##: Typed Transactions over Gossip
eip-2976-eth-typed-transactions-over-gossip
15,014
1
3
MicahZoltu
Micah Zoltu
2020-09-13T11:31:50.262Z
2024-08-02T17:18:25.606Z
<p><strong>Simple Summary</strong></p> <p>Adds support for transmission of typed transactions over devp2p.</p> <p><strong>Abstract</strong></p> <p><a>Typed Transactions</a> can be sent over devp2p as <code>TransactionType || TransactionPayload</code>.</p> <p>The exact contents of the <code>TransactionPayload</code> are...
null
0
0
18
698.6
2
false
false
false
0
false
null
/t/eip-2976-eth-typed-transactions-over-gossip/4610/1
5
16,906
16,906
EIP-665: Add precompiled contract for Ed25519 signature verification
eip-665-add-precompiled-contract-for-ed25519-signature-verification
42,827
1
4,351
vrypan
Panayotis Vryonis
2023-12-01T06:14:48.763Z
2023-12-01T06:14:48.763Z
<p>I’m not the author of this EIP, but I can’t find a thread for it. Also, I would like to know if Ed25519 support is something that is still under consideration, or it has been rejected.</p> <p><a href="https://eips.ethereum.org/EIPS/eip-665" rel="noopener nofollow ugc">https://eips.ethereum.org/EIPS/eip-665</a></p> <...
null
0
0
35
3,077
1
false
false
false
1
false
null
/t/eip-665-add-precompiled-contract-for-ed25519-signature-verification/16906/1
5
16,906
16,906
EIP-665: Add precompiled contract for Ed25519 signature verification
eip-665-add-precompiled-contract-for-ed25519-signature-verification
42,978
2
9,135
zigtur
null
2023-12-05T10:08:49.723Z
2023-12-05T10:08:49.723Z
<p>Hi,</p> <p>You can find some contents about this EIP here: <a href="https://ethereum-magicians.org/t/eip-xxx-ed25519-signature-verification/">https://ethereum-magicians.org/t/eip-xxx-ed25519-signature-verification/</a></p>
null
0
0
28
25.6
1
false
false
false
0
false
null
/t/eip-665-add-precompiled-contract-for-ed25519-signature-verification/16906/2
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
30,622
1
6,388
Weiji
Weiji Guo
2022-11-04T09:53:44.604Z
2024-08-02T11:28:22.167Z
<p>edit: EIP address: <a href="https://eips.ethereum.org/EIPS/eip-6051" class="inline-onebox" rel="noopener nofollow ugc">EIP-6051: Private Key Encapsulation</a></p> <p>pull request closed: <a href="https://github.com/ethereum/EIPs/pull/6051" class="inline-onebox" rel="noopener nofollow ugc">Add EIP-6051: Private Key E...
null
3
0
70
3,264
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/1
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
30,884
2
6,172
firnprotocol
Firn Protocol
2022-11-11T03:15:58.599Z
2022-11-11T03:15:58.599Z
<p>hi <a class="mention" href="/u/weiji">@Weiji</a>, huge thanks for putting this together, and apologies for not responding sooner.</p> <aside class="quote no-group quote-modified" data-username="Weiji" data-post="1" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" ...
null
1
1
60
32
2
false
false
false
1
false
null
/t/eip-6051-private-key-encapsulation/11604/2
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
30,887
3
6,710
alenhorvat
Alen Horvat
2022-11-11T06:12:41.477Z
2022-11-11T06:12:41.477Z
<p>Hi.</p> <p>Exporting/moving private keys (even in an encrypted form) is not a good security practice as it opens an attack surface.<br> This doesn’t mean there’s no solution for it <img src="https://ethereum-magicians.org/images/emoji/twitter/slight_smile.png?v=12" title=":slight_smile:" class="emoji" alt=":slight_s...
null
1
0
51
45.2
1
false
false
false
2
false
null
/t/eip-6051-private-key-encapsulation/11604/3
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
30,892
4
6,388
Weiji
Weiji Guo
2022-11-11T07:26:38.432Z
2022-11-11T07:26:38.432Z
<p>Hi <a class="mention" href="/u/firnprotocol">@firnprotocol</a> , actually I have some possible use cases in mind and mostly the dApp is <em>not</em> remote, but also probably not a browser extension. Let me iterate:</p> <p>1, for messaging use. Certainly users may generate a completely new key pair not related to ex...
2
0
1
43
8.6
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/4
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
30,893
5
6,388
Weiji
Weiji Guo
2022-11-11T07:41:02.316Z
2022-11-11T07:41:02.316Z
<aside class="quote no-group" data-username="alenhorvat" data-post="3" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/alenhorvat/48/7718_2.png" class="avatar"> alenhorvat:...
3
1
1
35
17
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/5
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
30,894
6
6,710
alenhorvat
Alen Horvat
2022-11-11T08:00:28.894Z
2022-11-11T08:00:28.894Z
<p>Ok. I’ll check that thread and see if I can help.</p>
5
0
0
31
21.2
1
false
false
false
1
false
null
/t/eip-6051-private-key-encapsulation/11604/6
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,059
7
6,388
Weiji
Weiji Guo
2022-11-18T07:19:16.894Z
2022-11-18T07:19:16.894Z
<p>Thinking this through, it seems signature to the recipient public key is crucial for security, to ensure the ephemeral public key is indeed generated from a trusted party and has not been tampered with.</p> <p>The key sender then can verify the signature before proceeding to encapsulating the private key.</p>
null
0
0
30
6
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/7
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,061
8
6,388
Weiji
Weiji Guo
2022-11-18T09:41:10.975Z
2022-11-28T07:13:36.448Z
<p>edit: see PR in the top (edited):</p> <aside class="quote no-group quote-modified" data-username="Weiji" data-post="1" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/we...
null
2
1
31
41.2
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/8
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,066
9
6,388
Weiji
Weiji Guo
2022-11-18T14:15:56.398Z
2022-11-18T14:15:56.398Z
<aside class="quote no-group quote-modified" data-username="Weiji" data-post="8" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/weiji/48/7328_2.png" class="avatar"> Weiji:...
8
0
1
28
5.6
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/9
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,075
10
6,388
Weiji
Weiji Guo
2022-11-19T04:20:02.495Z
2022-11-19T04:20:02.495Z
<aside class="quote no-group quote-modified" data-username="Weiji" data-post="8" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/weiji/48/7328_2.png" class="avatar"> Weiji:...
8
0
1
25
10
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/10
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,346
11
6,388
Weiji
Weiji Guo
2022-11-28T07:16:16.990Z
2022-11-28T07:16:16.990Z
<p>Hi folks, I have created PR and updated the top post. Please continue to review and any feedback are welcome!</p>
null
0
0
21
9.2
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/11
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,423
12
6,388
Weiji
Weiji Guo
2022-11-29T03:40:49.447Z
2022-11-29T03:40:49.447Z
<p>Here is the sample code to generate the test vectors, provided here as EIPs repository does not allowed external links: <a href="https://github.com/Base-Labs/encapsulation-sample" class="inline-onebox" rel="noopener nofollow ugc">GitHub - Base-Labs/encapsulation-sample: sample application to demonstrate how to encap...
null
0
0
20
4
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/12
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,530
13
6,388
Weiji
Weiji Guo
2022-11-30T08:16:15.422Z
2022-11-30T08:17:38.590Z
<p>Quoting my own review comment from the pull request:</p> <blockquote> <ol start="2"> <li>We might want to export one of many private keys from a hardware wallet, and split it with MPC technology so that a 3rd party service could help us identify potential frauds or known bad addresses, enforce 2FA, etc., meanwhile w...
null
0
0
20
9
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/13
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,736
14
6,909
shadow
shadow
2022-12-05T07:02:02.859Z
2022-12-05T07:04:02.535Z
<p>This is amusing. I was thinking about ‘encapsulation’ security just earlier today.</p> <p>The issue that I see / thought about–with this:</p> <p>It doesn’t make sense this late in the game. Methods to enumerate private keys are essentially exposed–that is with the course of time and lots of GPU power. So a hypotheti...
null
2
0
19
13.8
0
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/14
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,737
15
6,388
Weiji
Weiji Guo
2022-12-05T07:51:56.745Z
2022-12-05T07:56:20.113Z
<aside class="quote no-group" data-username="shadow" data-post="14" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/letter_avatar_proxy/v4/letter/s/5fc32e/48.png" class="avatar"> shadow:</div> <blockquote> <...
14
0
1
18
3.6
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/15
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,738
16
6,909
shadow
shadow
2022-12-05T08:38:02.667Z
2022-12-05T08:38:02.667Z
<p>As I said in the post that you quoted me on…</p> <aside class="quote no-group" data-username="shadow" data-post="14" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/letter_avatar_proxy/v4/letter/s/5fc32e...
null
1
1
17
8.4
0
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/16
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,739
17
6,388
Weiji
Weiji Guo
2022-12-05T08:44:19.783Z
2022-12-05T08:44:19.783Z
<p><a class="mention" href="/u/shadow">@shadow</a> There is no luck in cryptography. Reading this page might give you some sense of “being lucky” (or unlucky): <a href="https://en.wikipedia.org/wiki/Security_level" class="inline-onebox" rel="noopener nofollow ugc">Security level - Wikipedia</a></p>
16
1
0
17
13.4
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/17
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,740
18
6,909
shadow
shadow
2022-12-05T08:48:46.328Z
2022-12-05T08:56:59.725Z
<p>How is there no luck in cryptography. I think any random guess that provides a result that satisfies your original intention out of unfathomable chances is luck.</p> <p>A successful brute force is 100% luck.</p> <p>No this page did not provide me with a sense of “being lucky” towards anything.</p> <p>If anything at ...
17
1
0
18
13.6
0
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/18
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,741
19
6,388
Weiji
Weiji Guo
2022-12-05T09:23:07.507Z
2022-12-05T09:26:16.237Z
<aside class="quote no-group" data-username="shadow" data-post="18" data-topic="11604"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/letter_avatar_proxy/v4/letter/s/5fc32e/48.png" class="avatar"> shadow:</div> <blockquote> <...
18
1
1
20
24
2
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/19
5
11,604
11,604
EIP-6051: Private Key Encapsulation
eip-6051-private-key-encapsulation
31,759
20
6,909
shadow
shadow
2022-12-06T00:56:45.788Z
2022-12-06T00:56:45.788Z
<p>I hate that ‘atom’ analogy. There are far more atoms in existence than bitcoin possibilities.</p>
19
1
0
19
23.8
0
false
false
false
0
false
null
/t/eip-6051-private-key-encapsulation/11604/20
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
25,318
1
5,228
JulianT
Julian Traversa
2022-05-15T10:32:48.562Z
2024-08-02T11:34:45.626Z
<hr> <p>eip: 5089</p> <p>title: Principal Token Standard</p> <p>description: A standard for principal tokens (zero-coupon tokens) that are redeemable for a single underlying ERC-20 token at a future timestamp.</p> <p>author: Julian Traversa (<span class="mention">@JTraversa</span>), Robert Robbins (@ robrobbins), Alber...
null
0
0
55
2,686
1
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/1
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
25,856
2
5,228
JulianT
Julian Traversa
2022-06-06T06:37:16.602Z
2022-06-14T19:27:22.949Z
<p>At this point we’ve gathered the input of ~10 teams and so far ended up with the edits above as of 06/06.</p> <p>I’ve also implemented some test integrations across two products of ours with no issues, some suggested examples available if anyone would like! I’ll be open-sourcing all of that in the next couple days.<...
null
0
0
22
9.4
1
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/2
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
26,061
3
5,494
devtooligan
devtooligan
2022-06-12T20:28:07.009Z
2022-06-12T20:28:39.342Z
<p>I’m going to move some of the conversation from the draft pr to here.</p> <p>Starting with</p> <blockquote> <p>All principal tokens are redeemable upon maturity, with the only variance being whether further yield is generated post-maturity. Given the ubiquity of redemption, the presence of <code>redeem</code> allows...
null
1
0
21
19.2
0
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/3
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
26,062
4
5,494
devtooligan
devtooligan
2022-06-12T20:30:42.285Z
2022-06-12T20:30:42.285Z
<blockquote> <p>All principal tokens are redeemable upon maturity, with the only variance being whether further yield is generated post-maturity. Given the ubiquity of redemption, the presence of <code>redeem</code> allows integrators to purchase Principal Tokens on an open market, and them later redeem them for a fixe...
null
1
0
21
44.2
0
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/4
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
26,063
5
5,494
devtooligan
devtooligan
2022-06-12T20:33:26.380Z
2022-06-12T20:34:01.464Z
<blockquote> <p><strong>alcueca</strong><br> How would you do that, without knowing the internal implementation of a given 5089, and taking into account that <code>convert*</code> functions are not necessarily exact?</p> </blockquote> <p>Well technically there would be an off-chain iterative solution that could accompl...
4
1
0
17
18.4
0
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/5
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
26,236
6
5,228
JulianT
Julian Traversa
2022-06-18T18:50:19.929Z
2022-06-18T18:50:19.929Z
<p>So I believe that APWine requires the user redeem PTs+YTs in tandem?</p> <p>Once their maturity hits, they provide PT holders and equivalent balance of YTs for the next maturity period. That said, I dont think this impacts the standard’s redeem because whatever PT balance would also be automatically matched by YTs p...
3
0
0
14
7.8
1
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/6
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
26,237
7
5,228
JulianT
Julian Traversa
2022-06-18T21:18:49.859Z
2022-06-18T21:19:21.263Z
<p>I personally had withdraw in my implementations given our PTs accrue yield post maturity @ Swivel, and I think they make sense in context of that sort of implementation.</p> <p>That saaaiid, we’ve generally removed a few optional methods/vars (e.g. uint256 public view maturityRate) that serve a similar purpose and a...
5
1
0
17
33.4
1
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/7
5
9,259
9,259
EIP-5095: Principal Token Standard
eip-5095-principal-token-standard
26,576
8
5,494
devtooligan
devtooligan
2022-06-30T18:59:13.930Z
2022-06-30T18:59:13.930Z
<p>I was initially against <code>withdraw()</code> (for reasons of simplicity) but after some additional thought (and a recent experience on another project) I have changed my mind.</p> <p>While the average user may generally just be looking to redeem their principal tokens upon maturity, other protocols/integrators ma...
7
0
0
11
27.2
0
false
false
false
0
false
null
/t/eip-5095-principal-token-standard/9259/8
5
8,245
8,245
EIP-4786: Link Common Token to ERC-721
eip-4786-link-common-token-to-erc-721
23,247
1
4,691
poria-cat
Poria Cattus
2022-02-09T13:33:59.822Z
2024-08-02T11:34:45.216Z
<h2><a name="abstract-1" class="anchor" href="#abstract-1"></a>Abstract</h2> <p>ERC-4786 provides an extension for ERC-721 to be composed with other Tokens (ERC-721/ERC-1155/ERC-20). This applies to the creation of a composable/graph NFT. In this standard, the ERC-721 Token is a first class citizen and can freely compo...
null
0
0
22
224.4
1
false
false
false
0
false
null
/t/eip-4786-link-common-token-to-erc-721/8245/1
5
8,245
8,245
EIP-4786: Link Common Token to ERC-721
eip-4786-link-common-token-to-erc-721
23,289
2
4,691
poria-cat
Poria Cattus
2022-02-11T02:03:54.686Z
2022-02-11T02:04:10.594Z
<p>This is a thread for discussion of EIP, and I would collect to collect your feedback.<br> Many thanks!<br> <img src="https://ethereum-magicians.org/images/emoji/twitter/beers.png?v=10" title=":beers:" class="emoji only-emoji" alt=":beers:"></p>
null
0
0
15
8
1
false
false
false
0
false
null
/t/eip-4786-link-common-token-to-erc-721/8245/2
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
21,192
1
3,948
aug2uag
Rex F
2021-10-09T03:15:55.502Z
2024-08-02T11:34:39.257Z
<p>I’m staking tokens on NFTs and would like an interface to get the amount of tokens staked by tokenId.</p> <p>The proof-of-concept / prototype NFT did hold value / amount of tokens that were successfully transferred. Within the smart contract, an amount is mapped to tokenId, so I can get the value from an individual ...
null
0
0
42
1,038.4
1
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/1
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
21,193
2
3,948
aug2uag
Rex F
2021-10-09T05:11:02.910Z
2021-10-09T05:11:02.910Z
<p>EIP issue was opened at:</p><aside class="onebox githubissue" data-onebox-src="https://github.com/ethereum/EIPs/issues/4353"> <header class="source"> <a href="https://github.com/ethereum/EIPs/issues/4353" target="_blank" rel="noopener nofollow ugc">github.com/ethereum/EIPs</a> </header> <article class=...
null
0
0
40
33
1
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/2
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
21,218
3
34
fulldecent
William Entriken
2021-10-12T04:11:56.498Z
2021-10-12T04:11:56.498Z
<p>Before going ahead and standardizing something, please launch your own product and then after that build the case for why other people need to do this the exact same way you did it.</p>
null
1
0
30
51
2
false
false
false
1
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/3
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
21,220
4
3,948
aug2uag
Rex F
2021-10-12T05:21:48.865Z
2021-10-12T05:21:48.865Z
<p>The product is available on the Apple AppStore under “Iconic Apps”, there are two apps in production beta undergoing finalization. The tokens are bound to NFTs at mint and in my use case the tokens are never able to be disassociated from commodity NFTs. In this way, we can ensure NFTs will remain with their assigned...
3
0
0
27
20.4
1
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/4
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
25,630
5
4,937
pizzarob
Pizzarob
2022-05-28T02:03:42.813Z
2022-05-28T02:03:42.813Z
<p>Hi. I think any kind of NFT staking is interesting and have implemented different variations in several products I’ve built over the last few years.</p> <p>I guess my question is why does this need to be a standard and why now? It seems like you can definitely implement this interface and provide documentation for m...
null
1
0
18
33.6
1
false
false
false
1
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/5
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
31,819
6
6,960
loretta_gould
loretta
2022-12-07T16:24:54.085Z
2022-12-07T16:24:54.085Z
<p>Hi I’m new to NFT market and i was scammed once. so I’m being smart about this before I proceed. This is not the Site that Scammed me but i wanted to check if it was a legit marketplace. how do I check if a market place is legit. <a href="http://www.metartes.com" rel="noopener nofollow ugc">www.metartes.com</a> its ...
null
0
0
10
17
0
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/6
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
33,588
7
3,948
aug2uag
Rex F
2023-01-28T02:06:49.257Z
2023-01-28T02:06:49.257Z
<p><a class="mention" href="/u/fulldecent">@fulldecent</a> the app is now available on iOS, Iconic Apps: IconicQuotes, IconicJokes, soon to be released IconicMedia</p> <p>The inspiration here was for content creators, enabling them to create transactables from their works with their audience, in a manner they can recei...
null
0
0
9
16.8
1
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/7
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
33,589
8
3,948
aug2uag
Rex F
2023-01-28T02:15:39.710Z
2023-01-28T02:15:39.710Z
<p>Currently, explorers do not display staked token amounts-- this becomes difficult if the contract is not available for view and if the transfer of staked tokens is arbitrary</p> <p>The ideal condition is to enforce staking until it is burned, this logically eliminates the variability from transfers, and becomes a mo...
null
0
0
9
6.8
1
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/8
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
33,590
9
3,948
aug2uag
Rex F
2023-01-28T02:20:09.660Z
2023-01-28T02:20:09.660Z
<p><a class="mention" href="/u/pizzarob">@pizzarob</a> the staking wouldn’t be ERC20, it would be native token at the time of mint – this raises the point of adding additional value, which could be safely implemented. My app is made for blockchain novices and does not have the feature to add more native tokens to an al...
5
1
0
7
11.4
1
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/9
5
7,234
7,234
EIP 4353: Viewing Staked Tokens in NFT
eip-4353-viewing-staked-tokens-in-nft
57,025
10
3,948
aug2uag
Rex F
2025-04-11T05:32:59.690Z
2025-04-11T05:32:59.690Z
<p>I’d like to re-visit this and thank the earlier responses. I wasn’t thinking of utility beyond a standard for setting a token type as staked. But I can see now that utility is what the original was missing.</p> <p>I’d like to propose a design pattern that enables configurable access to staked tokens. The core concep...
9
0
0
3
0.6
1
false
false
false
0
false
null
/t/eip-4353-viewing-staked-tokens-in-nft/7234/10
5
4,061
4,061
EIP-2544 ENS Wildcard Resolution
eip-2544-ens-wildcard-resolution
13,501
1
1,003
0age
0age
2020-02-28T18:00:58.454Z
2020-02-28T20:02:57.316Z
<h1><a name="p-13501-eip-2544-ens-wildcard-resolution-1" class="anchor" href="#p-13501-eip-2544-ens-wildcard-resolution-1"></a>EIP 2544 (ENS Wildcard Resolution)</h1> <p>author: Nick Johnson (<a class="mention" href="/u/arachnid">@arachnid</a>), 0age (<a class="mention" href="/u/0age">@0age</a>)</p> <aside class="onebo...
null
0
0
51
1,725.2
2
false
false
false
3
false
null
/t/eip-2544-ens-wildcard-resolution/4061/1
5
4,061
4,061
EIP-2544 ENS Wildcard Resolution
eip-2544-ens-wildcard-resolution
13,508
2
836
Amxx
Hadrien Croubois
2020-02-29T00:15:29.805Z
2020-02-29T00:15:29.805Z
<p>I remember discussion this exact mechanism at the ENS meetup in Osaka (just before Devcon 5). An issue that was raised is:</p> <p><em>How is the parent node’s resolver supposed to know what the values for the child node are?</em></p> <p>There also is the issue of who has the right to set these values, considering th...
null
2
0
34
26.8
2
false
false
false
0
false
null
/t/eip-2544-ens-wildcard-resolution/4061/2
5
4,061
4,061
EIP-2544 ENS Wildcard Resolution
eip-2544-ens-wildcard-resolution
13,524
3
1,003
0age
0age
2020-03-02T15:47:28.082Z
2020-03-02T15:47:28.082Z
<p>I think these are all valid points, and they certainly merit discussion. The main motivating factor with this EIP is not to work out the ideal structure for wildcard resolution mechanics or ownership rights, but rather to simply enable shared, “fallback” resolvers via a modification that is as straightforward as pos...
2
0
0
30
226
2
false
false
false
1
false
null
/t/eip-2544-ens-wildcard-resolution/4061/3
5
4,061
4,061
EIP-2544 ENS Wildcard Resolution
eip-2544-ens-wildcard-resolution
13,529
4
419
okwme
Billy Rennekamp
2020-03-03T12:22:25.883Z
2020-03-03T12:22:25.883Z
<p>Exciting improvement and simple solution. I remember discussion from <a class="mention" href="/u/ricmoo">@ricmoo</a> about further utilization of wildcards at the Osaka meetup. It might be out of scope for this topic but would be great to have a reference to it recorded here as well. Was there ever anything formally...
null
0
0
25
30
1
false
false
false
1
false
null
/t/eip-2544-ens-wildcard-resolution/4061/4
5
4,061
4,061
EIP-2544 ENS Wildcard Resolution
eip-2544-ens-wildcard-resolution
13,535
5
19
Arachnid
Nick Johnson
2020-03-03T22:25:24.448Z
2020-03-03T22:25:40.715Z
<aside class="quote no-group" data-username="Amxx" data-post="2" data-topic="4061"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/amxx/48/1647_2.png" class="avatar"> Amxx:</div> <blockquote>...
2
0
1
27
270.4
2
false
false
false
2
false
null
/t/eip-2544-ens-wildcard-resolution/4061/5
5
4,061
4,061
EIP-2544 ENS Wildcard Resolution
eip-2544-ens-wildcard-resolution
21,174
6
3,989
briansoule
Brian Soule
2021-10-06T12:03:21.621Z
2021-10-06T12:03:21.621Z
<p>Posting here to register my interest. Recent trends in the gas market further stress our need for wildcard resolution.<br> In terms of implementation, what tasks can I help with?</p>
null
1
0
19
23.8
0
false
false
false
0
false
null
/t/eip-2544-ens-wildcard-resolution/4061/6
5
4,061
4,061
EIP-2544 ENS Wildcard Resolution
eip-2544-ens-wildcard-resolution
48,878
7
11,383
YummyCoin
Jamison # 727 420-3485 call my cell
2024-06-02T12:47:33.477Z
2024-06-02T12:47:33.477Z
<p><img src="https://ethereum-magicians.org/images/emoji/twitter/call_me_hand.png?v=12" title=":call_me_hand:" class="emoji" alt=":call_me_hand:" loading="lazy" width="20" height="20">Sounds Awesome<br> Happy Sunday</p>
6
0
0
10
2
0
false
false
false
0
false
null
/t/eip-2544-ens-wildcard-resolution/4061/7
5
6,838
6,838
Did EIP-1559 increase gas prices?
did-eip-1559-increase-gas-prices
20,312
1
837
kladkogex
Stan Kladko
2021-08-11T12:56:05.673Z
2021-08-11T13:26:11.408Z
<p>Did anyone research preliminary effects of EIP-1559?</p> <p>I am looking at etherscan, it seems to be lots of variance from one block to another - some blocks are heavy (over 20M gas), some really light.</p> <p>Also, my impression is that gas prices did increase quite a bit on average …</p> <p>This is a chart from C...
null
0
0
41
98.2
2
false
false
false
1
false
null
/t/did-eip-1559-increase-gas-prices/6838/1
5
6,838
6,838
Did EIP-1559 increase gas prices?
did-eip-1559-increase-gas-prices
20,313
2
2,190
matt
matt
2021-08-11T15:14:43.484Z
2021-08-11T15:14:43.484Z
<p><a class="mention" href="/u/barnabe">@barnabe</a> is giving a presentation on the data on Friday: <a href="https://github.com/ethereum/pm/issues/369" class="inline-onebox">Post London EIP-1559 Assessment (Breakout #12) · Issue #369 · ethereum/pm · GitHub</a></p>
null
1
0
38
22.6
4
true
true
true
0
false
null
/t/did-eip-1559-increase-gas-prices/6838/2
5
6,838
6,838
Did EIP-1559 increase gas prices?
did-eip-1559-increase-gas-prices
20,365
3
837
kladkogex
Stan Kladko
2021-08-13T11:49:43.722Z
2021-08-13T11:49:43.722Z
<p>Here is gas chart</p> <p>It seems that the throughput did increase by 10% after the fork</p> <p><div class="lightbox-wrapper"><a class="lightbox" href="https://ethereum-magicians.org/uploads/default/original/2X/3/39730767d07937509ba6119d4e6bd8c212fa7c98.png" data-download-href="https://ethereum-magicians.org/upload...
2
0
0
31
41.2
2
false
false
false
1
false
null
/t/did-eip-1559-increase-gas-prices/6838/3
5
11,447
11,447
EIP3091 and L2's
eip3091-and-l2s
30,250
1
6
ligi
null
2022-10-25T00:35:02.404Z
2022-10-25T00:35:02.404Z
<p>How should we deal with EIP3091 when it comes to L2’s? Block is not used anymore and replaced with batch.<br> IMHO we should create a new standard without block (and maybe token) - as far as I see only tx and address are really used in the wild anyway.<br> Or has anyone seen usages of block and token in the wild?</p...
null
0
0
12
67.4
2
false
false
false
1
false
null
/t/eip3091-and-l2s/11447/1
5
8,368
8,368
IDEA: A Standardized Interface for On-chain Exchanges
idea-a-standardized-interface-for-on-chain-exchanges
23,495
1
4,766
thereturn
null
2022-02-19T09:41:46.580Z
2022-02-19T09:41:46.580Z
<h1> <a name="problem-1" class="anchor" href="#problem-1"></a>Problem</h1> <p>Currently almost every on-chain exchange has their own interface to execute operations on exchange. Currently creating platforms supporting different on-chain exchanges is hard and supporting all of them is almost impossible since new on-chai...
null
0
0
18
248.6
0
false
false
false
0
false
null
/t/idea-a-standardized-interface-for-on-chain-exchanges/8368/1
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,530
1
1,101
vbuterin
Vbuterin
2024-05-17T12:08:19.962Z
2024-05-17T22:23:30.570Z
<p><a href="https://github.com/ethereum/EIPs/pull/8575" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/ethereum/EIPs/pull/8575</a></p> <h2><a name="p-48530-abstract-1" class="anchor" href="#p-48530-abstract-1"></a>Abstract</h2> <p>All ETH-transferring calls emit a log.</p> <h2><a name="p-...
null
0
0
198
5,914.4
2
false
false
false
21
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/1
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,541
2
474
wjmelements
William Morriss
2024-05-18T00:27:12.736Z
2024-05-18T00:58:43.461Z
<p>It should be backfilled too. Internal transactions have been a major challenge for blockchain accounting. This feature is more useful if it is available for all of the history.</p>
null
2
0
182
136.2
2
false
false
false
4
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/2
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,542
3
474
wjmelements
William Morriss
2024-05-18T00:37:55.704Z
2024-05-18T00:37:55.704Z
<p>I have some suggestions.</p> <ol> <li>The log’s <code>address</code> field should be <code>nil</code>. It is important that nobody can forge this log. The easiest way to do that is to have a special value for <code>address</code>, since other events would have to be emitted from a source account. <code>nil</code> sh...
null
0
0
174
159.6
2
false
false
false
1
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/3
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,543
4
474
wjmelements
William Morriss
2024-05-18T00:42:47.206Z
2024-05-18T00:42:47.206Z
<blockquote> <p>Should withdrawals also trigger a log? If so, what should the sender address be specified as?</p> </blockquote> <p>Yes, from the zero-address, which is the common behavior for erc20 mints.</p> <blockquote> <p>Should fee payments trigger a log?</p> </blockquote> <p>I am in favor of this even when the gas...
null
0
0
150
59.8
2
false
false
false
2
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/4
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,546
5
4,449
z0r0z
Z0r0z
2024-05-18T04:48:15.941Z
2024-05-18T04:48:15.941Z
<p>While I appreciate ETH resembling ERC20 for offchain accounting purposes by introducing logs, I wonder if this might be best accomplished on the paymaster-side, if the goal is to make things easier for smart accounts. Personally, I would prefer the approach we have seen so far – introducing features to ETH progressi...
null
0
0
132
71.2
2
false
false
false
1
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/5
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,557
6
4,483
radek
null
2024-05-18T21:34:10.521Z
2024-05-18T21:34:10.521Z
<p>What would be the impact on storage needs?</p> <p>Are there any numbers for at least the backfilling case?</p>
null
0
0
126
25
2
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/6
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,566
7
8,940
metony
meTony
2024-05-19T15:38:08.960Z
2024-05-19T15:39:24.331Z
<p>Working with Smart accounts this is the <span class="hashtag-raw">#1</span> pain for us when it comes to track ETH transfer. We ended up debug_ tracing calls on multiple chains, with big $$ in infra costs. And this is also a big blocker in decentralizing portion of what we’re doing (stealth addresses with smart acco...
null
0
0
123
54.4
2
false
false
false
1
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/7
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,572
8
11,279
eyalc
Eyal
2024-05-19T19:02:04.473Z
2024-05-19T19:02:04.473Z
<p>Hmm. operations cost on ethereum try to reflect the cost (of storage, cpu) in term of “gas”.<br> Emitting a “Transfer” event costs roughly 1700 gas.<br> Who should pay this cost?</p>
null
2
0
120
33.8
0
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/8
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,573
9
8,940
metony
meTony
2024-05-19T22:43:21.290Z
2024-05-19T22:43:21.290Z
<blockquote> <p>Who should pay this cost?</p> </blockquote> <p>Fair point. To support this, I created this dune dashboard (on L1) to get the feeling of the amount of values.</p> <p><a href="https://dune.com/70nyit/ethereum-call-with-value-greater-0" class="onebox" target="_blank" rel="noopener nofollow ugc">https://dun...
8
0
0
111
62.2
2
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/9
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,610
10
474
wjmelements
William Morriss
2024-05-20T21:14:06.648Z
2024-05-20T21:14:06.648Z
<aside class="quote no-group" data-username="eyalc" data-post="8" data-topic="20034"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/eyalc/48/12538_2.png" class="avatar"> eyalc:</div> <blockq...
8
1
1
102
245.4
2
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/10
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,616
11
11,279
eyalc
Eyal
2024-05-21T07:59:38.923Z
2024-05-21T07:59:38.923Z
<aside class="quote no-group" data-username="wjmelements" data-post="10" data-topic="20034"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/wjmelements/48/432_2.png" class="avatar"> wjmelemen...
10
1
1
97
39.4
0
false
false
false
1
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/11
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,650
12
474
wjmelements
William Morriss
2024-05-22T20:02:05.010Z
2024-05-22T20:02:05.010Z
<aside class="quote no-group" data-username="eyalc" data-post="11" data-topic="20034"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/eyalc/48/12538_2.png" class="avatar"> eyalc:</div> <block...
11
0
1
92
28.4
2
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/12
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,717
13
9,646
Tobi
Tobi
2024-05-25T12:50:20.588Z
2024-05-25T12:50:20.588Z
<aside class="quote no-group" data-username="wjmelements" data-post="2" data-topic="20034" data-full="true"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/wjmelements/48/432_2.png" class="av...
2
1
1
84
56.8
1
false
false
false
1
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/13
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,720
14
474
wjmelements
William Morriss
2024-05-25T13:50:29.274Z
2024-05-25T13:50:29.274Z
<aside class="quote no-group" data-username="Tobi" data-post="13" data-topic="20034"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/tobi/48/10955_2.png" class="avatar"> Tobi:</div> <blockquo...
13
1
1
86
72.2
2
false
false
false
1
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/14
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,825
15
3
MicahZoltu
Micah Zoltu
2024-05-30T16:22:39.402Z
2024-05-30T16:22:39.402Z
<p>We have this implemented in <code>eth_simulateV1</code> (<a href="https://github.com/ethereum/execution-apis/pull/484" class="inline-onebox" rel="noopener nofollow ugc">add `eth_simulateV1` by KillariDev · Pull Request #484 · ethereum/execution-apis · GitHub</a>) by replicating an ERC20 <code>Transfer(address from, ...
null
0
0
82
161.4
2
false
false
false
4
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/15
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,826
16
3
MicahZoltu
Micah Zoltu
2024-05-30T16:23:02.085Z
2024-05-30T16:23:02.085Z
<aside class="quote no-group" data-username="wjmelements" data-post="14" data-topic="20034"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/wjmelements/48/432_2.png" class="avatar"> wjmelemen...
14
1
1
79
40.8
2
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/16
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,834
17
474
wjmelements
William Morriss
2024-05-30T20:53:54.645Z
2024-05-30T22:08:26.773Z
<p>I don’t think rewriting all of the blocks is the easiest way to backfill. Instead, generate replacement receipts for all of the transactions (and blooms for all of the blocks) before the activation block and start serving them instead once they become available. I don’t even think the nodes have to compute these the...
16
1
0
81
76.2
2
false
false
false
1
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/17
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,845
20
8,940
metony
meTony
2024-05-31T08:35:26.688Z
2024-05-31T08:35:26.688Z
<p>Backfill is a very cool nice-to-have, if we can find a nice way to have it without delaying the consensus on this EIP, while being able to emit logs for ETH transfers is a must have.</p>
17
0
0
82
26.4
2
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/20
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,847
21
7,348
0xInuarashi
0xInuarashi
2024-05-31T11:00:04.385Z
2024-05-31T11:00:04.385Z
<p>I would support this if we could somehow tackle the questions:</p> <ol> <li>How do we do this without increasing the gas of Transfers that do not wish to include logs ?</li> <li>How do we do this without adding as much gas as a normal event emission? (native opcode/protocol level stuff → export it to blob?)</li> </o...
null
1
0
85
326.8
1
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/21
5
20,034
20,034
EIP-7708: ETH transfers emit a log
eip-7708-eth-transfers-emit-a-log
48,851
22
474
wjmelements
William Morriss
2024-05-31T18:52:07.066Z
2024-05-31T18:52:07.066Z
<aside class="quote no-group" data-username="0xInuarashi" data-post="21" data-topic="20034"> <div class="title"> <div class="quote-controls"></div> <img loading="lazy" alt="" width="24" height="24" src="https://ethereum-magicians.org/user_avatar/ethereum-magicians.org/0xinuarashi/48/8484_2.png" class="avatar"> 0xInuara...
21
1
1
83
31.4
2
false
false
false
0
false
null
/t/eip-7708-eth-transfers-emit-a-log/20034/22
5
10,549
10,549
EIP-5548 - EIP-721 Approve Operator DenyList
eip-5548-eip-721-approve-operator-denylist
28,187
1
6,046
mitchellfchan
Mitchell F Chan
2022-08-28T12:26:12.646Z
2022-08-28T12:26:12.646Z
<p>This EIP is currently in DRAFT status:</p><aside class="onebox githubblob" data-onebox-src="https://github.com/mitchellfchan/EIPs/blob/master/EIPS/eip-5548.md"> <header class="source"> <a href="https://github.com/mitchellfchan/EIPs/blob/master/EIPS/eip-5548.md" target="_blank" rel="noopener nofollow ugc">gi...
null
0
0
10
117
0
false
false
false
0
false
null
/t/eip-5548-eip-721-approve-operator-denylist/10549/1
5
10,549
10,549
EIP-5548 - EIP-721 Approve Operator DenyList
eip-5548-eip-721-approve-operator-denylist
28,955
2
2,313
SamWilsn
Sam Wilson
2022-09-16T20:33:13.732Z
2022-09-16T20:33:13.732Z
<p>I’m concerned that this EIP can be trivially defeated. You could easily transfer ownership to the marketplace, create and approve proxy contracts, or just list and sell wrapper tokens. Attempts to implement royalty payments on transfer on-chain are… difficult to say the least.</p> <p>I’d encourage you to look into o...
null
0
0
7
16.4
2
false
false
false
0
false
null
/t/eip-5548-eip-721-approve-operator-denylist/10549/2
5
7,681
7,681
Multi-byte opcodes
multi-byte-opcodes
22,049
1
4,050
uink45
Uink45
2021-12-04T08:07:58.457Z
2021-12-10T10:07:28.349Z
<p><strong>Abstract</strong><br> Reserve <code>0xEB</code> and <code>0xEC</code> for usage as extended opcode space.</p> <p><strong>Motivation</strong><br> It would be convenient to introduce new opcodes that are likely to be infrequently used, whilst also being able to have greater than 256 opcodes in total. As a sing...
null
0
0
26
660.2
1
false
false
false
0
false
null
/t/multi-byte-opcodes/7681/1
5
7,681
7,681
Multi-byte opcodes
multi-byte-opcodes
22,070
2
2,190
matt
matt
2021-12-06T04:42:57.228Z
2021-12-06T04:42:57.228Z
<p>I think your EIP is under-specified in a scenario like <code>600456eb5b</code>. If the <code>0xeb</code> were replaced with <code>0x60</code>, the <code>JUMPDEST</code> would be considered invalid. In your EIP, it is currently considered valid.</p>
null
0
0
25
25
4
true
true
true
1
false
null
/t/multi-byte-opcodes/7681/2
5
7,681
7,681
Multi-byte opcodes
multi-byte-opcodes
22,087
3
3
MicahZoltu
Micah Zoltu
2021-12-07T08:56:17.071Z
2021-12-07T08:56:17.071Z
<p>What is the reason for reserving two opcodes rather than a single extension opcode? It seems that one would suffice just as well as two, and we gain essentially nothing from reserving 2.</p>
null
0
0
19
8.8
2
false
false
false
0
false
null
/t/multi-byte-opcodes/7681/3
5
23,359
23,359
History Expiry Meta EIP
history-expiry-meta-eip
56,745
1
74
pipermerriam
Piper Merriam
2025-04-02T17:19:42.131Z
2025-04-02T17:19:42.131Z
<p>This topic is to discuss the History Expiry Meta EIP</p> <aside class="onebox githubpullrequest" data-onebox-src="https://github.com/ethereum/EIPs/pull/9572"> <header class="source"> <a href="https://github.com/ethereum/EIPs/pull/9572" target="_blank" rel="noopener nofollow ugc">github.com/ethereum/EIPs</a>...
null
0
0
18
528.6
2
false
false
false
0
false
null
/t/history-expiry-meta-eip/23359/1
5
23,359
23,359
History Expiry Meta EIP
history-expiry-meta-eip
57,941
2
835
sinamahmoodi
Sina Mahmoodi
2025-04-24T15:55:59.968Z
2025-04-24T15:55:59.968Z
<p>Update from geth. The latest release includes the ability to a) offline-prune an existing datadir up to the merge block via <code>prune-history</code> command, b) snap sync without fetching the premerge block bodies and receipts. In both cases you will need to pass the <code>--history.chain postmege</code> flag to i...
null
0
0
14
12.8
2
false
false
false
0
false
null
/t/history-expiry-meta-eip/23359/2
5
8,131
8,131
How to withdraw funds from ETH if there is an auto withdrawal in the wallet and I'm not the only one who has a private key? how can i create same code script or something familiar with this... i need it and i want to know how it works
how-to-withdraw-funds-from-eth-if-there-is-an-auto-withdrawal-in-the-wallet-and-im-not-the-only-one-who-has-a-private-key-how-can-i-create-same-code-script-or-something-familiar-with-this-i-need-it-and-i-want-to-know-how-it-works
22,954
1
4,610
WNEWTON208
WALTER
2022-01-27T18:34:08.831Z
2022-01-27T18:34:08.831Z
<p>how to withdraw funds from ETH if there is an auto withdrawal in the wallet and I’m not the only one who has a private key? how can i create same code script or something familiar with this… i need it and i want to know how it works</p>
null
0
0
11
1,062.2
0
false
false
false
0
false
null
/t/how-to-withdraw-funds-from-eth-if-there-is-an-auto-withdrawal-in-the-wallet-and-im-not-the-only-one-who-has-a-private-key-how-can-i-create-same-code-script-or-something-familiar-with-this-i-need-it-and-i-want-to-know-how-it-works/8131/1
5
25,265
25,265
EIP-8014: Builder Generalized Consolidation Requests
eip-8014-builder-generalized-consolidation-requests
61,448
1
4,723
potuz
Potuz
2025-08-27T18:16:52.520Z
2025-08-27T18:16:52.520Z
<p>Discussion topic for EIP-8014 <a href="https://github.com/ethereum/EIPs/pull/10220" class="inline-onebox" rel="noopener nofollow ugc">Add EIP: Builder generalized consolidation requests. by potuz · Pull Request #10220 · ethereum/EIPs · GitHub</a></p> <h4><a name="p-61448-update-log-1" class="anchor" href="#p-61448-u...
null
0
0
5
96
2
false
false
false
1
false
null
/t/eip-8014-builder-generalized-consolidation-requests/25265/1