Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/letheanVPN/blockchain-iz

Lethean/IntenseCoin(ITNS) fork of the original CryptonoteFoundation project.
https://github.com/letheanVPN/blockchain-iz

fix cumulative_size limit in block v5

remove large blocks every 5, allow all blocks to reach m_current_block_cumul_sz_limit bytes

b0215498c6055a2f418c36bd1d9fe2e5ee09b109 authored almost 7 years ago
add block version 5 constant

update integer to named constant

394fa28a1e40063acb7c416019e2f76dc461310a authored almost 7 years ago
Update tx_pool.cpp

c0c3cc144c62394e731b3ed818bdb0156009b3f0 authored almost 7 years ago
use improved tx filling template

0bf932d0d7b091f6c16a9c08a75386f2ae9bd8a4 authored almost 7 years ago
fix block reward calculation

median size is calculated differently in the validation of miner transactions than it was calcula...

f2325163eba7e11076c832aa96269a38e3f676b1 authored almost 7 years ago
remove old debugging and unused variables

df1acad0d86fe09a54801b5ffbdf1ec72d33d0f4 authored almost 7 years ago
update checkpoints v4 hardfork

update checkpoints v4 hardfork

568830245f78d4458f69c875c476adf245a88adb authored almost 7 years ago
update checkpoints v4 hardfork

ccfc6b462af984374ec6711b9e9b064a79e34c21 authored almost 7 years ago
Intensify commandline help

e60b3da93e809446f545ace4ed0b112c8a214190 authored almost 7 years ago
remove local generate_genesis_block and replace with full call to cryptonote_core::generate_genesis_block, link basic with core, could be unlinked in future if dependence on generate_genesis_block can be avoided

3352fa49f01710ead3e5c16af69c15997cbc3fac authored almost 7 years ago
add v4 hard fork info

ac3e8aa0a0d84d00efe348c43fb4c5a35a8be524 authored almost 7 years ago
Merge pull request #63 from valiant1x/block_v4_features_and_pow

Block Major Version 4

ba45d684f682e63cee685cb3f5f16c80b4668df2 authored almost 7 years ago
version bump

7133159451e9a096822a8a3f34f2434547317ddf authored almost 7 years ago
Dynamic fee tuning

3084c50f19bdc8226345888537e963a21aa8a888 authored almost 7 years ago
allow dynamic fee to take effect upon forking

Monero used a 1 day delay before instituting the dynamic fee after forking, but the reasons for ...

46ac5b7e49e1345f8e403e5419c457807c2439f1 authored almost 7 years ago
update integers for block v4 to named constant

e4d32e8d8675d70aab1b7d6072e9615396848bd1 authored almost 7 years ago
restore use of new simplewallet transfer method

557b0923857b50685e8a2a816a555f029c44d3b9 authored almost 7 years ago
Merge branch 'block_v4_features' into block_v4_features_and_pow

4a7f32e123052192609c97c3b24ccd5ab757572f authored almost 7 years ago
add v4 mainnet hard fork

261ba94243afb2f07e9557a14fcf3630d2cc8a6f authored almost 7 years ago
fix testnet max outputs for first block

376543a6e41eba6cebd75d186770fd686b42105e authored almost 7 years ago
Merge pull request #62 from valiant1x/block_v4_difficulty

LWMA difficulty algorithm

6c6057889356b7e89166315a3d541f24eabdc98d authored almost 7 years ago
update checkpoints

3a6c59c2f136300400e34729f33d4ed5f3fddc22 authored almost 7 years ago
update checkpoints

1bc411dafeb1e630b575dd00634363328ba25d78 authored almost 7 years ago
Add missing version 4 check on block template

e892acba959ffa3f7a1e12807fa40de553dad52b authored almost 7 years ago
Add missing version 4 check on block template

737397f5a7547b885c69cb36d1cf82b8c9c1f83b authored almost 7 years ago
LWMA difficulty algorithm

98cfc5f1bb37c6e4401dbd81635d9c24dde88b7f authored almost 7 years ago
fix max_outs error on testnet

1bec8433b74bbdda97d1e57e09c5f32cacc8a64f authored almost 7 years ago
permit v4 blocks for v1 pow

87bf97e66cc13d2b020ca57c4b7d0fb59b89e490 authored almost 7 years ago
permit v4 blocks for v1 pow

71841d87d0eaac2c3f5121c78d4d81614967ac0d authored almost 7 years ago
miner support for v4

02f400686b674434bd19356341a04094c115b032 authored almost 7 years ago
keep classic pow for v4 in parent v4 branch

dc449c8abaf7421ff071a01e19e87dde1467da0d authored almost 7 years ago
Make use of block version constants, start enabling new features

e9121e1cc52eb10cc413964ae05ae977a9529a29 authored almost 7 years ago
miner support for v4

