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

V23develop merge to master #37

Merged
384 commits merged into from
Feb 15, 2022
Merged

V23develop merge to master #37

384 commits merged into from
Feb 15, 2022

Conversation

ghost
Copy link

@ghost ghost commented Feb 15, 2022

No description provided.

clemahieu and others added 30 commits July 29, 2021 15:06
…_ref

Converting sever static initializations of nano::network_params to references
* fixes regression allowing for networks to honor build and runtime selection

* clang-format
… process and remove the subsequently unused instance of nano::network_params that was instantiated statically.
…ssary. Serializing this version number to/from the message_header the same as the other two version_max and version_using.
…r than on message header construction. This separates the assignment of protocol-specific information, specifically the version numbers, from the logic of creating messages.
…atically instantiated dev network params with the version available in the nano::dev namespace.
…instantiation of network parameters to test if a state block is an epoch.
…work_constants in order to eliminate guesswork of setting these values before serializing.
…_ref

Removing static initialization of nano::network_params
* Remove qt_system target we dont need it or use it

* cmake format sanitization
coranos and others added 29 commits December 1, 2021 18:21
)

It makes it difficult/impossible to access election objects in unit tests
and it increases complexity for no obvious benefit.

This change could potentially fix a lot of unit test race conditions.

Fixes nanocurrency#3584 and probably many other unit tests.
) (#33)

It makes it difficult/impossible to access election objects in unit tests
and it increases complexity for no obvious benefit.

This change could potentially fix a lot of unit test race conditions.

Fixes nanocurrency#3584 and probably many other unit tests.

Co-authored-by: dsiganos <dimitris@siganos.org>
We are getting complaints that nodes are hitting this limit. We do not
think it is really a problem but we are increasing this limit to see if
the warnings stop. These complaints could be diverting focus away from
the real problems.

max_peers_per_ip was 5 and now it is 10
max_peers_per_subnet was 20 and now it is 40
Noted by @RickiNano on beta-testing that not clear outcome of election (confirmed or dropped) by reviewing logs. Added true/false to log string.

Co-authored-by: RickiNano
@ghost ghost merged commit 9b744fe into master Feb 15, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet