scale.rb 0.2.12 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/lib/metadata/metadata_v12.rb +3 -5
- data/lib/scale.rb +1 -0
- data/lib/scale/trie.rb +121 -0
- data/lib/scale/version.rb +1 -1
- data/lib/type_registry/crab-28.json +662 -0
- data/lib/type_registry/darwinia-8.json +662 -0
- metadata +5 -2
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: scale.rb
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.2. | 
| 4 | 
            +
              version: 0.2.13
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Wu Minzhe
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2020-11- | 
| 11 | 
            +
            date: 2020-11-17 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: substrate_common.rb
         | 
| @@ -177,8 +177,11 @@ files: | |
| 177 177 | 
             
            - lib/scale.rb
         | 
| 178 178 | 
             
            - lib/scale/base.rb
         | 
| 179 179 | 
             
            - lib/scale/block.rb
         | 
| 180 | 
            +
            - lib/scale/trie.rb
         | 
| 180 181 | 
             
            - lib/scale/types.rb
         | 
| 181 182 | 
             
            - lib/scale/version.rb
         | 
| 183 | 
            +
            - lib/type_registry/crab-28.json
         | 
| 184 | 
            +
            - lib/type_registry/darwinia-8.json
         | 
| 182 185 | 
             
            - lib/type_registry/darwinia.json
         | 
| 183 186 | 
             
            - lib/type_registry/default.json
         | 
| 184 187 | 
             
            - lib/type_registry/edgeware.json
         |