58b1ef48bb167e11826b5582fdfe224b3da8c493 authored almost 7 years ago
keep classic pow for v4 in parent v4 branch

73e1da0724bea4c2d4b79acaf880df678ce55d38 authored almost 7 years ago
Some other V4 changes

9d7e00ecfad0940c44f0b4cf8a030a40816ab7e5 authored almost 7 years ago
Merge pull request #52 from mtl1979/inetfix

Fix missing prototype of inet_ntop/inet_pton.

f723d7f965ef0e762cf8932efe3610f5500b7fb9 authored almost 7 years ago
build VPN RPC binary separately

f38e185673d1f4a5ebfaccc913901873da268f11 authored almost 7 years ago
Add separate RPC binary to handle dispatcher interactions

To eliminate confusion with using the normal RPC client with the dispatcher, a separate binary fo...

766d16cdc8af5d4db17818c0c0fff4dfb9ffe62d authored almost 7 years ago
Some other V4 changes

cce08cd7e2b22cb1f2355ffcc7f43aac16fb40c6 authored almost 7 years ago
calculate Pow variant based on it being introduced in version 4, not version 7

6c81c02a180ba4e4e196681a8a4238935c40c7d6 authored almost 7 years ago
Make use of block version constants, start enabling new features

95ff35bb2bf5475b791c85cb00d285c7512c6e7a authored almost 7 years ago
first step porting in the new PoW variant from Monero: https://github.com/monero-project/monero/commit/c102c49da5015592d2a2fedf0ae348495ec382df

478ca5a865c7987365e4548f9f94b12d891a5df1 authored almost 7 years ago
Testnet setup for V4, TX features activation

a82823a59d0ff517fc8294b01d745b611343b7c7 authored almost 7 years ago
Fix missing prototype of inet_ntop/inet_pton.

5d0c96cac3cf57880af32f450b5555458b978ff5 authored almost 7 years ago
Merge pull request #44 from iedemam/master

fix compilation considering new difficulty algorithm

a88e5e5db2dbf324e735754d25a02e9a866dd218 authored almost 7 years ago
Merge pull request #54 from valiant1x/monerofork

Fix possible conflict with monero

aa6509c3624db5abd49e77efef332b900c566307 authored almost 7 years ago
Fix possible conflict with monero

Fix for possible conflict with monero wallet running on the same machine.

92d0f5afee769c304c34b25c25426505d1c74aa6 authored almost 7 years ago
Merge pull request #51 from valiant1x/blockfix2

Fix for parent block transaction with version number 0

2f38783f19e7754ef99a766eed5b896d0a3445cc authored almost 7 years ago
Fix for parent block transaction with version number 0

917f336641c891b980986f5a912c9ed1ad282e18 authored almost 7 years ago
Merge branch 'master' of https://github.com/valiant1x/intensecoin

d3d0f5651da26cb9418569e5da837985306f605e authored almost 7 years ago
version bump

cbb6ba67aed24bfd9c2df7d01af962b5e7027879 authored almost 7 years ago
Merge pull request #48 from valiant1x/blockfix

fix merged mining block interpretation

4399c4b527daab3e361eb7a8ea5d49965cc57e1d authored almost 7 years ago
Merge pull request #46 from iedemam/issue43

patch in fix from upstream to address issue #43

12c841aa65b2667576a8f6fe1e95811ead82ea3b authored almost 7 years ago
remove debugging output

3274ea9d07aea81d35287e79473997e862008400 authored almost 7 years ago
fix support for merged mining transactions

merged mining transactions are stored in the parent_block portion of blocks, referred to as byte...

b6ff776f7e75c93251dbd5a1159a914106058d26 authored almost 7 years ago
add debugging output

remove `return` if block version > 3

65523ca990b6152c2f09fa98b7aba322579502a4 authored almost 7 years ago
patch in fix from upstream:

https://github.com/monero-project/monero/pull/3231

cbdb29c14b62c3b109027d2c06689cfb816e56aa authored almost 7 years ago
fix next_difficulty() signature considering difficulty algorithm changes, all tests compile now

707cfb561a65a3467e39594349c486d8f1f72c7e authored almost 7 years ago
add build status badge to README

2e1b2800a0d0d3ef68d8f135c841f4f1f5e75d0b authored almost 7 years ago
tell Travis CI to build master now that the XMR branch has been merged

1c572a14329ce4b981b32d3c2b7034145f965253 authored almost 7 years ago
Merge branch 'master' into xmr

e0af44da366d8264037f96bbdf1bbb0e35de15e4 authored almost 7 years ago
add macOS build matrix to Travis CI

2208264f1155e5d86fcc588d18f82527f24b8484 authored almost 7 years ago
make it Intense

06317c166121143d0436b038ee8048b2284fc13d authored almost 7 years ago
Merge pull request #36 from iedemam/xmr

start support for Travis Continuous Integration

24b9f7519428b4f0ae8fd1d832d399bb023f4b52 authored almost 7 years ago
cleanup clang build

6c4ff62aeaf32e4e3dc633c24f928f879d092f9b authored almost 7 years ago
double job concurrency, don't set MATRIX_EVAL for default compilers

772be25a9f21ce495036126c34628c0e1e07a353 authored almost 7 years ago
filling out the gcc and clang version matrix

26639d7567d6161719e080caa427953da7d979a9 authored almost 7 years ago
try gcc and clang matrix

e76cacb7d9f14f03896c9a237087c3c30fb2313b authored almost 7 years ago
remove gcc 5 experiment, hardcode trusty

3ce637410c47384477ab01629f55b3fba3cb0257 authored almost 7 years ago
limit to release building for now

77b2a3fac16e86faad2363db8ad5c1170b2137c0 authored almost 7 years ago
try things with gcc5

b5c1dbf03017f560b125db7c2881e5872f126415 authored almost 7 years ago
add application specific boost libs

7202f9cfa1d33fb6a590e3b0c01e3c69eaeb79d7 authored almost 7 years ago
make add-apt-repository non-interactive

e96617d2868ec3a166e022cd4c6206a84c087512 authored almost 7 years ago
try to grab a ppa to update boost to 1.58

2755d581576de7417438e28e15cba04919bedffe authored almost 7 years ago
first stab at getting Travis CI working

c1a60f922acdc9d33488c1d42c97ad31dd42f709 authored almost 7 years ago
Remove hardcoded mainnet genesis timestamp.

643523912017645ba9aaac22ac12ee7a79c82d77 authored almost 7 years ago
Fix compiling without readline library

95c4cba20903c7855caf7d04051f2adf7591f3e5 authored almost 7 years ago
Add missing cmake file for gtests

aeffa5d85520cdfcc1be91ce431174b7f07d36f7 authored almost 7 years ago
fix readline path, cmake warning

b61ee3eed069a5fcde9daf389c2d6aa1d0894fd8 authored almost 7 years ago
update FindReadline paths

d7f87401b196872e1d0ec2bc88f76e999ff382e0 authored almost 7 years ago
XMR PR 2978 - fix readline issues on osx

https://github.com/monero-project/monero/pull/2978

b164d6d0c6f536854544361f58cc9f5fd2f2e9d5 authored almost 7 years ago
delete unused file

9980fca32f68dec7b176403d1c078d8f39385909 authored almost 7 years ago
update checkpoints

c031263b547cd7c29221fa65c011b5e6350ddb2d authored almost 7 years ago
version bump

f9160fb884716fc1fd5f344fcaa8f07627456d95 authored almost 7 years ago
remove hard fork 2 TX unlock time calculations

in XMR, they targeted a different difficulty in HF 2, requiring TX unlock times to be different. ...

e3c2751e877652eee1b380d55ed2ff4e5af69445 authored almost 7 years ago
fix approximate blockchain height calculation

previously, the wallet was using a hardcoded block number and old timestamp that does not exist i...

bb248c2024b3bb3e6348ba28701c11e1063b118a authored almost 7 years ago
update testnet block timestamps

2044451c676b222a8d53743176e53698add74e72 authored almost 7 years ago
fix block 1 timestamp

bdcfc10bd01840cde6b75c744b777b156ae1d254 authored almost 7 years ago
remove version 4 hf

no planned date yet

5a3f9be5549398646e57525c35ebb06bfbfd92de authored almost 7 years ago
Set donation address

5f3a2198eefc79997d12b1a0030c12918356108b authored almost 7 years ago
Remove monero references

a0ed4438d07fa340335ea49497e852f53f1349a6 authored almost 7 years ago
version bump

final version pre-rebase

9fd608de4db031118b5102e718415a1789b60d00 authored almost 7 years ago
remove debugging output

d974411bb0adb78465dd58946466a2156e786aa7 authored almost 7 years ago
rebase testnet compatibility

fa52382ae9eae2fec59587bcbde0b4f9f464dd01 authored almost 7 years ago
Correct port number in commandline help message

5351a8663802ad4104125d3c329380d42857c0c5 authored almost 7 years ago
Version bump

adc2335be226ea4c9fd14e9475053eb455eb8b79 authored almost 7 years ago
remove RCT transfer method from simplewallet

8a3d9c0b50120eebfcc53bb29dddd95513499f54 authored almost 7 years ago
reduce dust and clamp thresholds

354797ce34e76355bd7eaa3c2ac91b166462635c authored almost 7 years ago
disable anti-dust measures, plan for HF 4

9707a79b4c7cecfbcccaa8e6587730f1711437f4 authored almost 7 years ago
prevent dropping connection on invalid txs to promote compatibility with ITNS nodes

at some point in the future this should be reverted

ac17fb4380168fe5d8c8f6325f8f2e65b8d0ae51 authored almost 7 years ago