-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RPC: Add single key check for source and destination addresses in tra…
…nsferdomain RPC (#2709) * Add single key flag check in transferdomain RPC, defaults to true * Add invalid single key check test * Fix fmt cpp * Add legacy address support in addressmap * Better refactor, add addressmap tests for legacy addresses * Fix ethlibs test fixture script * Fix typo --------- Co-authored-by: Prasanna Loganathar <pvl@prasannavl.com>
- Loading branch information
1 parent
75d67f1
commit 409a891
Showing
26 changed files
with
504 additions
and
35 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ def setup(self): | |
"amount": "50@DFI", | ||
"domain": 3, | ||
}, | ||
"singlekeycheck": False, | ||
} | ||
] | ||
) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,6 +147,7 @@ def run_test(self): | |
"amount": "50@DFI", | ||
"domain": 3, | ||
}, | ||
"singlekeycheck": False, | ||
} | ||
] | ||
) | ||
|
Oops, something went wrong.
We might have to support a nonce of -1 for auto, since we have a items after this.