Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.3.75 #118

Merged
merged 147 commits into from
Jun 18, 2014
Merged

0.3.75 #118

merged 147 commits into from
Jun 18, 2014

Conversation

phelixbtc
Copy link
Contributor

No description provided.

domob1812 and others added 30 commits March 19, 2014 14:40
In TxToJSON (decoderawtransaction / getrawtransaction), show input
amounts of transactions as well as fees for better checking of
correctness.
Decode name operations in TxToJSON for better results in
decoderawtransaction and friends.
Handle OP_PUBKEY also (and not just OP_PUBKEYHASH) in
ExtractDestination, so that those transactions are decoded correctly.
Add support for name_update operations in the createrawtransaction RPC
call with a new, optional third argument.
Add a dummy 'game_waitforblock' method that only sleeps for now, and
encapsulate the RPC server's client streams into a new class that can be
used in the future to persist the streams in new threads for
asynchronous RPC calls.

Conflicts:
	src/bitcoinrpc.h
	src/namecoin.cpp
Implement async RPC method calls that spawn a new thread waiting to
finish them.

Conflicts:
	src/namecoin.cpp
Move the check for RPC server shutdown above accept call, so that it
does execute when stop() was called.
Add a new "waitforblock" async RPC call, that currently just sleeps for
some time instead of doing actual things.
Implement the body of the waitforblock RPC call, but the condition
variable introduced is not yet notified when new blocks actually arrive.
When a new block has finished processing, notify all threads waiting on
the condition variable about it so that waitforblock now fully works.
Add a new optional toaddress argument for name_firstupdate.  This allows
sending of names directly to an explicit address, rather than only to
one taken from the key pool.
With many names these are really ugly.
typo: you wrote "namecoind first_update" instead of "namecoind name_firstupdate" (noticed by @bortzmeyer)
listsinceblock method added - allows to get all transactions in blocks since block [blockhash], or all transactions if omitted. This method is very important for monitoring incoming transactions mechanism.
Regexp compilation moved outside of loop
Small code optims
phelixbtc and others added 25 commits June 14, 2014 16:29
Port from Bitcoin: 1b43bf0 (Gavin)
"""
    Rename util.h Sleep --> MilliSleep

    Two reasons for this change:
    1. Need to always use boost::thread's sleep, even on Windows, so the
    sleeps can be interrupted (prior code used Windows' built-in Sleep).

    2. I always forgot what units the old Sleep took.
"""
…MilliSleep

Fix Boost Version for MilliSleep
RemoveFromMemoryPool - fixed handling of pending names when reorganizing the block chain
2ecd6df
Check earlier for blocks with duplicate transactions to prevent DoS.
Add the difficulty as new field in the JSON representation of a block.
See namecoin#112.
Skip signature verification on blocks before last checkpoint.
namecoin-qt.pro: Suppress some annoying compiler warnings.
This patch seemingly fixes a compilation error with Ubuntu 14.04 and
newer gcc versions.  See
chronokings/huntercoin#50.
Fix compilation error in Ubuntu 14.04.
@domob1812
Copy link
Contributor

ACK. Is this the final version you want to release? If so, let me know and I'll create a Git tag for it signed with my GPG key.

domob1812 added a commit that referenced this pull request Jun 18, 2014
@domob1812 domob1812 merged commit 31ea638 into namecoin:namecoinq-release Jun 18, 2014
@phelixnmc phelixnmc deleted the 0.3.75 branch June 23, 2014 08:58
domob1812 pushed a commit to domob1812/namecoin that referenced this pull request Dec 16, 2014
bccaf86 Merge pull request namecoin#150
2a53a47 Merge pull request namecoin#151
5f5a31f Merge pull request namecoin#149
3907277 Merge pull request namecoin#142
a3e0611 Enable tests in x86 travis builds
45da235 x86 builder
8bb0e93 Merge pull request namecoin#155
971fe81 build: fix openssl detection for cross builds
f22d73e Explicitly access %0..%2 as 64-bit so we use the right registers for x32 ABI
e66d4d6 Avoid the stack in assembly and use explicit registers
cf7b2b4 Fix ECDSA message hashes to 32 bytes
056ad31 Really compile with -O3 by default
74ad63a Merge pull request namecoin#146
9000458 Merge pull request namecoin#145
1f46b00 build: fix __builtin_expect detection for clang
aaba2e0 Merge pull request namecoin#136
8a0775c Merge pull request namecoin#144
ee1eaa7 Merge pull request namecoin#141
c88e2b8 Compile with -O3 by default
6558a26 Make the benchmarks print out stats
000bdf6 Rename bench_verify to bench_recovery
7c6fed2 Add a few more additional tests.
992e03b travis: add clang to the test matrix
b43b79a Merge pull request namecoin#143
e06a924 Include time.h header for time().
8d11164 Add some additional tests.
3545627 Merge pull request namecoin#118
6a9901e Merge pull request namecoin#137
376b28b Merge pull request namecoin#128
1728806 Merge pull request namecoin#138
a5759c5 Check return value of malloc
39bd94d Variable time normalize
ad86bdf Merge pull request namecoin#140
54b768c Another redundant secp256k1_fe_normalize
69dcaab Merge pull request #139
1c29f2e Remove redundant secp256k1_fe_normalize from secp256k1_gej_add_ge_var.
2b9388b Remove unused secp256k1_fe_inv_all
f461b76 Allocate precomputation arrays on the heap
b2c9681 Make {mul,sqr}_inner use the same argument order as {mul,sqr}
6793505 Convert YASM code into inline assembly
f048615 Rewrite field assembly to match the C version
3ce74b1 Tweak precomputed table size for G

git-subtree-dir: src/secp256k1
git-subtree-split: bccaf86caa9c44166e5a66600b742c516e03c3f0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants