- Apr 08, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
The transaction pool will now some easily be able to pre determine the validity of a transaction by checking the following: * Account existst * gas limit higher than the instrinsic gas * enough funds to pay upfront costs * nonce check
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Logs are now recorded per transactions instead of tossing them out after each transaction. This should also fix an issue with `eth_getFilterLogs` (#629) Also now implemented are the `transactionHash, blockHash, transactionIndex, logIndex` on logs. Closes #654.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* GetNonce Returns the canonical nonce * SetNonce Set the managed account's nonce
-
- Apr 07, 2015
-
-
Jeffrey Wilcke authored
Add IsOnCurve check to EC unmarshalling in ECIES decryption
-
Jeffrey Wilcke authored
Transaction pool will attempt to ignore invalid transactions it had previously encountered.
-
Jeffrey Wilcke authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Forward and log EC recover err and remove dup pubkey len check
-
Jeffrey Wilcke authored
libsecp256k1 #define NDEBUG
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Merge branch 'update_bitcoin_secp256k1_lib2' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-update_bitcoin_secp256k1_lib2
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Taylor Gerring authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
fixed printing circular structures
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Gustav Simonsson authored
-
Marek Kotewicz authored
-
- Apr 05, 2015
-
-
Jeffrey Wilcke authored
* miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes
-
Jeffrey Wilcke authored
-