Activity
Merge branch 'dev' into feat/unconfirmed-transactions
Merge branch 'dev' into feat/unconfirmed-transactions
chore: use includeDirectTransfers
for returnUnconfirmed
flag
chore: use
includeDirectTransfers
for returnUnconfirmed
flagForce push
chore: use includeDirectTransfers
for returnUnconfirmed
flag
chore: use
includeDirectTransfers
for returnUnconfirmed
flagchore: remove confusing functions and move the logic to methods where…
chore: remove confusing functions and move the logic to methods where…
chore: rename verifyTimestamp
method
chore: rename
verifyTimestamp
methodperf: do NOT increase limit more than may needed
perf: do NOT increase limit more than may needed
fix: missing transactions when using ?returnUnconfirmed=1
fix: missing transactions when using
?returnUnconfirmed=1
feat: add ?returnUnconfirmed
flag for /api/chatrooms/address
endp…
feat: add
?returnUnconfirmed
flag for /api/chatrooms/address
endp…chore: convert withoutDirectTransfers to boolean
chore: convert withoutDirectTransfers to boolean
chore: create maxTimestampMsDelta
constant
chore: create
maxTimestampMsDelta
constantfix: limit timestamp to epoch time
fix: limit timestamp to epoch time
chore: change default config values for ws connections
chore: change default config values for ws connections
chore: add new properties in the default testnet config
chore: add new properties in the default testnet config
fix: do not print about chaning immutable properties of a peer
fix: do not print about chaning immutable properties of a peer
fix: changing peers connection state when updating peers on discovery
fix: changing peers connection state when updating peers on discovery
feat: update socket connections when peer list is updated
feat: update socket connections when peer list is updated
chore: filter peers by protocol to find potential socket servers
chore: filter peers by protocol to find potential socket servers
feat: add wsNode
options with maxConnections
for ws server
feat: add
wsNode
options with maxConnections
for ws server