-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Updated the account from the 0.0.2 account to an account from th… (
#2690) * fix: Updated the account from the 0.0.2 account to an account from the local node to track transaction costs. Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: Turning off test to potentially get through CI. Opened issue: #2700 Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: WIP: Pushing up to collaborate Signed-off-by: ebadiere <ebadiere@gmail.com> fix: Updated the private key to the hex ECDSA value. Signed-off-by: ebadiere <ebadiere@gmail.com> fix: Bumped up the gasLimit to the required amount to activate a hollow account. Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: Added key format support to the serviceClient. Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: Extracted the createPrivateKeyBasedOnFormat(key) to the Utils class. Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: Updated import of createPrivateKeyBasedOnFormat from Utils. Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: Removed memory leak check. PR 26954 addresses memory leaks. Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: Removed null test because an env var which is a string cannot be set to null Signed-off-by: ebadiere <ebadiere@gmail.com> * fix: Removed the comment in the GH workflow Signed-off-by: ebadiere <ebadiere@gmail.com> --------- Signed-off-by: ebadiere <ebadiere@gmail.com> Signed-off-by: Eric Badiere <ebadiere@gmail.com> Signed-off-by: ebadiere <ebadiere@gmail.com>
- Loading branch information
Showing
7 changed files
with
38 additions
and
49 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