-
Notifications
You must be signed in to change notification settings - Fork 75
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
OriginTrail Testnet Release 6.0.13 #2684
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…h and with 'release' labels
* update libp2p to 0.44 * remove unused dependencies * update for libp2p version 0.45 * bump libp2p modules versions * remove unnecessary timeout abort controller dep * bump @chainsafe/libp2p-noise version * add nat services, remove unncessary configs * fix errors with peer discovery * bump libp2p version, minor fixes * update package lock * bump kad-dht * remove unnecessary dial logic, bump it-map * update dependencies file * bump mplex and libp2p * bump libp2p dependencies * add dialTimeout to config * bump libp2p versions * set client mode to false * bump version
update libp2p to latest version (#2493)
update libp2p to latest version (#2493)
* add announce address * bump version
add announce address (#2648)
add announce address (#2648)
This reverts commit 197701a.
This reverts commit a90070e.
This reverts commit e415dde.
Revert libp2p update
Revert libp2p update
* Updated bdd tests * Updated kill local blockchain command * Updated logs * Removed dependency --------- Co-authored-by: zeroxbt <[email protected]>
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* added check for assertion size limit * Updated blockchain size to be in kb * Updated failing unit test * Removed comment * Added maximum assertion size limit * Code updated for PR comments * Increased wait time for update finalization
* Added check for bids for the neighbourhood during publish start * Updated code for handling errors
Co-authored-by: Nikola Todorovic <[email protected]>
…nto v6/develop
…nto v6/develop
* only start libp2p after router init * fix update peer last seen and dialed * fix network port log
* Added updates for bid suggestion and assertion size handling * Added unit test for 1b 1 wei cases * Added logs to bid suggestion calculation * Updated wait time for bdd tests before network is ready * Added logs for bid suggestion calculation * Added filtering of peer id from find nodes in getbid suggestion * Unit tests fixed * Added fix for ask * Bug fixed * Logs removed
…ocol commands, changed the way of deleting assertions in the pending storage
…ommand to only remove unfinalized states
…triggers Changed triggers fro Github Actions to trigger on PR to default branch and with 'release' labels
[P1] GET operation and update finalization bug fix
Added missing await and folder existance check
Added missing await and checks before trying to delete pending storage assertions
OriginTrail 6.0.13 Hotfix
Removed hotfix suffix from the version
Hotfix suffix removal
OriginTrail Testnet Prerelease 6.0.13
u-hubar
requested review from
branarakic,
djordjekovac,
kotlarmilos,
NZT48 and
zeroxbt
as code owners
August 23, 2023 09:03
NZT48
approved these changes
Aug 23, 2023
djordjekovac
approved these changes
Aug 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We are excited to announce our latest testnet 6.0.13 release, which includes improvement for the bid suggestion calculation, it's updated according to the OT-RFC-14.
This release also introduces various bug fixes.
🌟 Improvements
🐛 Bug fixes
🧰 Maintenance
#TraceOn