-
Notifications
You must be signed in to change notification settings - Fork 47
feat(node): support configurable staking collateral token #1130
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
49555f7
initial gating
5697ee4
collateral validator gating
2e7761c
Update contracts/contracts/lib/LibSubnetActor.sol
cryptoAtwill 43ee469
Update contracts/contracts/lib/LibSubnetActor.sol
cryptoAtwill d961819
review feedbacks
05d1095
Merge branch 'main' of protocol-github:consensus-shipyard/ipc into va…
9f00973
adding tests
7102a78
update gater interface
92a1dc4
update ipc
2cec1a7
Merge branch 'main' into validator-gating
cryptoAtwill 374a7df
update test
6057dd8
Merge branch 'validator-gating' of protocol-github:consensus-shipyard…
e89c069
adding deployments and sample cli
4c6000c
lint
0bfa4ec
wip
cccf84e
adding tests
19d6158
ipc-cli update
07f7182
fix ci
80db07b
fix linked token error
4743a12
fix ci
4fc0e73
increase allowance instead of approve
3dcacd0
feat: add simple docs
karlem 9388b24
fix: typo
karlem ee3a9a5
Merge branch 'validator-gating' into collateral-sourcing
raulk 6d2cc3a
Merge branch 'main' into collateral-sourcing
raulk 4c7e013
update comment
8e6e1e8
rename generic token
c997cba
merge with upstream
7f2cb84
fix rust naming
d91dc44
Update contracts/contracts/subnet/SubnetActorGetterFacet.sol
cryptoAtwill 5e7fc74
finish renaming
b868fd1
Merge branch 'collateral-sourcing' of protocol-github:consensus-shipy…
012fa69
fix fmt
6626ee3
update review feedbacks
b3b3516
update comment
6a0e65c
update comment
7cc73c3
fmt
ea5e69a
feat(node): address review comments against #1130 (#1147)
raulk 78443ea
more comments
71cae9f
improve comment.
raulk c6820a4
Merge branch 'main' into collateral-sourcing
raulk 587552f
remove unnecessary error types.
raulk bdbbc6a
fix error checker
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
340 changes: 170 additions & 170 deletions
340
contracts/.storage-layouts/GatewayActorModifiers.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
I would support dropping this feature entirely: #1142