Giter VIP home page Giter VIP logo

js-ipld-ethereum's Introduction

⛔️ DEPRECATED: This module is no longer maintained. It can be used with multiformats by wrapping it with ipld-format-to-blockcodec

js-ipld-ethereum

Travis CI Greenkeeper badge

JavaScript Implementation of the IPLD format - Ethereum Block

Lead Maintainer

Volker Mische

Install

> npm install ipld-ethereum

Usage

TBD

Contribute

Please contribute! Look at the issues!

Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to IPLD are subject to the IPFS Code of Conduct.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2016 Protocol Labs Inc.

js-ipld-ethereum's People

Contributors

achingbrain avatar alanshaw avatar daviddias avatar greenkeeper[bot] avatar harrshasri avatar kumavis avatar richardschneider avatar rvagg avatar victorb avatar vmx 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

Watchers

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

js-ipld-ethereum's Issues

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


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency aegir was updated from 21.4.3 to 21.4.4.

🚨 View failing branch.

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

aegir 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

Release Notes for v21.4.4

Bug Fixes

  • fix release node flag and remove progress (ac2baa7)
Commits

The new version differs by 3 commits.

  • 7f058b2 chore: release version v21.4.4
  • 89099e4 chore: update contributors
  • ac2baa7 fix: fix release node flag and remove progress

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 🌴

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

The devDependency aegir was updated from 15.3.0 to 15.3.1.

🚨 View failing branch.

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

aegir 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
  • ci/jenkins/codelint: code linting passed (Details).
  • ci/jenkins/commitlint: commit linting passed (Details).
  • ci/jenkins/linux/10.4.1/test:node: node tests passed (Details).
  • ci/jenkins/linux/8.11.3/test:node: node tests passed (Details).
  • ci/jenkins/linux/test:browser: browser tests passed (Details).
  • ci/jenkins/windows/10.4.1/test:node: node tests passed (Details).
  • ci/jenkins/windows/8.11.3/test:node: node tests passed (Details).
  • ci/jenkins/macos/10.4.1/test:node: node tests passed (Details).
  • ci/jenkins/macos/test:browser: browser tests passed (Details).
  • ci/jenkins/macos/8.11.3/test:node: node tests passed (Details).
  • continuous-integration/jenkins/branch: This commit cannot be built (Details).

Release Notes for v15.3.1

Bug Fixes

Commits

The new version differs by 4 commits.

  • f02b8ed chore: release version v15.3.1
  • 24bc398 chore: update contributors
  • a9a7ca9 Merge pull request #282 from ipfs/fix/bump-before-build
  • 44e0b4d fix: bump version before building

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 🌴

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

The devDependency aegir was updated from 18.1.0 to 18.1.1.

🚨 View failing branch.

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

aegir 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/jenkins/branch: This commit cannot be built (Details).

Release Notes for v18.1.1

Bug Fixes

Commits

