Skip to content
  1. Aug 17, 2021
  2. Aug 13, 2021
  3. Aug 12, 2021
  4. Aug 10, 2021
  5. Aug 09, 2021
  6. Aug 07, 2021
  7. Aug 06, 2021
  8. Aug 05, 2021
  9. Aug 03, 2021
  10. Jul 30, 2021
  11. Jul 27, 2021
  12. Jul 23, 2021
    • Denis_P's avatar
      CI: build a test artifact (#527) · 5dbe70c4
      Denis_P authored
      * CI: build a test artifact
      
      * CI: try building before testing
      
      * CI: try proper bin name
      
      * CI: preempty cache to benchmark properly
      
      * CI: run build after test
      
      * CI: change target source
      
      * CI: try build before test once again
      
      * CI: chore
      
      * CI: prepopulate target cache
      
      * CI: conditional build; aws sync
      
      * CI: mock building to test publishing
      
      * CI: lacks permissions in the other job
      
      * CI: undebug
      5dbe70c4
    • tgmichel's avatar
      Add `rpc_http_threads` (#548) · 0b730156
      tgmichel authored
      0b730156
  13. Jul 21, 2021
  14. Jul 20, 2021
  15. Jul 16, 2021
  16. Jul 15, 2021
  17. Jul 07, 2021
  18. Jul 06, 2021
  19. Jul 05, 2021
  20. Jul 02, 2021
    • Bruno Škvorc's avatar
      Propose bumping StringLimit to 128 bytes (#516) · ee835beb
      Bruno Škvorc authored
      
      
      * Propose bumping StringLimit to 64 bytes
      
      The StringLimit of 50 bytes is too short for useful hashes of different protocols:
      
      - When using IPFS, the hash is 46 bytes. With a protocol prefix and type prefix (IPFS vs IPNS) it becomes: `ipfs://ipfs/QmPK1s3pNYLi9ERiq3BDxKa4XosgWwFRQUydHUtz4YgpqB` or 59 bytes.
      - On arweave, the hash is 43 bytes. Prefixed with just `arweave://` bumps it up to 53: `arweave://BNttzDav3jHVnNiV7nYbQv-GY0HQ-4XXsdkE5K9ylHQ`.
      - On Sia, with 46 char hashes, adding `sia://` as the protocol to use will bump it past 50: `sia://GACjmEWXmYF1N3Rc-PyjN304-8M0zOXHYzAXY9222xkGhA` (52)
      
      As such, we feel that 64 bytes is a reasonable minimum for the `StringLimit`.
      
      * Update lib.rs
      
      * Add different const for `UniquesStringLimit`
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      ee835beb
  21. Jun 28, 2021
  22. Jun 23, 2021
  23. Jun 22, 2021
  24. Jun 20, 2021