Skip to content
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

Javascript environment in ethereum CLI #459

Closed
15 of 17 tasks
zelig opened this issue Mar 11, 2015 · 0 comments
Closed
15 of 17 tasks

Javascript environment in ethereum CLI #459

zelig opened this issue Mar 11, 2015 · 0 comments
Milestone

Comments

@zelig
Copy link
Contributor

zelig commented Mar 11, 2015

  • wiki/spec https://github.com/ethereum/go-ethereum/wiki/JavaScript-Environment
  • alternative provider for ethereum.js rpc transport using native bindings to the otto javascript VM
  • wrap autoloaded libs in go heredoc
  • bindings for admin methods (accessible via eth in JS)
  • integrate in CLI
  • integrate with REPL
  • provide xeth Frontend
  • interactive mode vs exec files
  • admin bindings with doc and test
  • history
  • require as load from disk with exports
  • js libpath for jsre as command line option or settable via JS
  • expose eth, shh, net, db
  • update cli name js console
  • remove jsre from mist
  • sort out which otto to use, modify godep

WIP: https://github.com/ethersphere/go-ethereum/tree/frontier/jsre
UPDATE: backlogged

  • implement timer functions and sleep
@obscuren obscuren modified the milestone: Frontier Mar 11, 2015
@zelig zelig closed this as completed Mar 17, 2015
ngtuna pushed a commit to ngtuna/tomochain that referenced this issue Mar 11, 2019
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Jan 6, 2023
…lient (ethereum#459)

* heimdall client: add new meter and timer metrics

* fix: error in handling valid and invalid request metric

* use ctx outside of request

* add separate metrics for each request

* fix: modify metric name

* fix: renmae metric name by removing hyphen

* use ctx value for request type

* fix linters

* fix panic on using string as key for ctx and on nil return

* refactor

* refactor

* rm comment

Co-authored-by: Evgeny Danienko <[email protected]>
s1na pushed a commit to s1na/go-ethereum that referenced this issue Dec 2, 2024
implement EIP-4399, PREVRANDAO opcode
Eduard-Voiculescu pushed a commit to streamingfast/go-ethereum that referenced this issue Jan 30, 2025
…eum#459)

* ci: update CircleCI config for GitHub Pages deployment process

* ci: enhance GitHub Pages deployment with user email retrieval

* ci: update CircleCI config to use GitHub user ID for email generation

* ci: simplify user email retrieval in GitHub Pages deployment

* ci: update CircleCI workflow to include 'optimism' branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants