-
Notifications
You must be signed in to change notification settings - Fork 37
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
[NOT TESTED] Backend,Frontend,Tests: rm txDetail from SignedTx #224
Conversation
da85353
to
2dbc20b
Compare
CI still red (but only one lane left) |
98099b3
to
ca42b5b
Compare
Config.DEFAULT_NETWORK_TIMEOUT + Config.DEFAULT_NETWORK_TIMEOUT | ||
| _ -> | ||
Config.DEFAULT_NETWORK_TIMEOUT | ||
|
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.
@aarani I dont see this explained in the commit msg
ca42b5b
to
760144e
Compare
Unfortunately this PR needs to be rebased. BTW, @aarani re-re-ping on the timeout-config removal. |
c689c85
to
ebd9d66
Compare
Weird that I'm seeing this CI error very often lately:
Can you please:
|
Also:
|
6ce7ee4
to
765f724
Compare
ETC was previously marked as non-centeralized[1], this commit removes this flag since it's no longer needed. [1] 9392215
This commit updates Nethereum to latest version to support extracting token transfer amount from the raw tx created when sending (hot-storage) or signing (cold-storage). It's noteworthy to say that Web3 no longer accepts a timeout as an argument. Nethereum now supports different types of transactions like those that support EIP-1559, at this moment there's no clear benefit for migrating especially given the fact that it will causes incompatiblity with ETC so we will continue to use Legacy types for now.
This commit removes the redundant proposal and metadata from the SignedTransaction type.
fb78f2c
to
3a7bc4b
Compare
1a3be72
to
265b103
Compare
Installing git before checkout was necessary to prevent this error when git wants to interact with the checked out repo (Probably because it's downloaded using Github's REST API): ``` fatal: not a git repository (or any parent up to mount point /) ``` Installing git before checkout also removes the problem with using submodule parameter in checkout action so the comments we had are no longer applicable. This was done to fix errors we had with downloading actions [1]. [1] nblockchain#224 (comment)
Superseded by #238 |
No description provided.