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 |
2024-11-11 |
Chris Duncan | Throw on invalid Ledger accounts. |
commit | commitdiff | tree | snapshot |
2024-11-11 |
Chris Duncan | Fix invalid index size. |
commit | commitdiff | tree | snapshot |
2024-11-11 |
Chris Duncan | Move polyfills into separate file from test vectors... |
commit | commitdiff | tree | snapshot |
2024-11-11 |
Chris Duncan | Performance test does not show a huge improvement ... |
commit | commitdiff | tree | snapshot |
2024-11-10 |
Chris Duncan | Throw if Ledger account derivation fails so that null... |
commit | commitdiff | tree | snapshot |
2024-11-10 |
Chris Duncan | Fix BLAKE2b ckd using 16-bit index instead of 32-bit. |
commit | commitdiff | tree | snapshot |
2024-11-10 |
Chris Duncan | Test additional accounts when deriving from BLAKE2b... |
commit | commitdiff | tree | snapshot |
2024-11-10 |
Chris Duncan | Adjust test vector names to accomodate broader data... |
commit | commitdiff | tree | snapshot |
2024-11-10 |
Chris Duncan | Document test vector sources. |
commit | commitdiff | tree | snapshot |
2024-11-10 |
Chris Duncan | Indicate algorithm for test vectors instead of source. |
commit | commitdiff | tree | snapshot |
2024-11-10 |
Chris Duncan | Refactor pool and ckd. |
commit | commitdiff | tree | snapshot |
2024-11-09 |
Chris Duncan | w |
commit | commitdiff | tree | snapshot |
2024-11-09 |
Chris Duncan | w |
commit | commitdiff | tree | snapshot |
2024-11-09 |
Chris Duncan | t |
commit | commitdiff | tree | snapshot |
2024-11-08 |
Chris Duncan | Skip sweep test until it can be debugged better. |
commit | commitdiff | tree | snapshot |
2024-11-08 |
Chris Duncan | Revert promisification of serialize functions in BIP... |
commit | commitdiff | tree | snapshot |
2024-11-08 |
Chris Duncan | Break up sweep statements for legibility. |
commit | commitdiff | tree | snapshot |
2024-11-08 |
Chris Duncan | Promisify BIP-44 serialization methods. |
commit | commitdiff | tree | snapshot |
2024-11-08 |
Chris Duncan | Add stress test for deriving 2^15 accounts which is... |
commit | commitdiff | tree | snapshot |
2024-11-06 |
Chris Duncan | Update version. v0.0.19 |
commit | commitdiff | tree | snapshot |
2024-11-06 |
Chris Duncan | Nano spec indicates account derivation should use index... |
commit | commitdiff | tree | snapshot |
2024-11-06 |
Chris Duncan | Fix test vector constant references. |
commit | commitdiff | tree | snapshot |
2024-11-06 |
Chris Duncan | Remove unnecessary argument. |
commit | commitdiff | tree | snapshot |
2024-11-06 |
Chris Duncan | Fix test vectors. |
commit | commitdiff | tree | snapshot |
next |