Holger Drewes
|
86464c91ae
|
Merge pull request #37 from ethereumjs/es5-dist
Switched to babel ES5 build in dist folder for package distribution
|
2018-03-07 10:56:54 +01:00 |
holgerd77
|
99b5d3de81
|
Switched to babel ES5 build in dist folder for package distribution
|
2018-03-06 14:42:23 +01:00 |
Alex Beregszaszi
|
01382b1e56
|
Merge pull request #25 from ethereumjs/update-dependencies
Update dependencies
|
2018-02-09 10:52:01 +00:00 |
Alex Beregszaszi
|
47a0001149
|
Update hdkey to 0.8.0
|
2018-02-08 18:09:32 +00:00 |
Alex Beregszaszi
|
52f0ca9eeb
|
Update aes-js to 3.1.0
|
2018-02-07 16:01:53 +00:00 |
Alex Beregszaszi
|
d483e5ee31
|
Update uuid to 3.x
|
2018-02-07 16:01:53 +00:00 |
Alex Beregszaszi
|
8801a8be0b
|
Update ethereumjs-util to 5.1.x
|
2018-02-07 16:01:49 +00:00 |
Alex Beregszaszi
|
f1931fdd2f
|
Update non-breaking dependencies
|
2018-02-03 23:20:05 +00:00 |
Alex Beregszaszi
|
cfe0f60088
|
Merge pull request #21 from ethereumjs/fix-travis-build
Fix travis build / Update Buffer usage
|
2018-02-03 23:09:17 +00:00 |
Alex Beregszaszi
|
13ae0a99a3
|
Do not run Travis on every branch, just master
|
2018-02-03 23:00:12 +00:00 |
holgerd77
|
da60d4ee0a
|
Update travis build URL in README from misleading/outdated shields.io URL to new URL format
|
2018-02-03 22:45:51 +00:00 |
holgerd77
|
5ac5e9b20f
|
Add safe-buffer dependency, replace deprecated Buffer usages with Buffer.from() (also fixes linting)
|
2018-02-03 22:45:51 +00:00 |
holgerd77
|
679b625818
|
Added package-lock.json to .gitignore
|
2018-02-03 22:45:51 +00:00 |
holgerd77
|
382864431d
|
Replaced outdated node versions 0.11, 0.12, 5 in travis build with 4, 6, 8
|
2018-02-03 22:45:27 +00:00 |
Alex Beregszaszi
|
02599c6018
|
Merge pull request #6 from ethereumjs/feature/less-strict-icap
Accept the true range of addresses for ICAP direct
|
2018-02-03 22:41:30 +00:00 |
Alex Beregszaszi
|
f5de70eb31
|
Accept the true range of addresses for ICAP direct (slower at the same time)
|
2018-02-03 22:29:08 +00:00 |
Jared Wasinger
|
d5449dafca
|
Merge pull request #16 from Arachnid/master
Fix typo in provider-engine
|
2017-09-26 13:38:15 -07:00 |
Nick Johnson
|
746a5688c0
|
Fix typo in provider-engine
|
2017-06-24 13:46:19 +01:00 |
Alex Beregszaszi
|
21e7127c15
|
Merge pull request #5 from ethereumjs/feature/vanitygen
Include vanity address generation
|
2016-06-09 20:29:36 +01:00 |
Alex Beregszaszi
|
5a597bdf47
|
0.6.0
|
2016-04-27 11:55:36 +01:00 |
Alex Beregszaszi
|
fc34f08181
|
Use importPublic and isValidPublic from ethereumjs-util 4.4.0
|
2016-04-26 15:14:37 +01:00 |
Alex Beregszaszi
|
08d2bfe3ed
|
Merge pull request #7 from ethereumjs/feature/provider-engine
Add provider-engine integration
|
2016-04-26 04:03:46 +01:00 |
Alex Beregszaszi
|
f0b0c8f0fe
|
Describe provider-engine in the README
|
2016-04-25 20:02:30 +01:00 |
Alex Beregszaszi
|
b27e211760
|
Add provider-engine provider supporting signing
|
2016-04-25 20:02:30 +01:00 |
Alex Beregszaszi
|
bc1f2891c6
|
0.5.2
|
2016-04-25 20:00:04 +01:00 |
Alex Beregszaszi
|
56caa66220
|
Require scrypt.js 0.2.0 for Meteor support
|
2016-04-25 19:53:26 +01:00 |
Alex Beregszaszi
|
3d95adc5ab
|
0.5.1
|
2016-03-26 18:45:22 +00:00 |
Alex Beregszaszi
|
08ca5637a1
|
Repository has been move to the ethereumjs organization, update package.json
|
2016-03-26 18:44:05 +00:00 |
Alex Beregszaszi
|
e55656b01e
|
Include vanity address generation
|
2016-03-26 18:33:05 +00:00 |
Alex Beregszaszi
|
a317c50d01
|
Add travis/coveralls support
|
2016-03-26 18:27:09 +00:00 |
Alex Beregszaszi
|
e5fe7716a3
|
Add code coverage script
|
2016-03-26 18:19:09 +00:00 |
Alex Beregszaszi
|
04be13c4f0
|
Raise error in HDKey.privateExtendedKey if it is not present
To be changed in line with https://github.com/cryptocoinjs/hdkey/issues/7
|
2016-03-26 17:51:29 +00:00 |
Alex Beregszaszi
|
197e0066eb
|
Check for the appropriate exception message in tests
|
2016-03-26 17:48:20 +00:00 |
Alex Beregszaszi
|
cec8e2f05c
|
Simplify call to mocha
|
2016-03-26 17:46:02 +00:00 |
Alex Beregszaszi
|
466eb68b6a
|
Clarify how public keys work in README
|
2016-03-25 16:05:22 +00:00 |
Alex Beregszaszi
|
7c5f360ba5
|
Clarify the motivation in README
|
2016-03-25 00:11:44 +00:00 |
Alex Beregszaszi
|
fc5452ceb9
|
Clarify PKCS7
|
2016-03-23 16:23:48 +00:00 |
Alex Beregszaszi
|
4f7aaca49e
|
0.5.0
|
2016-03-23 15:16:08 +00:00 |
Alex Beregszaszi
|
299feb250a
|
Properly separate the thirdparty API in the README
|
2016-03-23 14:29:30 +00:00 |
Alex Beregszaszi
|
f19b62d76a
|
Fix typo in the README
|
2016-03-23 14:21:07 +00:00 |
Alex Beregszaszi
|
99d3cb52eb
|
Add strict checks to the constructor (preferable it shouldn't be publicly available, but this is JS)
|
2016-03-23 14:20:14 +00:00 |
Alex Beregszaszi
|
5635068fff
|
Only support Ethereum-style public keys internally, but have a non-strict mode to support importing compressed ones
|
2016-03-23 14:06:27 +00:00 |
Alex Beregszaszi
|
992c987d44
|
Merge pull request #4 from axic/feature/hdkey
HD wallet support based on cryptocoinjs/hdkey
|
2016-03-23 13:21:34 +00:00 |
Alex Beregszaszi
|
947a82d2cc
|
HDKey changes were merged back in 0.7.0 - use that package directly
|
2016-03-23 13:17:05 +00:00 |
Alex Beregszaszi
|
c6da9114f9
|
Support HD keys using cryptocoinjs/hdkey
|
2016-03-23 13:17:05 +00:00 |
Alex Beregszaszi
|
f72c9679c1
|
Support importing BIP32 xpub/xpriv
|
2016-03-23 12:41:16 +00:00 |
Alex Beregszaszi
|
ecbf109a71
|
Support instantation with public keys
|
2016-03-23 12:33:54 +00:00 |
Alex Beregszaszi
|
155513d8e9
|
Ensure private keys are valid according to the curve
|
2016-03-23 12:22:13 +00:00 |
Alex Beregszaszi
|
60c9ebaaf7
|
Use ethutil.bufferToHex
|
2016-03-22 23:56:01 +00:00 |
Alex Beregszaszi
|
603419ad64
|
0.4.0
|
2016-03-16 14:09:23 +00:00 |