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

Bloom filter gossip #266

Closed
wants to merge 81 commits into from
Closed

Bloom filter gossip #266

wants to merge 81 commits into from

Commits on Jul 27, 2023

  1. bloom filter gossip

    joshua-kim committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    76b6dcc View commit details
    Browse the repository at this point in the history
  2. nit

    joshua-kim committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2df7199 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. nit

    joshua-kim committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7b138e3 View commit details
    Browse the repository at this point in the history
  2. nits

    joshua-kim committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    74c6d87 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. nits

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    88c2d8e View commit details
    Browse the repository at this point in the history
  2. nits

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2d0aee3 View commit details
    Browse the repository at this point in the history
  3. nit

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5926bca View commit details
    Browse the repository at this point in the history
  4. nit

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bc5224b View commit details
    Browse the repository at this point in the history
  5. nit

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    642d03c View commit details
    Browse the repository at this point in the history
  6. nit

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9fc69eb View commit details
    Browse the repository at this point in the history
  7. public tag

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    da10671 View commit details
    Browse the repository at this point in the history
  8. remove double pointer

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bd2cb74 View commit details
    Browse the repository at this point in the history
  9. nits

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7a91014 View commit details
    Browse the repository at this point in the history
  10. nit

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d31e12d View commit details
    Browse the repository at this point in the history
  11. nit

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e73eb43 View commit details
    Browse the repository at this point in the history
  12. nit

    joshua-kim committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    46126c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update gossip/test_gossip.go

    Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim and aaronbuchwald committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3c45c3f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. nit

    joshua-kim committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9720e3c View commit details
    Browse the repository at this point in the history
  2. nit

    joshua-kim committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    020c43f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. nit

    joshua-kim committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4b3ee0a View commit details
    Browse the repository at this point in the history
  2. nit

    joshua-kim committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f5ee846 View commit details
    Browse the repository at this point in the history
  3. nit

    joshua-kim committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f925c43 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. changes

    darioush committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    dd8bb71 View commit details
    Browse the repository at this point in the history
  2. merge master

    darioush committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    16507bd View commit details
    Browse the repository at this point in the history
  3. revert

    darioush committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c401a7e View commit details
    Browse the repository at this point in the history
  4. use consistent version

    darioush committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5aaff37 View commit details
    Browse the repository at this point in the history
  5. bump go version

    darioush committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fb5b1ac View commit details
    Browse the repository at this point in the history
  6. fix

    darioush committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    236e426 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #295 from ava-labs/bloom-filter-gossip-review

    Bloom filter gossip review
    joshua-kim committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    152d450 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. nit

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    66bbcac View commit details
    Browse the repository at this point in the history
  2. more unit tests

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8a50023 View commit details
    Browse the repository at this point in the history
  3. nit

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a360c28 View commit details
    Browse the repository at this point in the history
  4. nit

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    088f747 View commit details
    Browse the repository at this point in the history
  5. nit

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    90f0301 View commit details
    Browse the repository at this point in the history
  6. more unit tests

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1fe4b83 View commit details
    Browse the repository at this point in the history
  7. nits

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ef521d7 View commit details
    Browse the repository at this point in the history
  8. more unit tests

    joshua-kim committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    dc471cc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. nits

    joshua-kim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    45871c6 View commit details
    Browse the repository at this point in the history
  2. fix ut

    joshua-kim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a222039 View commit details
    Browse the repository at this point in the history
  3. nit

    joshua-kim committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3d1a15e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix fickle test

    joshua-kim committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    74496f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. remove useless goroutine

    joshua-kim committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    48964aa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. fix bloom params

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ff9a842 View commit details
    Browse the repository at this point in the history
  2. fix salt

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4fc0855 View commit details
    Browse the repository at this point in the history
  3. nits

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1f8a298 View commit details
    Browse the repository at this point in the history
  4. increase gossip frequency

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9e98721 View commit details
    Browse the repository at this point in the history
  5. nit

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    369bd96 View commit details
    Browse the repository at this point in the history
  6. fix test flake

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b74f3f0 View commit details
    Browse the repository at this point in the history
  7. nit

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    957ee8e View commit details
    Browse the repository at this point in the history
  8. nit

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4446f4f View commit details
    Browse the repository at this point in the history
  9. nit

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a4d1c9f View commit details
    Browse the repository at this point in the history
  10. nit

    joshua-kim committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b06bc7e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. comment

    joshua-kim committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2de3042 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. nit

    joshua-kim committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a45b07e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc64cdd View commit details
    Browse the repository at this point in the history
  3. nit

    joshua-kim committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1b94dc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. nit

    joshua-kim committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1363616 View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit 4ef26a0
    Author: Darioush Jalali <darioush.jalali@avalabs.org>
    Date:   Mon Aug 28 06:38:44 2023 -0700
    
        bump go version in dockerfile (#311)
    
    commit 505a6ab
    Author: aaronbuchwald <aaron.buchwald56@gmail.com>
    Date:   Fri Aug 25 15:43:09 2023 -0400
    
        core/state/snapshot: increase batch size during diffToDisk (#309)
    
    commit cca3e00
    Author: marun <maru.newby@avalabs.org>
    Date:   Fri Aug 25 09:44:42 2023 -0700
    
        Bump golang version to 1.19.12 for CI (#306)
    
        * Bump golang version to 1.19.12 for CI
    
        Also bump targeted version of avalanchego to the v1.10.8 (which also
        uses golang 1.19.12).
    
        * fixup: Update go-version specification for consistency with other repos
    
    commit 42ba830
    Author: Darioush Jalali <darioush.jalali@avalabs.org>
    Date:   Fri Aug 25 09:44:12 2023 -0700
    
        add upstream test: TestClientBatchRequest_len (#307)
    
    commit 08e2b6e
    Author: Stephen Buttolph <stephen@avalabs.org>
    Date:   Wed Aug 23 18:09:51 2023 -0400
    
        Update avalanchego dependency to v1.10.9-rc.4 (#308)
    
    commit 5cd24c3
    Author: Darioush Jalali <darioush.jalali@avalabs.org>
    Date:   Wed Aug 23 08:48:01 2023 -0700
    
        node/config.go: remove unused options (#304)
    
        * node/config.go: remove unused graphql options
    
        * remove more unused config
    
    commit 8ea8b18
    Author: aaronbuchwald <aaron.buchwald56@gmail.com>
    Date:   Tue Aug 15 11:18:29 2023 -0400
    
        Add security file based on AvalancheGo (#303)
    
    commit 00214b1
    Author: Stephen Buttolph <stephen@avalabs.org>
    Date:   Mon Aug 14 14:58:07 2023 -0400
    
        Update AVAX client implementation and interface to align types (#301)
    
    commit 5666553
    Author: Ceyhun Onur <ceyhun.onur@avalabs.org>
    Date:   Mon Aug 14 21:38:04 2023 +0300
    
        renamed flags (#298)
    
        * renamed flags
    
        * rename admin api flags
    
        * add deprecation
    
    commit e7645fa
    Author: Ikko Eltociear Ashimine <eltociear@gmail.com>
    Date:   Thu Aug 10 01:21:44 2023 +0900
    
        Fix typo in sync/README.md (#296)
    joshua-kim committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9d6675c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. nit

    joshua-kim committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    732f124 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. nit

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    580b9f0 View commit details
    Browse the repository at this point in the history
  2. nit

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9c069ed View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit 3f5dc8a
    Author: marun <maru.newby@avalabs.org>
    Date:   Tue Aug 29 10:17:05 2023 -0700
    
        e2e: Add avalanchego e2e job (#305)
    
        * e2e: Add avalanchego e2e job
    
        * fixup: Use currently supported golang version
    
        * fixup: Enable configurable avalanchego clone path
    
    commit 4ef26a0
    Author: Darioush Jalali <darioush.jalali@avalabs.org>
    Date:   Mon Aug 28 06:38:44 2023 -0700
    
        bump go version in dockerfile (#311)
    
    commit 505a6ab
    Author: aaronbuchwald <aaron.buchwald56@gmail.com>
    Date:   Fri Aug 25 15:43:09 2023 -0400
    
        core/state/snapshot: increase batch size during diffToDisk (#309)
    
    commit cca3e00
    Author: marun <maru.newby@avalabs.org>
    Date:   Fri Aug 25 09:44:42 2023 -0700
    
        Bump golang version to 1.19.12 for CI (#306)
    
        * Bump golang version to 1.19.12 for CI
    
        Also bump targeted version of avalanchego to the v1.10.8 (which also
        uses golang 1.19.12).
    
        * fixup: Update go-version specification for consistency with other repos
    
    commit 42ba830
    Author: Darioush Jalali <darioush.jalali@avalabs.org>
    Date:   Fri Aug 25 09:44:12 2023 -0700
    
        add upstream test: TestClientBatchRequest_len (#307)
    
    commit 08e2b6e
    Author: Stephen Buttolph <stephen@avalabs.org>
    Date:   Wed Aug 23 18:09:51 2023 -0400
    
        Update avalanchego dependency to v1.10.9-rc.4 (#308)
    
    commit 5cd24c3
    Author: Darioush Jalali <darioush.jalali@avalabs.org>
    Date:   Wed Aug 23 08:48:01 2023 -0700
    
        node/config.go: remove unused options (#304)
    
        * node/config.go: remove unused graphql options
    
        * remove more unused config
    
    commit 8ea8b18
    Author: aaronbuchwald <aaron.buchwald56@gmail.com>
    Date:   Tue Aug 15 11:18:29 2023 -0400
    
        Add security file based on AvalancheGo (#303)
    
    commit 00214b1
    Author: Stephen Buttolph <stephen@avalabs.org>
    Date:   Mon Aug 14 14:58:07 2023 -0400
    
        Update AVAX client implementation and interface to align types (#301)
    
    commit 5666553
    Author: Ceyhun Onur <ceyhun.onur@avalabs.org>
    Date:   Mon Aug 14 21:38:04 2023 +0300
    
        renamed flags (#298)
    
        * renamed flags
    
        * rename admin api flags
    
        * add deprecation
    
    commit e7645fa
    Author: Ikko Eltociear Ashimine <eltociear@gmail.com>
    Date:   Thu Aug 10 01:21:44 2023 +0900
    
        Fix typo in sync/README.md (#296)
    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d8aab62 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into bloom-filter-gossip

    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    30a9b95 View commit details
    Browse the repository at this point in the history
  5. fix unit tests

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    601cc4d View commit details
    Browse the repository at this point in the history
  6. clean diff

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4edcf60 View commit details
    Browse the repository at this point in the history
  7. clean diff

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    dc3a6d0 View commit details
    Browse the repository at this point in the history
  8. clean diff

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a738369 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1485a8 View commit details
    Browse the repository at this point in the history
  10. use proto

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b1492e5 View commit details
    Browse the repository at this point in the history
  11. use 32 byte hash

    joshua-kim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b749986 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update gossip/gossip.go

    Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim and StephenButtolph committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0cf3989 View commit details
    Browse the repository at this point in the history
  2. Update plugin/evm/gossip_mempool.go

    Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim and StephenButtolph committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b405041 View commit details
    Browse the repository at this point in the history
  3. nits

    joshua-kim committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    43be5e7 View commit details
    Browse the repository at this point in the history
  4. update go.mod

    joshua-kim committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f79dbc0 View commit details
    Browse the repository at this point in the history
  5. Update peer/network.go

    Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
    Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
    joshua-kim and StephenButtolph committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    74a65f0 View commit details
    Browse the repository at this point in the history
  6. use avalanchego logger

    joshua-kim committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4031484 View commit details
    Browse the repository at this point in the history
  7. fix flakey test

    joshua-kim committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f06e037 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    c031805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f112839 View commit details
    Browse the repository at this point in the history
  3. address race comments

    joshua-kim committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f00b4d5 View commit details
    Browse the repository at this point in the history
  4. go get pb

    joshua-kim committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cfedffe View commit details
    Browse the repository at this point in the history