-
Notifications
You must be signed in to change notification settings - Fork 15
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
Move validator component to INX plugin #443
Merged
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ba18cc1
Remove validator component.
piotrm50 be17b7e
Merge remote-tracking branch 'origin/develop' into feat/move-validato…
piotrm50 5a46738
Add INX server endpoints to support inx-validator
piotrm50 30b26cf
Update .gitignore entry for go.work
piotrm50 9a991c4
Bump inx and inx-app version
piotrm50 a8fc93f
Run gendoc
piotrm50 e0b61d9
Add validators to docker-compose.yml
piotrm50 6b244c5
Merge remote-tracking branch 'origin/develop' into feat/move-validato…
piotrm50 80f6841
Update dependency versions.
piotrm50 970fea1
Update dependencies.
piotrm50 a7e8438
Merge branch 'develop' into feat/move-validator-plugin-to-inx
piotrm50 c37f0f3
Merge branch 'develop' into feat/move-validator-plugin-to-inx
piotrm50 5273205
Post merge fixes
piotrm50 2b5a4ca
Fix docker-compose after merge
piotrm50 8cb895a
Add ForceCommitUntil and ActiveRootBlocks methods
piotrm50 17ed514
Fix some bugs
piotrm50 fceadf3
Merge remote-tracking branch 'origin/develop' into feat/move-validato…
piotrm50 0a2142c
Update inx and inx-app
piotrm50 320a9a9
Trigger OnlineCommitteeSeatRemoved only when the seat was actually re…
piotrm50 aef1f33
Merge remote-tracking branch 'origin/develop' into feat/move-validato…
piotrm50 bfe211f
Update go.mod versions
piotrm50 15bdd0d
Update go.mod versions
piotrm50 d5481eb
Apply review suggestions.
piotrm50 5851ebd
Add inx-validator deployment to Ansible.
piotrm50 9c44669
Add validator account address
piotrm50 9efbf6c
Update inx and inx-app
piotrm50 a5adb00
Rename variables for feature deploy
karimodm 5092fce
Fix start condition for inx-validator.
piotrm50 840f30d
Fix ports
piotrm50 7990328
run.sh fix
karimodm 38b4c61
Merge branch 'feat/move-validator-plugin-to-inx' of github.com:iotale…
karimodm 1e7ef7d
More syntax issues
karimodm 754b4e7
More fixes
karimodm e371836
Fix deployment name.
piotrm50 1511372
Fix iota-core deployment template.
piotrm50 a42deda
Merge remote-tracking branch 'origin/develop' into feat/move-validato…
piotrm50 8ed294d
Update default snapshot for feature network
piotrm50 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that some kind of race condition? Can the nodes even be healthy if there is no validator in the network yet?