2024-11-25 |
Chris Duncan | SendBlock constructor expects address for link, not... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Add test for open block. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Substitute hard-coded test vector block values for... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Add block creation test vectors retrieved from Nano... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Fix order of arguments. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Rename hash functions to drop in BLAKE2b for nano. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete lowlevel functions that were used by the box... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete deprecated constants. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete previously exported lowlevel API since we simply... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Attach export keyword directly to applicable functions... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete previously exported verify function since signat... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete previously exported secretbox function and relat... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Fix function declaration. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete previously exported scalarMult function. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete previously exported hash function. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Fix function declaration. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete previously exported box function and related... |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Fix function declaration. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Delete function previously exported but no longer. |
commit | commitdiff | tree | snapshot |
2024-11-25 |
Chris Duncan | Export only those functions to be used by nano implemen... |
commit | commitdiff | tree | snapshot |
2024-11-24 |
Chris Duncan | Remove self reference in nacl since we're using it... |
commit | commitdiff | tree | snapshot |
2024-11-24 |
Chris Duncan | Restore original hash function, and include nano blake... |
commit | commitdiff | tree | snapshot |
2024-11-24 |
Chris Duncan | Restore changes to tweetnacl and prune extraneous funct... |
commit | commitdiff | tree | snapshot |
2024-11-24 |
Chris Duncan | Got account to work with basically vanilla TweetNaCl... |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Start testing new tweetnacl rewrite in Account. |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | No way to import in worker besides as modules, so start... |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Start rewriting tweetnacl as module with exports. |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Move passkey file into workers folder. |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Ignore further typescript errors for now. |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Start resolving typescript errors. |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Get type definitions from original source. |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Replace hash function in 25519 implemention |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Document source and reason for changes. |
commit | commitdiff | tree | snapshot |
2024-11-23 |
Chris Duncan | Commit snapshot from tweetnacl to modify for Nano. |
commit | commitdiff | tree | snapshot |
2024-11-22 |
Chris Duncan | Eliminate unused commented section. |
commit | commitdiff | tree | snapshot |
2024-11-22 |
Chris Duncan | Eliminate remaining imported convert functions. Add... |
commit | commitdiff | tree | snapshot |
2024-11-22 |
Chris Duncan | Start eliminating imports from BIP-44 ckd worker since... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Save work on testing browser compatibility. |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Remove deprecated ckd functions from wallet subclasses... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Worker threads do not seem to improve BLAKE2b ckd much... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Create new ckd functions for BIP-44 and BLAKE2b. Set... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Skip wallet performance tests for now while refactoring... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Remove pool logging. |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Remove duplicate ckd function. Post index along with... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Rename performance test files for clarity in IDE. |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Add small log statement for tracking pool performance. |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Increase Node.js listener limit in globals importing... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Import Pool and add relevant private property to wallet... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Organize ckd workers by splitting into separate files... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Fix premature Pool exit due to isDone return in for... |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Remove redundant ckd performance test. |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Sort imports. |
commit | commitdiff | tree | snapshot |
2024-11-21 |
Chris Duncan | Use import aliases in test files. |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Move performance tests into separate folder and add... |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Add project root alias for local imports. |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Merge branch 'main' into threads |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Update version. main v0.0.21 |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | In Tools, deprecate blake2b function in favor of simple... |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Explicitly define esbuild platform when building, even... |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Add flag to force exit if long running tests (like... |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Tabs. |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Tabs and arrow notation. |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Tabs. |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Additional tests for wallet properties. |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Use arrow notation for tests. |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Switch to blake2b package from blake2b-wasm for ckd... |
commit | commitdiff | tree | snapshot |
2024-11-20 |
Chris Duncan | Restore ckd worker file. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Merge changes from main. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Remove auto-added import statement. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Update version. v0.0.20 |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Fix typo. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Ignore test coverage file. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Lock and unlock is pretty solid, so remove flag for... |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Indicate to esbuild when browser bundle is being built... |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Document test vector sources in TEST_VECTORS file,... |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Newline for legibility. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | In Wallet class, greatly expand on accounts method... |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Assign private property in Safe constructor. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Newlines for legibility. |
commit | commitdiff | tree | snapshot |
2024-11-19 |
Chris Duncan | Integrate blake2b package, replacing blakejs and blake2... |
commit | commitdiff | tree | snapshot |
2024-11-18 |
Chris Duncan | Re-re-factor Thread back to Pool. It doesn't have an... |
commit | commitdiff | tree | snapshot |
2024-11-18 |
Chris Duncan | Tabs. |
commit | commitdiff | tree | snapshot |
2024-11-18 |
Chris Duncan | Move performance tests to separate file. Move warning... |
commit | commitdiff | tree | snapshot |
2024-11-18 |
Chris Duncan | Refactor passkey function to immediately execute polyfi... |
commit | commitdiff | tree | snapshot |
2024-11-18 |
Chris Duncan | Create web worker to generate AES-GCM keys for locking... |
commit | commitdiff | tree | snapshot |
2024-11-18 |
Chris Duncan | Create Thread class to manage worker messages in an... |
commit | commitdiff | tree | snapshot |
2024-11-18 |
Chris Duncan | In BIP-32/44 keygen, add type guard against input to... |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Web Worker showed no performance benefit, so revert it. |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Update dependencies. |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Use new WASM blake hashing module. Eliminate an import... |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Worker global override for node testing was moved to... |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Reintroduce former Pool as Thread so that ckd tasks... |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Fix test import references. |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Start substitution of blakejs with blake2b package. |
commit | commitdiff | tree | snapshot |
2024-11-17 |
Chris Duncan | Reorganize wallet tests to remove unknown vectors,... |
commit | commitdiff | tree | snapshot |
2024-11-16 |
Chris Duncan | Scrap worker pool in favor of one worker per wallet. |
commit | commitdiff | tree | snapshot |
2024-11-12 |
Chris Duncan | Web worker doesn't pass complex objects like Account... |
commit | commitdiff | tree | snapshot |
2024-11-11 |
Chris Duncan | Start testing ckd pool. |
commit | commitdiff | tree | snapshot |
2024-11-11 |
Chris Duncan | Pass postMessage as handler instead of calling it after... |
commit | commitdiff | tree | snapshot |
2024-11-11 |
Chris Duncan | Move function and make it private. |
commit | commitdiff | tree | snapshot |
next |