-
Notifications
You must be signed in to change notification settings - Fork 77
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 Devnet Prerelease v6.2.3 #3094
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
Contributor
djordjekovac
commented
Mar 7, 2024
- Improvement: Better handling of multiple wallets
- Bugfix: Don't allow sending commits if node is not in sharding table
- Bugfix: Allow sending proofs if node is not in sharding table
- Bugfix: Fixed issue when RPC might return invalid values for service agreement data
fix: schedule submit commits only if node in sharding table
* Implement round robin for selecting transaction queue * Queue chose first by lenght, round robin as tiebreaker
Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.5 to 4.9.6. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts@v4.9.5...v4.9.6) --- updated-dependencies: - dependency-name: "@openzeppelin/contracts" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. - [Release notes](https://github.com/medikoo/es5-ext/releases) - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md) - [Commits](medikoo/es5-ext@v0.10.62...v0.10.64) --- updated-dependencies: - dependency-name: es5-ext dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added corrupted service agreements migraiton for gnosis * Added get contract call validation and updated get agreement data usage * Updated blockchain epoch check command for scheduling submit commit * Updated default gas price handling for gnosis * Updated migration, update service agreement start time delay for development network * Removed unused method from repository * Fixed issues with get agreement data returning null * Added migration for service agreements to mark all as unprocessed * Updated handling of insufficient funds errors * Updated handling of insufficient funds * Updated submit proof method * Updated submit proofs command to be send transaction command * Updated variable names * Updated initialization of default gas price for gnosis, version bump, updated migration to only execute for mainnet gnosis * Added more transaction errors for handling
djordjekovac
requested review from
branarakic,
NZT48 and
0xbraindevd
as code owners
March 7, 2024 10:40
NZT48
approved these changes
Mar 7, 2024
Mihajlo-Pavlovic
approved these changes
Mar 7, 2024
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.