Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.9 #173

Merged
merged 92 commits into from
Mar 18, 2024
Merged

v1.9 #173

merged 92 commits into from
Mar 18, 2024

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    8eebb08 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. 1 Configuration menu
    Copy the full SHA
    ec14b0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from iam047801/tlb-register-with-name

    tlb: register type with custom name
    xssnick authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4f085f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    5d66868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db292e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d07daf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge pull request #138 from iam047801/dict-to-map

    tlb: load dictionary into the map
    xssnick authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6d3e063 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    bf36199 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Measure matrix size

    jokly committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f75303c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    5f638ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ced7e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Implement PlainOffsetMatrixGF2

    jokly committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    aedac62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b28ac00 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    20baa14 View commit details
    Browse the repository at this point in the history
  2. Refactor

    jokly committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    37320fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #141 from jokly/matrix-gf2

    Matrix gf2 optimization
    xssnick authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    997ec3b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Get next node on update

    jokly committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1e22488 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request #144 from jokly/fix-find-value

    Fix FindValue
    xssnick authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    56ae7bb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. JSON unmarshal of Address

    jokly committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    46204ba View commit details
    Browse the repository at this point in the history
  2. JSON unmarshal of Coins

    jokly committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f463181 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #145 from jokly/unmarshal-json

    Unmarshal JSON for Address and Coins types
    xssnick authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5efcdc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    5acd2f0 View commit details
    Browse the repository at this point in the history
  2. Octet AddMul optimization

    andreypfau committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    df992fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2518be1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #147 from andreypfau/add_mul_optimizations

    Octet AddMul optimization
    xssnick authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    70ce427 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    3141054 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from andreypfau/oct_neon

    Heavy vector octet optimizations
    xssnick authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bd4f1f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    17dded5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix address unmarshal JSON

    jokly committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    8c9f56e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. dht-v2

    andreypfau committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    e971922 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    39872ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418f059 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    9687272 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from jokly/fix-address-json

    Fix address unmarshal JSON
    xssnick authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    6b8e36a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a055e4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #154 from xssnick/master-repair

    Master update
    xssnick authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c884d70 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    4750e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e5514 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8afbbcf View commit details
    Browse the repository at this point in the history
  4. Updated coverage badge

    Coverage authored and xssnick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e34f8df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c88e233 View commit details
    Browse the repository at this point in the history
  6. Fix address unmarshal JSON

    jokly authored and xssnick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b580276 View commit details
    Browse the repository at this point in the history
  7. Marshal Ext and Var addresses to hex

    jokly authored and xssnick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a5e33a1 View commit details
    Browse the repository at this point in the history
  8. Parallel DHT FindValue

    xssnick committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4a54c9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    728bc1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6860e0c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #159 from xssnick/master

    Update with v1.8.8
    xssnick authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a402511 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    6864fad View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Add timeout lite client

    jokly committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ad1977b View commit details
    Browse the repository at this point in the history
  2. Refactor retry client

    jokly committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    456aeca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #161 from jokly/timeout-liteclient

    Timeout liteclient
    xssnick authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ea5824f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Bump golang.org/x/crypto

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220321153916-2c7772ba3064 to 0.17.0.
    - [Commits](https://github.com/golang/crypto/commits/v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7c2cc26 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request #162 from xssnick/dependabot/go_modules/golang.org…

    …/x/crypto-0.17.0
    
    Bump golang.org/x/crypto from 0.0.0-20220321153916-2c7772ba3064 to 0.17.0
    xssnick authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    aa2fce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    caafa16 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Bump tj-actions/verify-changed-files in /.github/workflows

    Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 9.1 to 17.
    - [Release notes](https://github.com/tj-actions/verify-changed-files/releases)
    - [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/verify-changed-files@v9.1...v17)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/verify-changed-files
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4694873 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge pull request #163 from xssnick/dependabot/github_actions/dot-gi…

    …thub/workflows/tj-actions/verify-changed-files-17
    
    Bump tj-actions/verify-changed-files from 9.1 to 17 in /.github/workflows
    xssnick authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    20aa120 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. feat: cell depth getter

    krigga authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7addb28 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Merge pull request #164 from krigga/cell-depth-getter

    Cell depth getter
    xssnick authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    fe21b32 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update retrier.go

    Added a new logic to handle the frequent case: "lite server error, code -503: timeout"
    logvik authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    dc56809 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request #165 from logvik/patch-1

    Update retrier.go
    xssnick authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1ba635a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c7abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f28a5a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    c9e88e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Cell hashes precalc

    xssnick committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e61f229 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    287eff1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86af89e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    e63b82c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Coins Nano bigint copy

    xssnick committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    98a23b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28d6e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Bump tj-actions/verify-changed-files in /.github/workflows

    Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 9.1 to 17.
    - [Release notes](https://github.com/tj-actions/verify-changed-files/releases)
    - [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/verify-changed-files@v9.1...v17)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/verify-changed-files
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a6437ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from xssnick/dependabot/github_actions/dot-gi…

    …thub/workflows/tj-actions/verify-changed-files-17
    
    Bump tj-actions/verify-changed-files from 9.1 to 17 in /.github/workflows
    xssnick authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7f5e3a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    5629f87 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    bc91382 View commit details
    Browse the repository at this point in the history
  2. Dict LoadValueWithProof

    xssnick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0fec25b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    9f517fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f597f66 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    e22b86d View commit details
    Browse the repository at this point in the history
  2. Liteserver added client port

    xssnick committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    aae3cd5 View commit details
    Browse the repository at this point in the history
  3. Fixed port in liteserver

    xssnick committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    dd67285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16c9f09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44e0e7b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    a4c472a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Block payload as raw bytes

    xssnick committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d62c903 View commit details
    Browse the repository at this point in the history
  2. Block header raw data proof

    xssnick committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f245242 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d22810 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    95e33e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    334b66b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    195c218 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Minor coverage increase

    xssnick committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0ea2a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9197039 View commit details
    Browse the repository at this point in the history
  3. Merge 9197039 into 9893120

    xssnick authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    99e59c1 View commit details
    Browse the repository at this point in the history
  4. Updated coverage badge

    Coverage committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8f955e0 View commit details
    Browse the repository at this point in the history