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 |
2024-11-06 |
Chris Duncan | Tabs not spaces. |
commit | commitdiff | tree | snapshot |
2024-11-06 |
Chris Duncan | Add test vector data from publicly available tool at... |
commit | commitdiff | tree | snapshot |
2024-11-02 |
Chris Duncan | Update version. v0.0.18 |
commit | commitdiff | tree | snapshot |
2024-11-02 |
Chris Duncan | Add option to restore LedgerWallet from a wallet ID. |
commit | commitdiff | tree | snapshot |
2024-11-02 |
Chris Duncan | Update version. v0.0.17 |
commit | commitdiff | tree | snapshot |
2024-11-02 |
Chris Duncan | Using 'Node" as class name interferes with browser... |
commit | commitdiff | tree | snapshot |
2024-11-02 |
Chris Duncan | Update Node types. |
commit | commitdiff | tree | snapshot |
2024-11-01 |
Chris Duncan | Update version. v0.0.16 |
commit | commitdiff | tree | snapshot |
2024-11-01 |
Chris Duncan | Fix global assignment. |
commit | commitdiff | tree | snapshot |
2024-11-01 |
Chris Duncan | Update version. v0.0.15 |
commit | commitdiff | tree | snapshot |
2024-11-01 |
Chris Duncan | Add separate file option to allow importing to the... |
commit | commitdiff | tree | snapshot |
2024-10-26 |
Chris Duncan | Update version. v0.0.14 |
commit | commitdiff | tree | snapshot |
2024-10-26 |
Chris Duncan | Fix lock and unlock when account indices are skipped... |
commit | commitdiff | tree | snapshot |
2024-10-25 |
Chris Duncan | Update version. v0.0.13 |
commit | commitdiff | tree | snapshot |
2024-10-25 |
Chris Duncan | Ship source map for debugging. |
commit | commitdiff | tree | snapshot |
2024-10-21 |
Chris Duncan | Update version. v0.0.12 |
commit | commitdiff | tree | snapshot |
2024-10-21 |
Chris Duncan | Update esbuild script to target browsers. |
commit | commitdiff | tree | snapshot |
2024-10-14 |
Chris Duncan | Update version. v0.0.11 |
commit | commitdiff | tree | snapshot |
2024-10-14 |
Chris Duncan | Add wallet properties to get locked or unlocked status. |
commit | commitdiff | tree | snapshot |
2024-10-14 |
Chris Duncan | Update version. v0.0.10 |
commit | commitdiff | tree | snapshot |
2024-10-14 |
Chris Duncan | Session storage operations are synchronous, so wrap... |
commit | commitdiff | tree | snapshot |
2024-10-14 |
Chris Duncan | Rename wallet import to restore which better reflects... |
commit | commitdiff | tree | snapshot |
2024-10-14 |
Chris Duncan | Fix parameter name for consistency. |
commit | commitdiff | tree | snapshot |
2024-10-14 |
Chris Duncan | Check for existing global session storage prior to... |
commit | commitdiff | tree | snapshot |
2024-10-13 |
Chris Duncan | Update version. v0.0.9 |
commit | commitdiff | tree | snapshot |
2024-10-13 |
Chris Duncan | Fix typo removing argument from sessionStorage length... |
commit | commitdiff | tree | snapshot |
2024-10-13 |
Chris Duncan | Fix length and add clear properties to sessionStorage... |
commit | commitdiff | tree | snapshot |
2024-10-13 |
Chris Duncan | Update Safe to use browser session storage. Mock global... |
commit | commitdiff | tree | snapshot |
next |