-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-ethereum / vapor compatibility #41
Comments
whoa nice i love checklists! |
@kumavis is |
|
|
oh the |
|
for |
I don't mean in general. Like what do dapp builders expect the opcode to mean? Dapps should not care about mining at all, so they much be using it as a proxy for something else. primary identity of user of the dapp? yeah probably. |
ok |
@kumavis |
ok |
@wanderer hmmm weird. Maybe offer a PRNG opcode that is derived from the coinbase? weird. kinda sticky situation. |
ok working on |
"vapor requires all dapp assets to exist in a single html file" is of course a vapor bug -- but I anticipate putting this off for awhile to see how dapp-requesting settles Here is the current doc on the subject, clearly in flux |
I've used this before to inline external assets into a single html file https://github.com/substack/html-inline |
eth_accounts
eth_coinbase
eth_defaultBlock
eth_logs
eth_mining
eth_codeAt
returning Buffer instead of hexstringeth_balanceAt
returning empty string for 0 balance instead of0x
.eth_blockByNumber
throws500
.eth_listening
throws500
. RPC eth_listening throws error ethereum/node-ethereum#52eth_number
not returning anyresult
.0x
prefix500
instead of returningError
object. xhrrpc does not return error ethereum/node-ethereum#49The text was updated successfully, but these errors were encountered: