File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]  
99
10+ ## [ 10.1.0]  
11+ 
12+ ### Added  
13+ 
14+ -  Add ` fromSeed `  function to ` SLIP10Node ` , ` BIP44Node ` , ` BIP44CoinTypeNode `  ([ #212  ] ( https://github.com/MetaMask/key-tree/pull/212 ) )
15+   -  This is only supported for ` secp256k1 `  and ` ed25519 `  at the moment.
16+ 
17+ ### Changed  
18+ 
19+ -  Optimise performance of getting public keys ([ #213  ] ( https://github.com/MetaMask/key-tree/pull/213 ) )
20+   -  Public keys are now re-used when possible, or lazily computed otherwise.
21+ -  Tweak precompute window size for ` ed25519 `  ([ #209  ] ( https://github.com/MetaMask/key-tree/pull/209 ) )
22+   -  This can improve performance on some devices.
23+ 
1024## [ 10.0.2]  
1125
1226### Changed  
@@ -251,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251265
252266-  Initial release.
253267
254- [ Unreleased ] : https://github.com/MetaMask/key-tree/compare/v10.0.2...HEAD 
268+ [ Unreleased ] : https://github.com/MetaMask/key-tree/compare/v10.1.0...HEAD 
269+ [ 10.1.0 ] : https://github.com/MetaMask/key-tree/compare/v10.0.2...v10.1.0 
255270[ 10.0.2 ] : https://github.com/MetaMask/key-tree/compare/v10.0.1...v10.0.2 
256271[ 10.0.1 ] : https://github.com/MetaMask/key-tree/compare/v10.0.0...v10.0.1 
257272[ 10.0.0 ] : https://github.com/MetaMask/key-tree/compare/v9.1.2...v10.0.0 
Original file line number Diff line number Diff line change 11{
22  "name" : " @metamask/key-tree"  ,
3-   "version" : " 10.0.2 "  ,
3+   "version" : " 10.1.0 "  ,
44  "description" : " An interface over BIP-32 and BIP-39 key derivation paths"  ,
55  "homepage" : " https://github.com/MetaMask/key-tree#readme"  ,
66  "bugs" : {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments