Skip to content
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

Preparing for 2.0.0: Ethereum integration #67

Merged
merged 57 commits into from
Jan 7, 2019

Conversation

KhalilBellakrid
Copy link
Contributor

No description provided.

.gitmodules Show resolved Hide resolved
CMakeLists.txt Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
appveyor.yml Show resolved Hide resolved
core/idl/networks.djinni Show resolved Hide resolved
core/src/wallet/ethereum/ERC20/erc20Tokens.h Show resolved Hide resolved
core/src/wallet/ethereum/ERC20/erc20Tokens.h Show resolved Hide resolved
std::string getETHOperationUid();
int32_t getStatus() override ;

void setHash(const std::string &hash) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend chaning the signatures to all set* functions to:

ERC20LikeOperation& set*…

So that you can add a return *this; at the end of each setter and enable chaining.

core/src/wallet/currencies.cpp Outdated Show resolved Hide resolved
@KhalilBellakrid KhalilBellakrid added the HODL Done, but don't merge yet ! label Jan 3, 2019
hadronized
hadronized previously approved these changes Jan 3, 2019
Copy link
Contributor

@hadronized hadronized left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GOGOGOGO

… when using AccountCreationInfo make sure to passe only one (index, owner, pubKey, chainCode)
…fore explorer was not sending empty transfer_events for ETH txs)
@KhalilBellakrid
Copy link
Contributor Author

I pushed forced because I rebased on develop due to merge of these 2 PRs:
#79
#76

@KhalilBellakrid KhalilBellakrid merged commit 36fe551 into LedgerHQ:develop Jan 7, 2019
@KhalilBellakrid KhalilBellakrid deleted the eth-rebase-upstream branch June 26, 2019 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HODL Done, but don't merge yet !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants