Skip to content

Instantly share code, notes, and snippets.

@vpulim
vpulim / gist:efbb864d5790643e06cf87b616036141
Created May 4, 2018 01:18
ethereumjs-vm testBlockchain output
> ethereumjs-vm@2.3.5 testBlockchain /Users/vpulim/dev/ethereumjs-vm
> npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --excludeDir='GeneralStateTests'
> ethereumjs-vm@2.3.5 build:dist /Users/vpulim/dev/ethereumjs-vm
> babel lib/ -d dist/
lib/bloom.js -> dist/bloom.js
lib/cache.js -> dist/cache.js

Keybase proof

I hereby claim:

  • I am vpulim on github.
  • I am vp (https://keybase.io/vp) on keybase.
  • I have a public key whose fingerprint is F659 FBF2 C44B 16F6 4AF8 985D 2299 0980 B69B 2A78

To claim this, I am signing this object:

var mongode = require('mongode');
var db = mongode.connect('testdb', 'localhost');
db.collection('test');
var x = { "a" : 5, "b" : 6}
db.test.insert(x, function(err, val) {
if (!err) console.log(x);