Gav Wood
|
9afd426e5a
|
Refactor toJson out into separate file.
Implement basic admin_eth_* interfaces.
|
10 years ago |
Gav Wood
|
eb140df18a
|
Admin methods.
|
10 years ago |
CJentzsch
|
4036bd2d4e
|
add blck504980 test
|
10 years ago |
chriseth
|
6c45ac6ab1
|
Optimize RETURN x 0 to STOP.
|
10 years ago |
Gav Wood
|
20e4fc7b93
|
First JSONRPC admin method.
|
10 years ago |
CJentzsch
|
75e39b650d
|
fix expected section for ecrecover
|
10 years ago |
Gav Wood
|
3e46b869ad
|
Allow unlocking of wallets over RPC.
|
10 years ago |
Dimitry
|
cb133837c4
|
expectOut fill section to vmTests
|
10 years ago |
chriseth
|
4fc4800714
|
Wallet tests.
|
10 years ago |
Paweł Bylica
|
e5bf3e16a3
|
Add code hash to VM tester.
|
10 years ago |
chriseth
|
5eb31c2281
|
Added missing source locations for new memory management code.
|
10 years ago |
Dimitry
|
ae1847a103
|
Precomp. Contracts from Transaction: one more test
|
10 years ago |
Dimitry
|
c64a12377d
|
stPrecompiledContracts from transaction test
|
10 years ago |
Marek Kotewicz
|
42e934baf4
|
udpated eth_compileSolidity
|
10 years ago |
Liana Husikyan
|
808c7ea26d
|
cleaned up the tests
|
10 years ago |
chriseth
|
e66a5ca0b5
|
Use dynamic memory for argument encoding.
|
10 years ago |
CJentzsch
|
baf10f84b3
|
move test from stSpecialTest to transaction test
|
10 years ago |
Liana Husikyan
|
2d732e8923
|
removed byte0 keyword
|
10 years ago |
CJentzsch
|
206e456ba2
|
add sec80 test as provided by sec
|
10 years ago |
CJentzsch
|
2a6f84dc0a
|
all precompiled contracts tests as CALLCODE
|
10 years ago |
Paweł Bylica
|
4205cf79f9
|
Remove pessimising moves.
|
10 years ago |
Liana Husikyan
|
10615249cf
|
added test
Conflicts:
test/libsolidity/SolidityEndToEndTest.cpp
|
10 years ago |
CJentzsch
|
e655491fe9
|
add precompiled contracts with prefixed 0's and retune gas limit
|
10 years ago |
Paweł Bylica
|
f7ed7ed4de
|
Rename Executive::collectResult -> setResultRecipient.
|
10 years ago |
arkpar
|
4787970b0d
|
codeHash in ExtVM
|
10 years ago |
Marek Kotewicz
|
a52cd26609
|
new Ex methods
|
10 years ago |
Marek Kotewicz
|
8d6d0f84c1
|
Squashed 'libjsqrc/ethereumjs/' changes from 16861fc..ca46cb5
ca46cb5 updated examples
aff3497 updated icap example
9fa9b16 gulp
61f1ba6 Merge pull request #224 from alexvandesande/prefix-name-reorg
448dd30 Merge branch 'master' into develop
7753724 build files
fc3dc7a build files
c9ebd7e version 0.5.0
448cf03 Merge branch 'master' into develop
43e8f0e Merge pull request #207 from ethereum/icap
0a56733 updated icap example
e67e705 Merge pull request #223 from ethereum/revert-222-master
f229f4e Revert "sync sendTransaction returning tx address"
ca58837 Merge pull request #222 from jesuscript/master
66a2b6c sync sendTransaction returning tx address
b19e46c updated "deposit" method description, updated icap example contract abi
fbb9a41 Merge branch 'develop' into icap
3bb6e4f sha3 backward compatibility. #205
d0be181 fixed const functions calls handling errors
858d0c6 lint
95aabe3 sendIBANTransaction && tests
5866f08 milli should have two l's
bacb03c Rename Kwei to kwei, added support for some SI base units for ether
dfd5060 use "official" namereg, updated examples
d8ad2b7 Merge branch 'develop' into icap
3fb420f Merge branch 'master' into develop
ea4d66e updated examples
e6209c6 Merge branch 'master' into develop
71ae809 version 0.4.3
92e2a2f Merge branch 'master' into develop
d03bec6 decoding of empty array, fixed #210, fixed #211
9abf38a fixed encoding of empty arrays
2ad458c Merge pull request #212 from ethereum/estimateGas
be2e93f build
d4bf850 fixed typo
0594e7f add estimateGas to contract methods and fixed sendTransaction return value
55c4653 test/isIBAN.js
e9483a6 icap.html example
6fb04d8 namereg example allows to register custom names
60c9bf8 removed natspec example, added namereg example
cd773fc updated docs
4af0085 web3.eth.namereg contract, icap in progress
02556ea removed unnecessary file
d320552 crypto-js integrated into project
adf91df sha3 init
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: ca46cb5c94da4d37e9f4a5b8f6c0d117b72668d7
|
10 years ago |
Marek Kotewicz
|
ec3afa9d71
|
eth_newPendingTransactionFilter
|
10 years ago |
CJentzsch
|
3d160fe011
|
sec-80 test
|
10 years ago |
chriseth
|
2d2c9b3a70
|
Quick fix to not access inaccessible sequences.
|
10 years ago |
chriseth
|
299c36e6b1
|
Test for the invalid sequence access bug.
|
10 years ago |
chriseth
|
7229fad1b2
|
Optimize double ISZERO.
|
10 years ago |
chriseth
|
0f8c4a7fbb
|
Bare functions return success condition.
|
10 years ago |
chriseth
|
3fc61e9087
|
Compute constants
|
10 years ago |
CJentzsch
|
0426f5e3fd
|
fix expected section
|
10 years ago |
CJentzsch
|
a0035a2da3
|
add call-a-suicided-contract-again-test
|
10 years ago |
CJentzsch
|
05e25f7d2b
|
style
|
10 years ago |
CJentzsch
|
1ded374bae
|
log on OOG call
|
10 years ago |
chriseth
|
ac79514e63
|
Ability to specify the storage location of a reference type.
|
10 years ago |
Dimitry
|
1cc8ac8bd5
|
VM Filler: Style
|
10 years ago |
CJentzsch
|
c48a44fe96
|
retune gas cost of recursive bombs
|
10 years ago |
gluk256
|
e6a0dab554
|
Update peer.cpp
|
10 years ago |
Vlad Gluhovsky
|
777b298613
|
warnings fixed
|
10 years ago |
CJentzsch
|
c9a7593e07
|
style
|
10 years ago |
Vlad Gluhovsky
|
2ef63e583d
|
fixed peer test
|
10 years ago |
subtly
|
3a5e67eaab
|
Fix network tests: delete host pointers after use.
|
10 years ago |
subtly
|
ce367d3da0
|
update whisper tests
|
10 years ago |
Dimitry
|
7ff49e87bf
|
Issues: VMTest filler fix
|
10 years ago |
Liana Husikyan
|
ee2b5e7cb4
|
fixed assigning negative number to unsigned
|
10 years ago |
Liana Husikyan
|
9da464ee05
|
- style fixes
- added test for uint8 = -1 which doesn't fail; todo: fix that
|
10 years ago |