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

GH 784 - Change Neighborhood DB to contain Free World Bit and Country code #444

Open
wants to merge 76 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2024

  1. About to simplify

    dnwiebe committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9e83a53 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Almost right

    dnwiebe committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9709bfe View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. All BitQueue tests passing

    dnwiebe committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0b7c81a View commit details
    Browse the repository at this point in the history
  2. A little cleanup

    dnwiebe committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e4740d3 View commit details
    Browse the repository at this point in the history
  3. Can serialize IPv4 now

    dnwiebe committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b6478ff View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    f4ee361 View commit details
    Browse the repository at this point in the history
  2. Minor corrections

    dnwiebe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7c92b86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69d6a0b View commit details
    Browse the repository at this point in the history
  4. Minor cleanup

    dnwiebe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8f5387b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    880e1c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdcb8be View commit details
    Browse the repository at this point in the history
  7. Now generates code

    dnwiebe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d71041b View commit details
    Browse the repository at this point in the history
  8. country_finder now works

    dnwiebe committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    cda7329 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9e9822 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 10, 2024

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

Commits on Apr 12, 2024

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

Commits on Apr 15, 2024

  1. tests for assing 100 and 10 ips with the NodeLocation + fixing some w…

    …arnings in ip_country package
    czarte committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    35253da View commit details
    Browse the repository at this point in the history
  2. formatting

    czarte committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    05f6324 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. remove tests, change processing of get_node_location fn, adding comme…

    …nted out tests for 1000 ips
    czarte committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1ec7cb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. added free_world_bit and country_code to Gossip. test for country_cod…

    …e and free_world_bit in Gossip
    czarte committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    861ae36 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. changes to NodeRecordInner_0v1

    czarte committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0a20e71 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. removed id from NodeLocation, added NodeLocation processing into Node…

    …Record, NodeRecordInner_0v1, handle_new_public_ip
    czarte committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d112b79 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. add lazy_static COUNTRY_CODE_DIGEST, and its processing fn to use in …

    …Tests for NodeLocation
    czarte committed May 3, 2024
    Configuration menu
    Copy the full SHA
    785baf7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. remove free_world_bit from NodeRecordInner_0v1, fixing tests, fixing …

    …tests for neigborhood_database
    czarte committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b9f72f2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    336b9d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b68d13 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    72ef4d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a1e3f3 View commit details
    Browse the repository at this point in the history
  3. take out performance tests for node_location from ci/all, fixed tests…

    … for gossip_acceptor works with country_code
    czarte committed May 15, 2024
    Configuration menu
    Copy the full SHA
    40ff41a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    79dc64f View commit details
    Browse the repository at this point in the history
  2. removing obsolete injections

    czarte committed May 16, 2024
    Configuration menu
    Copy the full SHA
    afbc510 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 21, 2024

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

    czarte committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0c8b33d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. add start blockchain to test

    czarte committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c7b72e2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    811f569 View commit details
    Browse the repository at this point in the history
  2. fix the panic

    czarte committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f242cb0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. fixing test debtors_are_credited_once_but_not_twice failing on local …

    …machine and in actions
    czarte committed May 25, 2024
    Configuration menu
    Copy the full SHA
    a2b4fdd View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. fixed test debtors_are_credited_once_but_not_twice - added response f…

    …or start block request
    czarte committed May 26, 2024
    Configuration menu
    Copy the full SHA
    b4bb58c View commit details
    Browse the repository at this point in the history
  2. formatting and removing condition for debtors_are_credited_once_but_n…

    …ot_twice to run in Actions
    czarte committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5b7a27c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c93011 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. remove unused import

    czarte committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d90d558 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. exclude test debtors_are_credited_once_but_not_twice from Actions aga…

    …in, test_node_1 does not contain local descriptor in log after startup
    czarte committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0243e9c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. move get_node_location out of arguments for construction of NodeRecor…

    …dMetadata::new(), test for two debut in the same time with empty db
    czarte committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f2426a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix gossip_acceptor try_accept_debut to be able reply correctly in ca…

    …se of no full naighborship in DB
    czarte committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    69005b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add more testing for two_debut_in_same_time_with_empty_db_handled_by_…

    …try_accept_debut, start of binary search in country_finder
    czarte committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b0c050e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. introduce in memory Vec<CountryBlock> to speed up ip_country lookup, …

    …one test on testing data for ipV6 still failing
    czarte committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3232480 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

  1. fix node_location for CountryCodeFinder::find_country, adjust perform…

    …ace tests to match countries
    czarte committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8e8d275 View commit details
    Browse the repository at this point in the history
  2. formatting

    czarte committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    53d583c View commit details
    Browse the repository at this point in the history
  3. remove commented code

    czarte committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    48136dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d6e0b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0fc112a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8379850 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

    czarte committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b961c0a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix ui_gateway tests with new function recreate_data_dir and match in…

    … start_something on data_directory from config
    czarte committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    cfe201b View commit details
    Browse the repository at this point in the history
  2. formatting

    czarte committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d131aa4 View commit details
    Browse the repository at this point in the history
  3. fix return value

    czarte committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    44be8bb View commit details
    Browse the repository at this point in the history
  4. PathBuf:from instead .into

    czarte committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    113ddd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d4afbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee42b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aef15d View commit details
    Browse the repository at this point in the history
  4. formatting

    czarte committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4e8f30e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fdb882 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    9f01938 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    czarte committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    68f3c04 View commit details
    Browse the repository at this point in the history