65 Commits
Author SHA1 Message Date
pharpend ba0fcf61f8 jr: gajuphrase recovery seems to work 2024-03-19 05:09:16 -06:00
pharpend 546f990b97 [wip] done genericizing popup (works!)
now moving on to mansplaining
2023-10-23 13:55:53 -06:00
pharpend 18be0c53f2 fixed blake issue
turned out that i was using an outdated version of vdk_aecrypt in jr. updated
2023-10-07 15:47:59 -06:00
pharpend f5a267fd43 more cleaning 2023-09-13 22:22:49 -06:00
pharpend 8ac8f4617b some cleanups 2023-09-13 22:21:42 -06:00
pharpend 927bcf5ab0 delete some junk files 2023-09-10 20:39:30 -06:00
pharpend bcdb71624e add licenses and readmes to some packages 2023-09-03 21:35:24 -06:00
pharpend a13878e0b1 HOUSEKEEPING: vdk_aecrypt package installs
Blake was being stupid so I copied the contents of this package directly into
the source of JR, but really this should be its own package. So now doing that
refactoring.
2023-08-30 18:19:53 -06:00
pharpend b02047d3a9 add some readmes, bump parasite version 2023-08-28 21:20:35 -06:00
pharpend 646e062f9f add install instructions for awcp 2023-08-27 16:42:07 -06:00
pharpend 2b44db1ee7 clean up blake2b external lib 2023-08-27 16:37:04 -06:00
pharpend f9ee10047b update copyright year in AWCP license 2023-08-27 16:05:15 -06:00
pharpend 9f0e83ede8 cleanup awcp package, version bump to 0.2.3 2023-08-27 16:04:30 -06:00
pharpend b62d29127f begin operation repo cleanup 2023-08-25 20:20:51 -06:00
pharpend 457be05cbf jr can now post a sale on aegora testnet! 2023-08-14 22:58:40 -06:00
pharpend b055d7d137 [wip] ironing out bugs in tx signing procedure
this time learned
- need to have tag and version for the return data
- i think i need to sign the hash of the transaction rather than the transaction
2023-08-14 11:57:20 -06:00
pharpend 85c42bf136 ok one problem solved: was adding check bytes in the wrong order 2023-08-14 11:11:37 -06:00
pharpend 30f76048c0 [wip] jex can 'sign' a tx but it's not working for some reason 2023-08-14 11:05:49 -06:00
pharpend e05dd579c6 jr can now make an account on aegora 2023-08-13 14:21:54 -06:00
pharpend 371b45c3d8 [wip] have a different error from blakejs
jr: c_a2w_handler: error from controller Error: blakejs.blake2b is not a function content.ts:70:16
        onErrorCase content.ts:70
        (Async: promise callback)
        c_a2w_handler content.ts:83
        (Async: EventListener.handleEvent)
        c_main content.ts:100
        <anonymous> content.ts:106

tried using browserify on blake

think i need to inject it in the namespace like nacl

so progress
2023-08-12 23:53:38 -06:00
pharpend 907678e163 remove some jex_include files accidentally committed 2023-08-12 22:57:39 -06:00
pharpend d64045f0d7 add vdk_colors and vdk_names libs 2023-08-12 18:19:52 -06:00
pharpend 29defebc2e [wip] adding message signing functionality
Problem is this:

    Uncaught ReferenceError: require is not defined
        <anonymous> moz-extension://b4685fc7-232c-44d9-b653-f51b7c7ea868/dist/jex_include/local-vdk_aecrypt-0.1.0/dist/jex_include/local-blakejs-1.2.1/dist/index.js:1
    index.js:1:13

The issue is that blakejs is written for node and needs to be modified to work
in a browser.

Next task is doing that, but did a ton of work so taking a break
2023-08-12 18:18:03 -06:00
pharpend 6d715612e4 remove some junk files 2023-08-12 15:54:17 -06:00
pharpend f054744bbc add vdk_aeser lib (untested) 2023-08-12 13:17:54 -06:00
pharpend 6e1189a789 version bump sk/awcp/parasite to add tx_sign_yesprop
There is now an explicit function to have superhero sign the transaction *and*
propagate it into the network.  JR will simply reject these requests.
2023-07-20 14:34:19 -06:00
pharpend 50cac48f99 [wip] updating sidekick 2023-07-19 00:38:03 -06:00
pharpend ef112d7da4 apparently github doesn't understand what hyperlinks are anymore 2023-07-08 23:02:26 -06:00
pharpend 49ce304ec5 add readme to vrlp, assertion about encode->decode roundtrip 2023-07-08 23:00:45 -06:00
pharpend e408ba9b2a add vrlp tests 2023-07-06 19:52:40 -06:00
pharpend c900e16e02 Merge branch 'pharpend/develop' of github.com:aeternity/Vanillae into pharpend/develop 2023-07-06 11:13:26 -06:00
pharpend 472c97df62 add vanillae rlp lib 2023-07-06 11:13:20 -06:00
pharpend 754a3faf89 add vrlp project 2023-07-06 11:08:25 -06:00
pharpend 812920cf2e all the tests pass 2023-05-28 15:40:54 -06:00
pharpend daea58c91e vdk_tests_cases appears done 2023-05-28 13:25:51 -06:00
pharpend 668fe623cd vdk_rlp appears done 2023-05-28 13:08:45 -06:00
pharpend 7b9df16196 fix vdk_base64 package name, faert appears to be done 2023-05-25 15:50:45 -06:00
pharpend e0fcb7b88a vdk_base58 appears done 2023-05-25 15:47:26 -06:00
pharpend be7b2dd219 base64 appears done 2023-05-25 15:15:19 -06:00
pharpend a548572de9 vdk_binary seems to be done 2023-05-25 15:13:16 -06:00
pharpend ee30eaaf7f [wip] factoring vdk out into several packages 2023-05-25 15:05:48 -06:00
pharpend 35ef2e0b1d vanillae project reorganization 2023-05-25 12:58:23 -06:00
pharpend 6c80c37efa bits more 2023-05-24 00:52:59 -06:00
pharpend 60f56cf25d i think i figured out the boundary case crap 2023-05-15 16:57:02 -06:00
pharpend 93ce93a3bf ts bitstring work 2023-05-12 18:31:30 -06:00
pharpend f63b7f6c7a start bitstring concat rewrite 2023-05-12 14:11:21 -06:00
pharpend eac235e3da bitstring concat test cases 2023-05-11 16:14:54 -06:00
pharpend d6a8fa87dd vdk bitstring testing 2023-05-09 16:16:30 -06:00
pharpend e99981b73e fix a couple of typos 2023-05-03 14:27:20 -06:00
pharpend 28ddd5ddb4 add bit concat procedure 2023-05-03 14:22:38 -06:00