Skip to content

Commit

Permalink
feat: add role-based access control for bridge (backport #1358) (#1360)
Browse files Browse the repository at this point in the history
* feat: add role-based access control for bridge

* use ostracon beginblock for compatibility

* fix CHANGELOG
  • Loading branch information
tkxkd0159 authored May 7, 2024
1 parent 98da17d commit 3301445
Show file tree
Hide file tree
Showing 37 changed files with 7,163 additions and 1,840 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/fbridge) [\#1347](https://github.com/Finschia/finschia-sdk/pull/1347) Implement bridge transfer feature (sending side)
* (x/fbridge) [\#1351](https://github.com/Finschia/finschia-sdk/pull/1351) Map a sequence to block number for every bridge request (sending side)
* (x/fswap) [\#1345](https://github.com/Finschia/finschia-sdk/pull/1345) Implement fswap's basic functionality(MsgSwap, MsgSwapAll, Query, Proposal)
* (x/fbridge) [\#1360](https://github.com/Finschia/finschia-sdk/pull/1360) Add Role-based Access Control

### Improvements
* (types) [\#1314](https://github.com/Finschia/finschia-sdk/pull/1314) replace IsEqual with Equal
Expand Down
9 changes: 5 additions & 4 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,12 @@
"rename": {
"Params": "FBridgeParams",
"Commitments": "FBridgeCommitments",
"Guardians": "FBridgeGuardians",
"Operators": "FBridgeOperators",
"Judges": "FBridgeJudges",
"Members": "FBridgeMembers",
"Member": "FBridgeMember",
"Proposals": "FBridgeProposals",
"Proposal": "FBridgeProposal"
"Proposal": "FBridgeProposal",
"Votes": "FBridgeVotes",
"Vote": "FBridgeVote"
}
}
}
Expand Down
Loading

0 comments on commit 3301445

Please sign in to comment.