Lefteris Karapetsas
a66a3c7a27
Remove seed parameter from ethash_full_new()
10 years ago
Arkadiy Paronyan
0f6a6c4b5f
Merge pull request #1561 from yann300/ui_macos
Mix - Implement InverseMouseArea QML control
10 years ago
yann300
ddb9892005
small changes
10 years ago
yann300
52d943aed9
small changes
10 years ago
yann300
d182406015
Implement OutSideClick
10 years ago
Lefteris Karapetsas
6554ab655e
Add docstring to compute_full_data()
10 years ago
Gav Wood
683dd22051
Allow fudging of calls so they never fail.
10 years ago
Gav Wood
a4601657cd
Merge pull request #1563 from ethereum/p2p
NodeTable bug fixing. Esp issue on first-connect to bootstrap node.
10 years ago
Gav Wood
fd404dee5d
Fix solidity tests.
10 years ago
Gav Wood
486233a478
Merge pull request #1538 from debris/js
web3 0.2.5
10 years ago
Gav Wood
31501e8306
Merge pull request #1546 from chriseth/sol_assumeContractNotCreated
Retain more gas for the case that the called contract is not yet created
10 years ago
Gav Wood
dfb4fb799d
Merge pull request #1401 from winsvega/expectedState
Expected state
10 years ago
Gav Wood
4bf9319c15
Fix the "fix".
10 years ago
Gav Wood
13fdd2e6e0
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
619b02ce93
Proper compile fix.
10 years ago
subtly
a0e3e82689
NodeTable bug fixes. Fix rlp message size calculation for neighbours packet. Increase refersh interval. Fix log output.
10 years ago
subtly
6b30cc54ce
Merge branch 'develop' into p2p
10 years ago
Marek Kotewicz
6149f7ad24
Merge pull request #1562 from LefterisJP/fix_build
Fixing the build
10 years ago
Lefteris Karapetsas
a37ad1e7ce
Fixing the build
10 years ago
Lefteris Karapetsas
5394bd6834
new api full/light test and get_cache()
- Adding new api full and light client test
- Moving the test for the old API into a deprecated section. Will get
deleted along with that API.
- Adding 2 new functions for light/full clients. One to get the pointer
to the cache and one to move it out of the client
10 years ago
yann300
5a4f7ea7ba
Implement InverseMouseArea
10 years ago
chriseth
6d8d0ec8b1
Merge pull request #1442 from LianaHus/sol_AccessorsForArrays
accessors for ArrayType
10 years ago
Gav Wood
4aca199707
Fixed bug in test's BlockChainLoader making it crazy slow and constantly
importing blocks it already had.
10 years ago
Liana Husikyan
2cf5fdcadf
fixes
added more tests
10 years ago
Liana Husikyan
99b3f7a55c
added < uint256 uinttype to test
10 years ago
Liana Husikyan
46eb3f366b
added implementation to append code for State variable accessor
fixed tests
10 years ago
Liana Husikyan
518daee546
some more tests
10 years ago
Liana Husikyan
561e461ded
added createing FunctionType from ArrayType VariableDeclaration
added test
10 years ago
Gav Wood
e3aa60c445
Fix and clean up of State class.
Fixed #1541
10 years ago
Gav Wood
2e616734a2
Polish for DAG creation.
10 years ago
Gav Wood
8ad3fd97f2
Minor typo fix for dag init.
10 years ago
Gav Wood
8bb370acaa
Better init DAG code.
10 years ago
Gav Wood
aa6a4de941
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
63dd33b82f
Fixes #1554
10 years ago
Gav Wood
f9a9b9b945
Remove DAG initialisation code.
10 years ago
Lefteris Karapetsas
1694c558df
Keep part of the old API for smoother transition
10 years ago
Lefteris Karapetsas
2a17b25688
ethash_hash() now returns for success or failure
- plus docstrings for the calculation functions
- also fixed indexing of a potentially null pointer
10 years ago
Lefteris Karapetsas
85bf80272f
Implementing the API functions and adding docstrings
10 years ago
Lefteris Karapetsas
afc1b382d7
Start of new C API implementation
- For more details look at:
https://github.com/ethereum/wiki/wiki/Ethash-C-API
- The functions of the API have all been implemented but are not yet
used or tested
10 years ago
Arkadiy Paronyan
31e43503cc
Merge pull request #1549 from yann300/ui_macos
MACOS bug fixes
10 years ago
yann300
585c1a1040
Change go to compilation error btn
10 years ago
yann300
dfe174f4e0
small changes
10 years ago
yann300
2f5577240a
Merge remote-tracking branch 'up/develop' into ui_macos
10 years ago
yann300
c093d07db5
Add Go to Compilation Error Btn
10 years ago
Arkadiy Paronyan
2cd3baa9ec
Merge pull request #1550 from arkpar/mix_auto_gas
Mix: Auto gas estimation
10 years ago
arkpar
5e319fa29b
fixed autogas setting
10 years ago
Gav Wood
91f9a1ea5d
Version bump.
10 years ago
Gav Wood
47797dad1c
Fix for lack of transaction propagation.
10 years ago
Gav Wood
80e22a1386
All of the JSONRPC APIs now work nicely with "latest" and "pending".
10 years ago
Gav Wood
f3acccf5f5
Remove VMTRACE.
Better transaction logging.
Avoid bothering with obviously invalid transactions.
10 years ago