winsvega
49107da7f4
BlokTests
InvalidBlockRLP
10 years ago
arkpar
82a413cb39
added saveProjectFile signals
10 years ago
CJentzsch
7d6a0f4d84
less magic
10 years ago
chriseth
79fb35fd69
Exception-throwing assert.
10 years ago
arkpar
125126a4cb
more ux improvements
10 years ago
subtly
29cce7b80d
remove commented code
10 years ago
subtly
46692bcf32
track pings where pubk is unknown so pongs are properly handled
correct mutex usage
notify Host of new node only when it is inserted into table
temporarily double discovery timeout until concatenated packets are supported
remove duplicate eviction-timeout entry
update node's udp endpoint when node is noted as active (fixes bug which duplicates NodeEntry)
don't note pending nodes as active, don't add pending nodes to table
change NodeEntryRemoved to NodeEntryDroppped (Remove will be permanent)
note active node after packet is processed instead of before
do not respond to unsolicited packets
store node pubk and tcp endpoint when Ping is received
fix bug in Host causing empty Peer shared-ptr to be created
10 years ago
arkpar
6df3687132
usability improvements
10 years ago
CJentzsch
5fa9d9b718
update gasLimits
10 years ago
CJentzsch
2a7d4f918f
improve sampling in fuzz testing
10 years ago
Gav Wood
1619d230c3
Extensive pathway for reporting transaction execution results.
10 years ago
chriseth
f1a2c9dfef
Streaming operator for single AssemblyItem.
10 years ago
chriseth
aaba229fce
Method to retrieve instruction from AssemblyItem.
10 years ago
chriseth
0ed6724f0b
Remove NoOptimizeBegin/End again.
10 years ago
yann300
c86860df43
Colorize autocompletion results according to token type.
10 years ago
Paweł Bylica
4b37ed9e16
Additional cache options: readonly, writeonly and clear.
10 years ago
Gav Wood
32a6cf22a5
Rename transact -> submitTransaction (reflecting aynch nature).
10 years ago
Lefteris Karapetsas
7eb9aa3466
Explicit conversion between bytes and int of any size
- Allowing aforementioned conversion and adding tests for it
10 years ago
Gav Wood
45aaeec86b
Minor semantic typo.
10 years ago
Gav Wood
abd800ffbc
Nicer HTML and version info in AZ.
10 years ago
Gav Wood
657c051ab2
Bump database version for new PoW.
10 years ago
Paweł Bylica
06a17b1040
Better style
10 years ago
Gav Wood
63df1f7730
Ethasher update.
10 years ago
Gav Wood
eaba97e201
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
aa683b23ca
Fix MWD's horribleness this side.
10 years ago
Gav Wood
2fe051385a
Merge pull request #1304 from xcthulhu/revendoring-ethash
Revendoring ethash
10 years ago
Gav Wood
ceb855d37a
Merge pull request #1337 from arkpar/msvc
Fixed exception constructor for msvc
10 years ago
Lefteris Karapetsas
9ed338e2ca
Structured Logger output is now one-liner
10 years ago
chriseth
523ce4d178
Disallowed special case of bytes0 arrays.
10 years ago
chriseth
85505d45c0
Packing for arrays.
10 years ago
chriseth
2505b8ed90
Provide access to storage offsets via contract type.
10 years ago
yann300
e09d0261f7
CodeMirror - add autocompletion module
CodeMirrot - add close brackets module
10 years ago
Paweł Bylica
a64b4d9f71
Workaround for buggy LLVM ctlz used in counting EXP cost
10 years ago
chriseth
bb7b97b2f6
Merge pull request #1331 from LianaHus/sol_AnonymousEvents
Sol anonymous events
10 years ago
arkpar
31e119dd40
fixed exception constructor for msvc
10 years ago
Liana Husikyan
3e0f3fd514
added test to check anonymous events with user specified topics
added initial value for m_anonymous of EventDefinition
10 years ago
Liana Husikyan
7cb944c903
added anonymous to ABI
10 years ago
Liana Husikyan
7fe63e36e9
changed the position of 'anonymous' keyword: event <name>() anonymous.
- style changes
10 years ago
Liana Husikyan
0b14d26f6b
Added anonymous flag to event.
added test
10 years ago
Liana Husikyan
b0d00eef98
added test for anonymous event
10 years ago
Gav Wood
87ccd547e3
Cleanups.
10 years ago
Gav Wood
b8d53c5a38
Better crash fix.
10 years ago
Gav Wood
8cc17f2dc3
Crash fix.
10 years ago
Gav Wood
38dc97b54c
Make value in AZ transact default to something sensible.
10 years ago
Gav Wood
634ee69474
Extend reach of exception handling for UPnP.
10 years ago
Gav Wood
4abf3a7221
Merge pull request #1333 from arkpar/eth_buildc
Support for building with clang and GNU gold linker on linux
10 years ago
chriseth
bbcd9bf6a3
Merge pull request #1326 from chriseth/sol_packedStorage
Let Solidity pack its storage
10 years ago
Arkadiy Paronyan
21009510a6
Merge pull request #1315 from yann300/trackFileStatus
Mix - Track files status.
10 years ago
arkpar
d0dfac71ba
supported building with clang and GNU gold linker on linux
10 years ago
yann300
6ce17df79a
- bug fix: sync issue when renaming a file.
- small changes
10 years ago