Braydon Fuller
|
a03e6b9385
|
Add base option for BN.fromString
|
10 years ago |
Manuel Araoz
|
e2542866d1
|
expose BN.fromString problem
|
10 years ago |
Esteban Ordano
|
73a973359b
|
Fix invocations to binary operations called on numbers
|
10 years ago |
Esteban Ordano
|
6b05f20397
|
Add the new operator when BN was used without it
|
10 years ago |
Manuel Araoz
|
6c518f1f45
|
refactoring interpreter
|
10 years ago |
Braydon Fuller
|
e4cf84519d
|
BN: Remove toJSON and fromJSON methods from BN, as they are equivalent to toString and fromString
|
10 years ago |
Braydon Fuller
|
8c4301cb0a
|
Tests: Updated tests to run from sub-directories and fixed crypto and encoding related missing updates.
|
10 years ago |
Manuel Araoz
|
f178445b07
|
fix tests for bn
|
10 years ago |
Manuel Araoz
|
f0a4aebdfb
|
reorder tests
|
10 years ago |
Ryan X. Charles
|
e11019a083
|
toJSON, fromJSON
Every object should have toJSON and fromJSON methods so you can have a reliable
way to store and retrieve objects.
|
10 years ago |
Ryan X. Charles
|
aee8547093
|
add fromString method for library consistency
|
10 years ago |
Ryan X. Charles
|
bdb8daaf07
|
remove redundant "test." from test names
|
11 years ago |
Ryan X. Charles
|
9cc214cf06
|
capitalize classes in tests
|
11 years ago |
Ryan X. Charles
|
f8fc3812f0
|
add BN.prototype.fromBuffer
|
11 years ago |
Ryan X. Charles
|
c00f1ebeea
|
standardize capitalization in test describes
|
11 years ago |
Ryan X. Charles
|
e0deb0407c
|
add big number support
Extend bn.js with some convenience methods. Extension code taken from bitcore.
|
11 years ago |