Commit Graph

10 Commits

Author SHA1 Message Date
Stefan Thomas
75ade94f1c JS: Override SJCL ECDSA with a standards-compliant version. 2013-04-26 08:59:49 +02:00
Stefan Thomas
72448737d6 Add transaction signing basics.
Most fields aren't supported yet and there aren't any nice external APIs, but my
test script successfully serializes and signs an XRP Payment, so this seems like
a good time to make a commit.
2013-04-26 08:59:49 +02:00
Stefan Thomas
daada2b298 Move custom SJCL extensions from client over to Ripple library. 2013-04-26 08:59:48 +02:00
Stefan Thomas
e8dda4d558 Add SHA512 to SJCL. 2013-04-26 08:59:48 +02:00
Stefan Thomas
b165c21a06 Enable symmetric encryption dependencies.
These are needed by the client and will soon be needed by ripple.js for message
encryption/decryption.
2013-04-26 08:59:48 +02:00
Stefan Thomas
b45ba65af1 Fix: Grunt/Webpack should compile JS code as a library. 2013-04-26 08:59:48 +02:00
Stefan Thomas
df4ea13553 Fix JS compile output file names. 2013-04-26 08:59:48 +02:00
Stefan Thomas
b7aee97808 Add watch task (automatic recompilation). 2013-04-26 08:59:47 +02:00
Stefan Thomas
6398d58ccf The command "grunt" now builds everything.
Switched webpack build over to grunt.
2013-04-26 08:59:47 +02:00
Stefan Thomas
8905449153 New build system for SJCL. 2013-04-26 08:59:47 +02:00