Lefteris Karapetsas
ca539eb0b4
Fix AES Test
One of the AES tests was making an incorrect assumption about the string
constructor of FixedHash. Said constructor only works with hexadecimal
string representations
10 years ago
Dimitry Khokhlov
b2640e151a
fuzz: undefined variable build fix
10 years ago
Dimitry Khokhlov
73020754e3
smartcode: style
10 years ago
Dimitry Khokhlov
12f0d02beb
smartcode: fix
10 years ago
Dimitry Khokhlov
5a84977bf4
fix: style
10 years ago
Dimitry Khokhlov
ce93507040
Issues: BlockChain::rebuild + byteRef test
10 years ago
Marek Kotewicz
9d0ef73c8e
eth_getTransactionReceipt
10 years ago
Vlad Gluhovsky
d2a20ef120
test updated
10 years ago
CJentzsch
2a0aaf9d1a
fix wallet test name
10 years ago
CJentzsch
beee2c0bf9
add blockGasLimitTests
10 years ago
Vlad Gluhovsky
9fe95754fe
FixedHash::operator++() introduced
10 years ago
chriseth
bcc31d5d59
Updated wallet code.
10 years ago
Lefteris Karapetsas
9fa6406240
Some initial tests for libdevcore/FixedHash
10 years ago
Dimitry Khokhlov
bd133628cb
stPreCompiledContracts remove
as there is no 'out' when calling contracts from transaction
10 years ago
Paweł Bylica
42d9edc9b0
Fix up rvalue references. Avoid a copy of an EVM code in ExtVM.
10 years ago
arkpar
440f6e7dc2
import transactions in a separate thread
10 years ago
Gav Wood
d73209158e
test for new transaction queue.
Some cleanups and enhacements to Guards & Notifier.
Fix an invariant TransactionQueue.
10 years ago
Gav Wood
4346b80f06
Revert "Txqueueasyncverify"
10 years ago
arkpar
c7a516714d
prioritized transaction queue
Conflicts:
libethereum/TransactionQueue.cpp
msvc build fix
10 years ago
Vlad Gluhovsky
52f4f289c1
rating initial version complete
10 years ago
Vlad Gluhovsky
15106cef74
another test introduced
10 years ago
Vlad Gluhovsky
8dfabff96c
proof of work bugfix
10 years ago
Vlad Gluhovsky
d272ff8cee
intermediate
10 years ago
chriseth
905da13c34
Struct constructors.
10 years ago
chriseth
97dc2d61f0
Fix for copying arrays to storage.
10 years ago
chriseth
d3ff381447
Memory structs.
10 years ago
Paweł Bylica
ff112cb94c
Make --vm command line option syntax consistent with other options.
10 years ago
subtly
2081ac1412
fix failing peer test.
10 years ago
Paweł Bylica
5df0d1b872
--vm command line option replacing --jit.
10 years ago
subtly
40ebe26555
Sign, recovery, and verify.
10 years ago
Gav Wood
18ad0a4c9a
Fix for crap compilers.
Fix for tests.
10 years ago
CJentzsch
0704562207
style
10 years ago
CJentzsch
e0b7cfaa24
add badStateRootTest
10 years ago
CJentzsch
e5d32849dd
add transactionQueue tests
10 years ago
Vlad Gluhovsky
c5ffcad47b
build fix
10 years ago
chriseth
485a910523
Documentation and tests for RangeMask.
10 years ago
Vlad Gluhovsky
a8197d867c
super mega enhanced update
10 years ago
Vlad Gluhovsky
ab86f1fdf2
mega enhanced style fix
10 years ago
Vlad Gluhovsky
6d37304d05
style fix
10 years ago
Vlad Gluhovsky
5ed44a51b9
Distribution Rate test introduced
10 years ago
Marek Kotewicz
1e652c0757
Squashed 'libjsqrc/ethereumjs/' changes from 2a0b46a..d5d2115
d5d2115 example contract using array, fixed #185
21ed235 removed connection keep-alive
c44fe01 version 0.7.1
d9b785e fixed #248
490dde5 fixed encoding/decoding strings, #249
b3f5d09 fixed long bytes dynamic decoding/encoding, #249
d097821 small filter improvement
d59b1cd removed xhr from browser
42b6e9d version 0.7.0
fe6defd gulp
44dcd24 set connection keepalive
2b17c0f gulpfile changes
4a46c73 Merge pull request #228 from ethereum/strings
93c8006 tests for encoding and decoding prematurely terminated strings and strings containing internal zeros
7dd44e7 Merge branch 'strings' of https://github.com/ethereum/ethereum.js into strings
390a9ff Merge branch 'develop' into strings
bcd9cfb updated deps, removed unused karma
ef15fc1 Merge pull request #244 from ethereum/allevents
6f74d57 Merge branch 'develop' into allevents
7aca17e Merge branch 'develop' into allevents
c5ee34d fix for optional event parameters
8170a0a Merge pull request #245 from ethereum/filterInstantWatch
76a094c fixed all issues noted by marek
d78b512 add possible callback to filters
e1b17a9 re-build develop
af9c027 all events filter
b270616 version 0.6.1
c47d6a8 gulp
7cf7cf3 map file
6da1d3e gulp
450042e Update eth.js
3951286 Added sendRawTransaction
323b529 merged develop
16ffdf6 merged master
ecf0a2c changed | to Math.floor
d2b5ba2 Merge pull request #239 from ethereum/mistFixes
9e6bf9d removed browser XHR
9061116 fixed build issues in formatInputDynamicBytes
0e3b29c fixed coverage issue
d51e9a2 merged latest develop
f0247aa made meteor package available on the server side as well
e97c5f5 fixed and tested meteor package init
3e49f56 add currentProvidor and mist fixes
bd6d9ba merged develop
7b730b1 Merge branch 'strings' of github.com:ethereum/web3.js into strings
cc533d9 fixed bytes wrong encoding
8c6f976 Merge branch 'develop' into strings
7c970e3 add bytes32 test with leading 0
9c7f7bb re-add .map files
189484f add extra int tests
73cc711 Merge branch 'develop' into strings
fa3239f abi string type, fixes #216 , #218 , #219
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: d5d2115bf9ad07a736a189e1022b7d3a549e4006
10 years ago
Dimitry Khokhlov
d2173cd479
FuzzTests: More Smart Codes
10 years ago
Marek Kotewicz
45cb07bccf
getBlockBy** and getBlockTransactionCountBy** return null if block is not found
10 years ago
Marek Kotewicz
971b685441
blockchain isKnown block / transaction
10 years ago
Dimitry Khokhlov
bd62db0f4a
FuzzTest: a few more random code
10 years ago
arkpar
4941aa82bf
style
10 years ago
chriseth
9c483859d1
Fixed checking of abstract functions.
Fixes #2264
10 years ago
Vlad Gluhovsky
c50437a5f9
uninstallWatch() fixed + test
10 years ago
chriseth
edd52f0553
Memory arrays cannot be resized.
10 years ago
Vlad Gluhovsky
baf4d450eb
a minor refactoring
10 years ago