Giter Club home page Giter Club logo

js-primea-hypervisor's People

Contributors

axic avatar enzoh avatar floorlamp avatar greenkeeper[bot] avatar greenkeeperio-bot avatar sdtsui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

js-primea-hypervisor's Issues

An in-range update of ethereumjs-block is breaking the build 🚨

Version 1.5.0 of ethereumjs-block just got published.

Branch Build failing 🚨
Dependency ethereumjs-block
Current Version 1.4.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ethereumjs-block is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 7 commits .

  • 23b878b 1.5.0
  • 69fd2bc Merge pull request #24 from ethereumjs/kumavis-patch-2
  • 1d0551a require ethereum-common params directly
  • c5e2986 require ether-common params directly
  • a96a43e from-rpc - set _from to fix some sneaky issue
  • c817af8 Merge pull request #23 from ethereumjs/fix/ethereumjs-tx-version
  • 5c2428a Update version of ethereumjs-tx

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

JS doesn't support i64 values

Since JS currently doesn't support i64 values some function of the ethereum system interface will not correctly.

This can be fixed by transcompiling any import that has a i64 params to be two i32 params and transcompiling the where it get called

The other option would just to be to limit the system interface to only have i32 params

An in-range update of ipfs is breaking the build 🚨

Version 0.25.1 of ipfs just got published.

Branch Build failing 🚨
Dependency ipfs
Current Version 0.25.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ipfs is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v0.25.1

Bug Fixes

Features

Commits

