!cOjwhsaopittDhZuka:matrix.org

Nexa-gitlab-logs

1600 Members
Logs of all actions on the Nexa gitlab4 Servers

Load older messages


SenderMessageTime
18 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] gandrewstone changed the title of merge request !454 to [DEFERRED] remove csMsgSerializer 14:16:17
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !480 to Reduce locking contention on cs_objDownloader 14:28:27
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !481 to Draft: New INV type with uint8_t message type size 15:13:38
19 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] sickpig opened merge request !485: Add more details to logging in case of failure during wallet recovery procedure 14:10:13
20 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ggriffith opened merge request !486: [cashlib-dev] add an api to parse group token opreturn descriptions to cashlib 04:57:51
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ggriffith opened merge request !487: show both txid and txidem in transaction details, right click menu 07:24:36
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip approved merge request !485: Add more details to logging in case of failure during wallet recovery procedure 13:58:43
21 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip opened merge request !488: Small net cleanup
  • Just use the global flood control variables directly rather than calling the global from a function in net.cpp.
    • Change the names of the global vars to indicate they are MAX values.
08:33:58
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !488 to net cleanup 09:47:13
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip opened merge request !489: Use TxMayAlreadyHave() in when checking to ask for new txns
  • In net_processing.cpp we shoul use TxMayAlreadyHave() as it is much more performant that TxAlreadyHave(), since there is no need to take locks on the underlying data unless we at least suspect that we have it.
11:24:31
22 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip opened merge request !490: Add a few sync_blocks() to grouptokens.py 05:06:00
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !490 to Fix spurious failures in python tests due to JSON rpc errors not getting caught properly in waitFor() 08:45:07
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] sickpig approved merge request !490: Fix spurious failures in python tests due to JSON rpc errors not getting caught properly in waitFor() 09:16:53
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] sickpig approved merge request !490: Fix spurious failures in python tests due to JSON rpc errors not getting caught properly in waitFor() 09:27:11
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] sickpig merged merge request !490: Fix spurious failures in python tests due to JSON rpc errors not getting caught properly in waitFor() 11:57:32
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] gandrewstone merged merge request !485: Add more details to logging in case of failure during wallet recovery procedure 14:17:34
23 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip opened merge request !491: Cleanup use of variables that are not properly locked and switch to atomics
  • cleanup mempool sync code
  • fix use of the message cookie
10:45:34
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !491 to Draft: Cleanup use of variables that are not properly locked and switch to atomics 10:45:35
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ggriffith changed the title of merge request !441 to Draft: [1.4.1.0] Whitelist rules native stablecoins 20:55:51
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip approved merge request !487: show both txid and txidem in transaction details, right click menu 22:22:05
24 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !491 to Cleanup use of variables that are not properly locked and switch to atomics 08:40:11
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !489 to Use TxMayAlreadyHave() when checking to ask for new txns 08:40:56
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ggriffith changed the title of merge request !464 to relax bdb version restriction when using incompat flag 11:16:14
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] shishko8339 opened issue #46: Enter the issue title

Enter the issue description

22:22:19
25 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ggriffith opened merge request !492: Rename cashlib to libnexa 06:23:08
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip opened merge request !493: Remove the requestPacer from the requestManger
  • With the recent bug fix to the net code where under heavy load the network was getting deadlocked, we can not remove the requestPacer which was acting as a kind of band aid, preventing that network bug from getting triggered. Instead we can just limit the request manager maps from getting too big...for transactions we can limit to 1Million and for blocks just 2 times the block download window should suffice.

  • Limit the number of sources we can add to 5, for transaction requests. It's very rare to get a re-request for a transaction so there's no need to use up so much memory for nodes that have many peers connected.

  • If a peer is misbehaving then set the "desirability" of the peer to zero when adding to the source list.

10:48:02
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip changed the title of merge request !493 to Draft: Make various improvements to the request manager 10:48:42
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] sickpig approved merge request !464: relax bdb version restriction when using incompat flag 15:03:08
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] sickpig unapproved merge request !464: relax bdb version restriction when using incompat flag 16:28:20
27 Mar 2024
@nexa-gitlab-bot:matrix.orggitlab-bot [nexa/nexa] ptschip approved merge request !484: allow message verification from DER sigs made with compressed pubkeys 13:23:44

Show newer messages


Back to Room ListRoom Version: 9