Releases: ArkEcosystem/core
Releases · ArkEcosystem/core
3.9.1
3.9.0
What's Changed
- fix: docker build by @sebastijankuzner in #4803
- feat(core-blockchain): increase block download frequency using fastSync option by @sebastijankuzner in #4805
- feat(core): discover libjemalloc.so without installed gcc by @sebastijankuzner in #4806
- deps: update packages by @sebastijankuzner in #4807
Full Changelog: 3.8.2...3.9.0
3.8.2
What's Changed
- fix(core-api): add address into transactionQueryLevelOptions by @sebastijankuzner in #4790
- deps: update lerna to 7.1.4 by @sebastijankuzner in #4792
- deps: upgrade typescript to 4.1.6 by @sebastijankuzner in #4793
- deps: update packages by @sebastijankuzner in #4794
- refactor: update install.sh by @sebastijankuzner in #4797
Full Changelog: 3.8.1...3.8.2
3.8.1
What's Changed
- fix(core-database): improve search by address by @sebastijankuzner in #4786
Full Changelog: 3.8.0...3.8.1
3.8.0
What's Changed
- fix(core-database): remove delegate registration expression by @sebastijankuzner in #4781
- deps(p2p): update protobufjs by @sebastijankuzner in #4782
Full Changelog: 3.7.0...3.8.0
3.7.0
What's Changed
- deps(core-logger-pino): update package dependencies by @sebastijankuzner in #4746
- fix(core): support rc channel by @sebastijankuzner in #4753
- fix(core-cli): allow rc channel in config by @sebastijankuzner in #4755
- revert: "fix(core-database): query optimizer workaround" by @sebastijankuzner in #4759
- feat(core-database): run ANALYZE on database initialization by @sebastijankuzner in #4758
- feat(core-database): use second database connection for API by @sebastijankuzner in #4760
- fix(core-kernel): make pagination service non blocking by @sebastijankuzner in #4764
- feat(core-api): destroy socket on response by @sebastijankuzner in #4766
- feat: api iptables rate limiter by @sebastijankuzner in #4767
- feat(core-api): implements query semaphore plugin by @sebastijankuzner in #4761
- chore: use node 16.x in Github CI by @sebastijankuzner in #4768
- docker - use node 18 by @adrian69 in #4770
- chore: use node 16 in install scripts by @sebastijankuzner in #4769
- fix(core-api): skip loging query failed errors by @sebastijankuzner in #4772
- chore(core-api): adjust semaphore plugin defaults & allow 0 concurrency by @sebastijankuzner in #4773
Full Changelog: 3.6.1...3.7.0
3.6.1
What's Changed
- deps: update lerna to 6.0.3 by @sebastijankuzner in #4728
- merge: cherry-pick query optimizer workaround (#4726) by @sebastijankuzner in #4730
Full Changelog: 3.6.0...3.6.1
3.6.0
What's Changed
- chore: update install.sh by @sebastijankuzner in #4716
- fix(core-webhooks): use timeout form defaults.ts for broadcast by @sebastijankuzner in #4710
- fix(core-webhooks): enable listener when webhooks are enabled by @sebastijankuzner in #4712
- chore: enable
declarationMap
typescript option by @sebastijankuzner in #4717 - feat(core-transactions): implements second and multi signature memoizers by @sebastijankuzner in #4714
- feat: implements mempool indexes by @sebastijankuzner in #4718
- feat(core-transaction-pool): apply block by @sebastijankuzner in #4719
- refactor(core-transactions): use custom clear on memoized verifiers instead LUR cache by @sebastijankuzner in #4720
- fix(core-blockchain): apply block on transaction-pool after block broadcast by @sebastijankuzner in #4721
Full Changelog: 3.5.2...3.6.0
3.5.2
What's Changed
- fix(core-api): use block query criteria on delegates route by @sebastijankuzner in #4703
- fix(core): remove all sqlite files with pool:clear command by @sebastijankuzner in #4704
Full Changelog: 3.5.0...3.5.2
3.5.0
What's Changed
- chore(deps): Bump terser from 5.14.1 to 5.14.2 by @dependabot in #4687
- deps: update packages by @sebastijankuzner in #4693
- fix(core-api): use ITransactionData in argument with BlockWithTransactionsResource by @sebastijankuzner in #4688
- fix: prevent new wallet creation in API requests by @sebastijankuzner in #4689
- fix(core-kernel): fix item ordering for undefined and null values in pagination service by @sebastijankuzner in #4691
- refactor(core-api): order resigned delegates by publicKey by @sebastijankuzner in #4692
- fix(core-state): create new wallet instance in WalletRepositoryCopyOnWrite by @sebastijankuzner in #4694
- fix(core-p2p): node version should pass min version defined in configuration and milestones by @sebastijankuzner in #4695
- deps(crypto): update
@arkecosystem/crypto-networks
to 1.2.2 by @sebastijankuzner in #4701
Full Changelog: 3.4.0...3.5.0