The new version differs by 31 commits.

  • 5964892 chore: release version v0.25.1
  • 532b351 chore: update contributors
  • a57e91c chore: update deps
  • 54fcf37 docs: update the examples structure, update the architecture graph (#936)
  • da66b1f fix: stream issue, do not use isstream, use is-stream (#937)
  • dd245a8 chore: update deps
  • 713bd54 chore: remove official support for Node.js 4 (rm it from tests and docs) (#934)
  • ac93328 refactor: consistent error handling in cli (#933)
  • a5e75e0 feat: new print func for the CLI (#931)
  • 9860431 docs: fix link to contribution guidelines, and project name (#930)
  • 2b37399 test: fix sharness tests
  • 2da4f55 docs: add a comment to add browser version
  • 2b2f757 docs: change the wording on the issue template
  • 6490b81 docs: add issue template
  • 5373c90 chore: remove mod.txt

There are 31 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Integrate with ewasm.js/binaryen.js

binaryen has these modules now:

wasm.js: wasm.js contains Binaryen components compiled to JavaScript, including the interpreter, asm2wasm, the S-Expression parser, etc., which allow you to use Binaryen with Emscripten and execute code compiled to WASM even if the browser doesn't have native support yet. This can be useful as a (slow) polyfill.

binaryen.js: A stand alone library that exposes Binaryen methods for parsing s-expressions and instantiating WASM modules in JavaScript.

This would eliminate the latest node.js as a prerequisite.

TODO

  • move ports
    • get instance by path
    • signal when moved
      • update non-entryport channels
  • send ports in message
  • copy ports
  • port introspection
    • get type (message / contract / storage)
    • get value
    • get id
  • iterate ports
    • order map
  • id introspection
  • get parent
  • get nonce

Implement an IO container

As an example IO container it could be commandline based.

Two messages to consider:

  • send -> prints out the payload with the instance identifier
  • receive -> prompts for input with the instance identifier
[1234] < "Hello World"
[1234] > nooooo!

Precompile support

If it is desired to run Solidity contracts, the VM needs to support precompiles, especially the identity contract.

Implement the precompiles in WASM:

  • ecrecover
  • sha256
  • ripemd160
  • identity

An in-range update of standard is breaking the build 🚨

Version 9.0.0 of standard just got published.

Branch Build failing 🚨
Dependency standard
Current Version 8.6.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As standard is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 69 commits .

There are 69 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ethereumjs-util is breaking the build 🚨

Version 5.1.0 of ethereumjs-util just got published.

Branch Build failing 🚨
Dependency ethereumjs-util
Current Version 5.0.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ethereumjs-util is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 17 commits .

  • 4997328 5.1.0
  • ac5d090 Add helpers for new eth_sign behavior (#67)
  • 0e246cd Merge pull request #64 from ethereumjs/feature/keccak
  • 75f5294 Use keccak instead keccakjs
  • f0f2aae Merge pull request #66 from zmanian/patch-1
  • 142b618 Fix missing comma
  • 656d534 Name field is mandatory in npm >3
  • b3443fd Merge pull request #65 from ethereumjs/greenkeeper/karma-detect-browsers-2.2.4
  • 1c17800 chore(package): update karma-detect-browsers to version 2.2.4
  • a32309d Merge pull request #61 from ethereumjs/greenkeeper/update-all
  • c6392b5 chore(package): update dependencies
  • c16bcd0 Merge pull request #59 from ethereumjs/feature/buffer
  • 9d2f362 Update Buffer creation
  • c86d92b Merge pull request #58 from ethereumjs/rpcsig-padding
  • e555b3b Add tests for toRpcSig

There are 17 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of coveralls is breaking the build 🚨

Version 2.13.0 of coveralls just got published.

Branch Build failing 🚨
Dependency coveralls
Current Version 2.12.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As coveralls is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 4 commits .

  • 2821200 version bump
  • ef7e811 Parse commit from packed refs if not available in refs dir. (#163)
  • e476964 Merge pull request #162 from evanjbowling/patch-1
  • 63a7f92 Update README.md

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ethereumjs-tx is breaking the build 🚨

Version 1.1.3 of ethereumjs-tx just got published.

Branch Build failing 🚨
Dependency ethereumjs-tx
Current Version 1.1.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ethereumjs-tx is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 11 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ethereumjs-tx is breaking the build 🚨

Version 1.2.4 of ethereumjs-tx just got published.

Branch Build failing 🚨
Dependency ethereumjs-tx
Current Version 1.2.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ethereumjs-tx is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 11 commits (ahead by 11, behind by 1).

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

wasm `start` is currently disallowed

wasm start is currently disallowed. The codeHandler always tries to run main. start is currently a problem since it starts running immediately and there is no way to populate the interface with the wasm instance.

An in-range update of coveralls is breaking the build 🚨

Version 2.12.0 of coveralls just got published.

Branch Build failing 🚨
Dependency coveralls
Current Version 2.11.16
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As coveralls is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes Branch coverage support

Adds branch coverage data to Coveralls API post.

Commits

The new version differs by 2 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of tape is breaking the build 🚨

Version 4.6.3 of tape just got published.

Branch Build failing 🚨
Dependency tape
Current Version 4.6.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tape is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 5 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of standard is breaking the build 🚨

Version 8.6.0 of standard just got published.

Branch Build failing 🚨
Dependency standard
Current Version 8.5.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As standard is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 10 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ethereumjs-tx is breaking the build 🚨

Version 1.3.0 of ethereumjs-tx just got published.

Branch Build failing 🚨
Dependency ethereumjs-tx
Current Version 1.2.5
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

ethereumjs-tx is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/ewasm/ewasm-kernel/builds/225110383)

Commits

The new version differs by 16 commits0.

  • d9c0c00 1.3.0
  • a226750 rebuild docs
  • 07b7b1a Merge pull request #61 from michbil/master
  • 61518f0 Fix indent issues
  • 20cce3b Revert index.md
  • 6b1cc7d Improve documentation
  • 782b0cc Merge pull request #60 from michbil/master
  • 45be6ac Fix typo in phrase 'too low'
  • 53bd403 Merge pull request #57 from ethereumjs/eip155-fix
  • 2f79fa6 Test multi-byte chainId
  • 4bedffc EIP155 - allow v value to be greater than one byte
  • 600b39b Merge pull request #55 from serapath-contribution/master
  • 24beda1 add browserify field to babelify es2015
  • 188484c Merge branch 'master' of github.com:ethereumjs/ethereumjs-tx
  • b836fc3 deps - bump ethereum-common

There are 16 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Functional Style API

Carry over from last meeting where we briefly discussed the possibility of a Function Stye API
Here is a really rough sketch of what it might look like

var Environment  = require('ewasm-kernel/environment')
var runTx        = require('ewasm-kernel/runTx.js')
var kernel       = require('ewasm-kernel')

// all state is stored in the Environment 
var environment = new Environment()

// run a tx
var resultingEnvironment  = runTx(tx, environment)
// make a direct call
resultingEnvironment = kernel.callHander('0xaddress', resultingEnvironment)

....
// Debugging
var DebugInterface = require('ewasm-kernel/debugInterface.js')
// get some code from the state
var code = resultingEnvironment.state.get('0xaddress')

var interface = new DebugInterface(resultingEnvironment)
// create a new ewasm instance given some code and a debuging interface
var contractInstance = kernel.codeHandler(code, interface)
// run a contract's method. This is not functional, `resultingEnvironment` would be change here
contractInstance.method()

thoughts? @axic @kumavis

An in-range update of coveralls is breaking the build 🚨

The devDependency coveralls was updated from 3.0.4 to 3.0.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

coveralls is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 6 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

rename kernel

the kernel isn't a kernel
alternatives

  • containerInterface
  • containerManager
  • actor

// fun c r a z y stuff

  • sysInterface
  • containerShell
  • containerSkin

An in-range update of tape is breaking the build 🚨

Version 4.6.2 of tape just got published.

Branch Build failing 🚨
Dependency tape
Current Version 4.6.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tape is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 2 commits .

  • c9b8ce8 v4.6.2
  • ae7fec6 [Fix] if someone throws null/undefined, it shouldn’t crash

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of ethereumjs-tx is breaking the build 🚨

Version 1.1.4 of ethereumjs-tx just got published.

Branch Build failing 🚨
Dependency ethereumjs-tx
Current Version 1.1.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As ethereumjs-tx is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details
Commits

The new version differs by 4 commits .

  • 5cbe632 1.1.4
  • 2eb678f Merge pull request #37 from ethereumjs/es6-faketransaction
  • 4843b38 Update FakeTransaction to ES6
  • 6da2d71 Merge pull request #35 from ethereumjs/staging

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of documentation is breaking the build 🚨

Version 4.0.0 of documentation just got published.

Branch Build failing 🚨
Dependency documentation
Current Version 4.0.0-rc.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As documentation is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 32 commits.

  • b42c0d7 chore: Update lockfile
  • 80a06fe chore(release): 4.0.0
  • 1ae8136 fix(package): update remark to version 8.0.0
  • 5b5dcd1 docs(theming): fix default theme link
  • a3e1fb8 fix(package): update vfile-reporter to version 4.0.0
  • 4544886 chore(package): update fs-extra to version 4.0.0 (#841)
  • 715c714 fix broken link (#842)
  • 2329db4 fix(package): update chalk to version 2.0.0 (#833)
  • ea69608 fix: Report nesting errors instead of throwing them as errors
  • 15239d1 chore: Updated eslint. fixed no-useless-escape rule. (#834)
  • 505f62d docs: Add issue template (#831)
  • 32ef5a5 docs: Don't end 'getting started' abruptly, instead link to next steps.
  • 473f317 fix: Fix filtering in the default theme
  • 15bd7af chore(package): update husky to version 0.14.0 (#823)
  • 61968c7 fix: Show () for callbacks

There are 32 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of coveralls is breaking the build 🚨

Version 2.13.1 of coveralls just got published.

Branch Build failing 🚨
Dependency coveralls
Current Version 2.13.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As coveralls is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/ewasm/ewasm-kernel/builds/226600156)

Commits

The new version differs by 1 commits0.

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.