The new version differs by 6 commits.

  • 781f707 chore: release version v18.1.1
  • f030181 chore: update contributors
  • 0b00c1f fix: exclude fixtures from dep-check (#334)
  • bde0ece chore: fix patch prerelease command snippet (#322)
  • 7fb2e27 chore: add webworker to the default ci config (#331)
  • cb39ed2 docs: improve the line endings part

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 🌴

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

The devDependency aegir was updated from 15.2.0 to 15.3.0.

🚨 View failing branch.

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

aegir 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
  • ci/jenkins/codelint: code linting passed (Details).
  • ci/jenkins/commitlint: commit linting passed (Details).
  • ci/jenkins/linux/10.4.1/test:node: node tests passed (Details).
  • ci/jenkins/linux/8.11.3/test:node: node tests passed (Details).
  • ci/jenkins/linux/test:browser: browser tests passed (Details).
  • ci/jenkins/windows/10.4.1/test:node: node tests passed (Details).
  • ci/jenkins/windows/8.11.3/test:node: node tests passed (Details).
  • ci/jenkins/windows/test:browser: browser tests passed (Details).
  • ci/jenkins/macos/10.4.1/test:node: node tests passed (Details).
  • ci/jenkins/macos/8.11.3/test:node: node tests passed (Details).
  • ci/jenkins/macos/test:browser: browser tests passed (Details).
  • ci/jenkins/coverage: coverage passed (Details).
  • continuous-integration/jenkins/branch: This commit has test failures (Details).

Release Notes for v15.3.0

Bug Fixes

  • build not run during release cmd (6c6762f)
  • do not smother user config parse error (9d615a8)
  • fix type in the docs template (42a198d)
  • generate sourcemap for minified build (e581c68)
  • unminified builds should not be minified (af41034)
  • windows takes 2 minutes to exit (3166c70)

Features

  • set browsers with AEGIR_BROWSERS (1600344)
Commits

The new version differs by 24 commits.

  • 9f86fba chore: release version v15.3.0
  • 238859e chore: update contributors
  • 495b62b Revert "fix: windows takes 2 minutes to exit"
  • 3ff31d7 Merge pull request #278 from ipfs/fix/minified-dist
  • 02c5343 Merge branch 'master' of github.com:ipfs/aegir into fix/minified-dist
  • 9de2745 Merge pull request #270 from ipfs/feat/browser-env-var
  • e187f45 Merge pull request #277 from ipfs/fix/release-build
  • 296f4ca Merge pull request #266 from ipfs/fix/windows-exit
  • 00a1ef6 test: additional tests + fix linting issues
  • e581c68 fix: generate sourcemap for minified build
  • af41034 fix: unminified builds should not be minified
  • 6c6762f fix: build not run during release cmd
  • 36e43bf Merge pull request #271 from ipfs/clean-coveralls
  • 1d7f857 chore: remove coveralls
  • 1376919 Merge pull request #267 from ipfs/fix/fix-template-type

There are 24 commits in total.

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 🌴

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


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency aegir was updated from 21.7.0 to 21.8.0.

🚨 View failing branch.

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

aegir 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

Release Notes for v21.8.0

Features

Commits

The new version differs by 3 commits.

  • 462fc86 chore: release version v21.8.0
  • bc8bf24 chore: update contributors
  • ee90e20 feat: forward env to webpack

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 🌴

Any chance of moving to js-sha3?

Currently, this module brings in a Native dep [email protected]. Would it be possible to move to js-sha3, the same used in js-multihashing-async, so that it doesn't represent a blocker for js-ipfs electron users

> [email protected] install /Users/koruza/code/js-ipld-eth-star/node_modules/fsevents
> node install

[fsevents] Success: "/Users/koruza/code/js-ipld-eth-star/node_modules/fsevents/lib/binding/Release/node-v51-darwin-x64/fse.node" is installed via remote

> [email protected] install /Users/koruza/code/js-ipld-eth-star/node_modules/sha3
> node-gyp rebuild

  CXX(target) Release/obj.target/sha3/src/addon.o
../src/addon.cpp:59:36: warning: 'NewInstance' is deprecated [-Wdeprecated-declarations]
                        info.GetReturnValue().Set(cons->NewInstance(argc, argv));
                                                        ^
/Users/koruza/.node-gyp/7.10.0/include/node/v8.h:3658:31: note: 'NewInstance' has been explicitly marked deprecated
      here
                Local<Object> NewInstance(int argc, Local<Value> argv[]) const);
                              ^
1 warning generated.
  CXX(target) Release/obj.target/sha3/src/displayIntermediateValues.o
  CXX(target) Release/obj.target/sha3/src/KeccakF-1600-reference.o
  CXX(target) Release/obj.target/sha3/src/KeccakNISTInterface.o
  CXX(target) Release/obj.target/sha3/src/KeccakSponge.o
  SOLINK_MODULE(target) Release/sha3.node

> [email protected] install /Users/koruza/code/js-ipld-eth-star/node_modules/keccak
> prebuild-install || node-gyp rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used."

Thanks!

Is there any documentation yet?

I've heard such great things about this project and would like to try it out for an Ethereum dapp I'm building but I don't know where to start. Is there an documentation yet which you could point me to?

Update the usage

Hello,

I would like to use/test this repo, can you guys update the usage/documentation so I can test this out?

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

The dependency ethereumjs-block was updated from 2.0.1 to 2.1.0.

🚨 View failing branch.

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

ethereumjs-block is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/jenkins/codelint: code linting passed (Details).
  • ci/jenkins/commitlint: commit linting passed (Details).
  • ci/jenkins/linux/8.12.0/test:node: node tests passed (Details).
  • ci/jenkins/linux/10.11.0/test:node: node tests passed (Details).
  • ci/jenkins/linux/test:browser: browser tests passed (Details).
  • ci/jenkins/macos/10.11.0/test:node: node tests passed (Details).
  • ci/jenkins/macos/8.12.0/test:node: node tests passed (Details).
  • ci/jenkins/windows/10.11.0/test:node: node tests passed (Details).
  • ci/jenkins/windows/8.12.0/test:node: node tests passed (Details).
  • ci/jenkins/macos/test:browser: browser tests passed (Details).
  • continuous-integration/jenkins/branch: This commit cannot be built (Details).

Release Notes for v2.1.0 - Feature Release: Constantinople Support
  • Constantinople support, added difficulty bomb delay (EIP-1234), PR #54
  • Updated test data, added Constantinople tests, PR #56, #57
  • Added timestamp field to setGenesisParams(), PR #52
Commits

The new version differs by 12 commits.

  • 316968a Merge pull request #59 from ethereumjs/new-release-v210
  • 7019144 Bumped version to v2.1.0, added CHANGELOG entry
  • ed4e13e Merge pull request #57 from ethereumjs/update-chain-tests
  • fd59696 Merge branch 'master' into update-chain-tests
  • fce008d Merge pull request #54 from alextsg/eip1234
  • 3156050 Update chain test data
  • d9de788 Add difficultyConstantinople tests. Update ethereumjs-common dependency
  • d6b9f2d Added Constantinople difficulty bomb delay
  • dbe2ffb Merge pull request #56 from alextsg/update-tests
  • 4cba911 Update hardfork test data
  • 2bda290 Merge pull request #52 from ethereumjs/genesis-timestamp
  • 807fbf2 Add timestamp field to setGenesisParams()

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 🌴

Eth blocks missing IPLD links

When we transform Eth blocks to objects, it's links aren't expanded out to '/': Buffer style IPLD links, they are just properties that point to Buffers, so when they are run through the IPLD explorer, it can't show any of their linked nodes.

Currently:
screenshot 2018-08-01 11 38 19

If the IPLD stucture was the same as that suggested here in go-ipld-eth https://github.com/ipfs/go-ipld-eth/blob/4199044661a07667f13ec1ca4d228b3741b75b09/plugin/README.md#usage-and-examples

{
    "bloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "coinbase": "0x4bb96091ee9d802ed039c4d1a5f6216f90f81b01",
    "difficulty": 11966502474733,
    "extra": "0xd783010400844765746887676f312e352e31856c696e7578",
    "gaslimit": 3141592,
    "gasused": 21000,
    "mixdigest": "0x2565992ba4dbd7ab3bb08d1da34051ae1d90c79bc637a21aa2f51f6380bf5f6a",
    "nonce": "0xf7a14147c2320b2d",
    "number": 997522,
    "parent": {
        "/": "z43AaGF24mjRxbn7A13gec2PjF5XZ1WXXCyhKCyxzYVBcxp3JuG"
    },
    "receipts": {
        "/": "z44vkPhjt2DpRokuesTzi6BKDriQKFEwe4Pvm6HLAK3YWiHDzrR"
    },
    "root": {
        "/": "z45oqTRunK259j6Te1e3FsB27RJfDJop4XgbAbY39rwLmfoVWX4"
    },
    "time": 1455362245,
    "tx": {
        "/": "z443fKyLvyDQBBQRGMNnPb8oPhPerbdwUX2QsQCUKqte1hy4kwD"
    },
    "uncles": {
        "/": "z43c7o73GVAMgEbpaNnaruD3ZbF4T2bqHZgFfyWqCejibzvJk41"
    }
}

...where the props are expanded out to IPLD links, we get all the auto linking magic for free

Fix/implement `cid()` for tries

Currently the Ethereum Tries (eth-account-snapshot, eth-state-trie, eth-storage-trie, eth-tx-trie) don't have a working util.cid() function.

It would make sense to combine the implementation effort with the function signature change as tracked at ipld/interface-ipld-format#32.

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.