Replies: 5 comments 4 replies
-
one minor caveat: if anyone comes across a spell they'd expect on dunesql, but isn't, please do reach out here and we can look to help. |
Beta Was this translation helpful? Give feedback.
-
we have taken the steps to remove legacy files/macros/any references to legacy. we will monitor to ensure no failures and/or side effects, but if anything comes up, tag us here 🙏 |
Beta Was this translation helpful? Give feedback.
-
these are now both complete and we are monitoring both CI runs & production to ensure all is smooth. if anything comes up, plz tag us here |
Beta Was this translation helpful? Give feedback.
-
PR here: #4676 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help,
Looking now, it seems like it has already been added back to the new system.
It was in ethereum.transactions
Here is an example of an old query with it Ethereum Block Rewards & Fee
Summary - Last 15 Days (dune.com) <https://dune.com/queries/834270/1458638>:
with eth_tx as (select block_time, block_number, nonce, gas_used,
(gas_price-coalesce(*priority_fee_per_gas*,0))/1e9 base_fee_gwei,
coalesce(priority_fee_per_gas,0)/1e9 *priority_fee_per_gas_gwei*
from ethereum.transactions
I should be able to do my query now, thanks.
- R Sean Cartwright
…On Mon, Nov 6, 2023 at 2:07 PM jeff ***@***.***> wrote:
can you be a bit more specific? what is the exact table name (and link to
spell, if you can)?
—
Reply to this email directly, view it on GitHub
<#4662 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDVQ4RWZ6UGPNWODLEX2RQTYDE7RDAVCNFSM6AAAAAA6MSI5RWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TIOJRGY2TG>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
a massive thank you to all the wizards who stepped in to help migrate spells without us asking, it's much appreciated 🙏
also, thank you to all for the patience, as we worked through the large effort to migrate spellbook to the DuneSQL engine.
what steps have been taken and/or will be taken to finalize migration?
dunesql
tagsalias()
inalias
property & remove from all existing spellsreadme
that are tied only to the migration effortany other info forgotten here will be tracked in comments below.
what does this mean for wizard contributions moving forward?
main
branchdunesql
tag andalias()
functions on existing code, new spells will no longer require this -- for now, continue to use, we will track in comments when we can stopwhat happens next?
Beta Was this translation helpful? Give feedback.
All reactions