Ecosyste.ms: OpenCollective

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

github.com/block-core/blockcore

Open source .NET Core Bitcoin based blockchain node in C#
https://github.com/block-core/blockcore

Merge pull request #184 from detroitpro/feature/BtcDecimalJsonConverterTests

Add Tests for BtcDecimalJsonConverter

1db6548b98ae1b0406d1b071e96106ed10429d67 authored over 7 years ago
wrote tests for BtcDecimalJsonConverter

a21bf103f30d836126acce42b528c84ec24defa3 authored over 7 years ago
removed NRE when nodesettings are null

d27261907345b3ee0bc9aecc34ac70b936478e18 authored over 7 years ago
Merge pull request #181 from Neurosploit/asyncloopfactory

Introduce AsyncLoopFactory and fix flaky blocknotification test

86014dafa387a1eab0f7f870e16e127e13e69b5e authored over 7 years ago
Introduce AsyncLoopFactory and fix flaky blocknotification test

f99d09fc570995594475267c940769540725062b authored over 7 years ago
Merge pull request #180 from bokobza/master

Better assessment of where the wallet tip should be

21744a75f7f6c696d07735b565f78c5b39331404 authored over 7 years ago
Don't return genesis in LastReceivedBlockHash() but rather throw an exception, there should always be a LastBlockSyncedHash.

e06e3f3458e2de22c13a7a6d0ee2065b1e688dc1 authored over 7 years ago
Merge pull request #179 from Neurosploit/mstestrevert

Revert test framework back to xunit

5154de20ab984944049166d43ea8af40fd8e64bc authored over 7 years ago
making sure we don't do much work in process block if there's no wallet that's been created.

d9d2967d0a0f9a9a2b380f5a3d78cb4d9cf0d731 authored over 7 years ago
Revert conversion of test framework back to xunit

7009793f941a226c4dcfc249ca6aca440169bb52 authored over 7 years ago
Upgrade to Netcore 1.1

df571853dcd8c384b7f77907a70697a2e48bbecd authored over 7 years ago
Merge pull request #178 from bokobza/master

adding BlockHash to the wallet tx object

08661cae1504c418618df56cc49de140bf82c0f1 authored over 7 years ago
adding BlockHash to the wallet tx object

af3c24eadd36d50098bdae25739c1e18d1b856d8 authored over 7 years ago
Increase release version

00b9310b9c84419fe65750ebc2d530a8691ec33f authored over 7 years ago
Merge pull request #176 from bokobza/master

Fixed comments in the GenerateMnemonic method

ce98616cd097bbf4e55b5661fc52973f8215f676 authored over 7 years ago
Fixed comments in the GenerateMnemonic method

14d7e129ad4e2461f89d87e5fccbfcda00d23a5a authored over 7 years ago
Merge pull request #175 from bokobza/master

Added mnemonic as optional input to the create wallet method

828810a3e4fb7f2487e3d047400112cb1c82cf62 authored over 7 years ago
Removed the creation of multiple currencies wallets

3537d30654787705039cfd72b48fefc6be86ce6f authored over 7 years ago
Added optional mnemonic as input to the wallet creation

2762a58cb84b902fc489a29411b801e2b4b4046d authored over 7 years ago
Added API method to generate mnemonic.

1c4c3ee41a74ca468f21304196bf85d30647a227 authored over 7 years ago
Merge pull request #174 from dangershony/wallet-startup-bug

Setting the sync manager tip on startup

07abcdb36fd518ad6f0681598758df26f32cd977 authored over 7 years ago
Setting the sync manager tip on startup

ac0c2eb958b8aa728dc40247605b58f8ce545e77 authored over 7 years ago
Merge pull request #170 from dangershony/wallet-fee-estimator

Fee estimation on the wallet fullnode

99151b538091c8166b987beae6d5863c5f8584b3 authored over 7 years ago
Using MSTest on the fee tests

28baf07fcf06383b445364c595cee04092e484ae authored over 7 years ago
Merge branch 'wallet-fee-estimator' of https://github.com/dangershony/StratisBitcoinFullNode into wallet-fee-estimator

cbfb29002f2eff7709ae992705dcabc1b65d5c6a authored over 7 years ago
Merge from master

6f87f5bb7c5fe69bbc3ad53f47a757d9b71a7c8d authored over 7 years ago
Merge pull request #172 from bokobza/remove-cointype

Removed cointype

dd3ed68ad7cc5f1b5c1902e1c133e4d85e3a0205 authored over 7 years ago
Merge pull request #171 from bokobza/master

configurable api uri

f4d0770d19d92d6821c192464e8a8affdaef2fe2 authored over 7 years ago
Merge pull request #173 from Neurosploit/xunittovisualstudioframework

Move from xUnit to MsTest

cd809fc4abf1d33a7f730dc5dcdbdae8fbd0ae1d authored over 7 years ago
Adding a fee type enum

26445daf6d8ffec30ca4916e7bba2e91179896c1 authored over 7 years ago
Move from integration test project from xunit to visual studio testing framework(mstest)

2a85aef9236ff9980f38d63a970df7da96aa7cda authored over 7 years ago
Update testing guidelines

7a1148af57bff22f4a54c05b33d51569ab242101 authored over 7 years ago
Move from unit test project from xunit to visual studio testing framwork.

59aa5327aeeed7d0f97a0743bc2019f514bfc1ee authored over 7 years ago
Removed the coinType from the wallet controller, manager and the api request models

4df29787943e9169f2c7c057b3d6d3bd3b76b822 authored over 7 years ago
Fix periodic log if there is no hash block

b7686c922eafea34150fe6eeec5b8f6c2d467c08 authored over 7 years ago
fix tabbing

6ec915261d94478eed02f08ec4637ef7905b7d15 authored over 7 years ago
Changed the root directory for the stratis full node

0a79488702e0e9aeed040583702d5b7d9ddefc86 authored over 7 years ago
Merge branch 'master' into wallet-fee-estimator

58f3ad2ad7c3e5869354f963f19f15585c97390c authored over 7 years ago
Fee estimation on the wallet fullnode

86f043331058971842a8132844b4f1a62ee6ac4c authored over 7 years ago
Added default api uri to the node settings

00dd8c5aea51a537f30b1fba262e194215aca552 authored over 7 years ago
Merge pull request #169 from dangershony/wallet-recover-startup

Wallet can now recover on startup

89446ee9e267f83bf1f4598bfaab9c50e9b2c20a authored over 7 years ago
Wallet can now recover on startup

5f477652e7eab5da75b18c8d5572a796c20d6227 authored over 7 years ago
Merge pull request #168 from bokobza/master

Added 'watch only' wallet

270c58b71f672fa72b11a611e008226ad71763dd authored over 7 years ago
Added 'watch only' wallet

743ffc62fb467aeafcad0e4c039f1d4e705d46a3 authored over 7 years ago
Merge pull request #167 from dangershony/block-store-recover-startup

Block store recover startup

ba94912824f4962b93ed2f4d6e09b77dd9ac0c2e authored over 7 years ago
Bring back the staking log

0541510de5c3947de20e002bb90f33fc473d73d0 authored over 7 years ago
Adding a test for block store to recover on startup

78c6320e5a6c9d0e98ac2b6c016598fbf9911301 authored over 7 years ago
Writing a test for block store to recover on startup

2e5aff39a4d46cad0b7d499803eeaf420cf1e921 authored over 7 years ago
merge from master

cfff33bddce1a10bca667a527fb9820b806df1a7 authored over 7 years ago
Blockstore recover after a crash

f64f8474244b0df5aaf73ffc38f553d8334cc990 authored over 7 years ago
Merge pull request #165 from bokobza/master

Wallet json files extension and Chain removal

7e0c20a9027d498bfa9ebeda1db34784dcd346cc authored over 7 years ago
Merge confilcts

0d1c4f7dcee7be2eafd186e7bf85627e43b563ef authored over 7 years ago
Added log to POS minting

1b3f5e3b720118838831395de935caf325af7d29 authored over 7 years ago
Change the extension for wallet json files

d929813d69b3497cc0574fdf419c341b270ec4bb authored over 7 years ago
Merge pull request #164 from dangershony/wallet-broadcast-mempool

Send a broadcast trx to local mempool

73ca05a06ed8f2340f424db07ed4df959b2dede0 authored over 7 years ago
Removed ConcurrentChain from the WalletFeature

82e1cf9162ddd1983ebf436dc40b813664352994 authored over 7 years ago
Send a broadcast trx to local mempool

ce571b81ebba876b99bf11f0490348b503232579 authored over 7 years ago
Merge pull request #163 from dangershony/wallet-catchup

Wallet can now catchup if behind consensus

a898a2ced1845b43ca6e7c8a1e1a79a9da31e871 authored over 7 years ago
Renaming variables to be more readable

8ce436b84bc6931eb0ca37ad657c63459bfc8507 authored over 7 years ago
Wallet can now catchup if behind consensus

a190fb45d2376aa2f51d64dcbcf74c360219cc96 authored over 7 years ago
Merge pull request #162 from stratisproject/light-wallet-reorg

Light wallet reorg

7e8a2429121360e0f7c70d3542f812901881e3de authored over 7 years ago
Correctly checking the received block height when wallet is behind

845b6f4e0ef3a7effe01371ec98d2836d582c909 authored over 7 years ago
Merge remote-tracking branch 'origin/master' into light-wallet-reorg

c79b040adebe655d4f45a6c67b6457a3b2d67304 authored over 7 years ago
Merge pull request #161 from dangershony/notification-reset-on-reorg

Reset the puller when the chain has reorgenaized

4dd674d25a853da2fc4259f4befa120ba9603d73 authored over 7 years ago
Reset the puller when the chain has reorgenaized

b9fcb0de08e5c3cdf93f3574721ffafc62b9a0cf authored over 7 years ago
Remove offline reorg from store and wallet

9b755466c90a19a20a12f34648872f63132ddd11 authored over 7 years ago
Moving some tests to relevant classes

4e59bc09083f5cc36f09d72baf54155c3ab6a1e7 authored over 7 years ago
Merge pull request #160 from bokobza/master

Added Network extension method to check if the network is a test one

c3b231d16b4e649ae90b1a9ca72afd20e66c1c24 authored over 7 years ago
Added Network extension method to check if the network is a test one

9fb0977f2dc9ead63ecaf1f0913b62fb0bded22d authored over 7 years ago
Merge pull request #159 from dangershony/wallet-reorg

Wallet reorg

1bb155d13040778c1e6a5095742e147eceb43ed5 authored over 7 years ago
Fixing the reorg test to be more readable

62a7c727bd91e3d4d24869e33fb714d665d267b7 authored over 7 years ago
Wallet reorg test

9b543c2946c218b8558836050ae6e31abdc8140f authored over 7 years ago
Reorg after wallet was offline

e4705bb6efbda0676ba509b31e22ad25e3776709 authored over 7 years ago
Support to rewind the wallet when a reorg happened on the blockchain

be57b0728567e06549a8b6f4754ea651543213c4 authored over 7 years ago
Merge pull request #158 from bokobza/master

Added walletManager Initialize

99f65d154ee8bbc193dd3e7847954cec64f09743 authored over 7 years ago
remove check for blocks too much forward in the wallet manager

62d6dc981327f06b203426903d904eb734aad997 authored over 7 years ago
Fix spacing

012965d5c96697e9a7b8f25cf33a79200e11ba74 authored over 7 years ago
took care of what happens if we receive a block too far forward

cfb61d396998fcb7d563b39c65c0450a66eba0ef authored over 7 years ago
Merge pull request #156 from dangershony/coinstake-bug

Adding a flag to determine if this is a POS network

a1d2b394e5b6fb18547c257904e106ac89d9a963 authored over 7 years ago
Merge pull request #155 from bokobza/master

new spending transaction model

75d60cccf8d969887d1f0efcf0107d1c75094a7c authored over 7 years ago
Adding a flag to determine if this is ia POS network

6fbf93bd0ef7e830b8e7daeef6ed00e6f03eb3de authored over 7 years ago
Balance and history with new spent trx model

4dcf2f93daf2109773dd2e902e4fc4377a03325c authored over 7 years ago
merge

bb57b0a3822e36bdab1a8f968796b3c6a9237feb authored over 7 years ago
removed spent in transaction field

d955bf77555b5e13fe76872d7304496d7b57a1e6 authored over 7 years ago
Adding the details of a spending tx within the transaction being spent

6d1492ec2cf6d5de5b76904463aff60f29d8b5c3 authored over 7 years ago
better check to find the spent transaction

f69c21082fda4085732cf1336fe5f224733037ec authored over 7 years ago
rename the object for address transactions in the AddTransaction method

5f084d4d957a5ec6ececc1ae65ee44093fef29e5 authored over 7 years ago
untabify some files

5027b180f4861c8b88bf1531978db6f1183df80d authored over 7 years ago
Fix api version in the TB project

459f388191320cb0248faefdaf47f2d21e5c51d6 authored over 7 years ago
Merge pull request #153 from dangershony/prepare-reorg

Prepare reorg

f88bd198c3a4ef1b188443ea7fe17c2c8943fc66 authored over 7 years ago
Wallet can support multiple files again.

39b72d08b2a661254cdd2cbfd09a6cdc1b8adf2c authored over 7 years ago
Create getting-started.md

c039292f51c0bda40ffd78173d2bfdb62c357cee authored over 7 years ago
Wallet path and tests

1dd1e96d6e333c845ef16c4fcc1d4c3ead136aef authored over 7 years ago
Check the reorg state from the syncer

b3b8c93eb71cfefefdcf0232e151f52e75bfb8d1 authored over 7 years ago
detect a reorg in the wallet

c5c7290b81aba30d89d95eab98f83e0c6f34c823 authored over 7 years ago
Merge pull request #152 from dangershony/wallet-feature-p2pk

Wallet feature p2pk

500bcf2fd15f9ea73026be5b53ee3a53664159bd authored over 7 years ago
Adding some comments

b75ac9d37aec53b7a21bff315fe9dfa255ce5fda authored over 7 years ago
Merge branch 'wallet-feature' into wallet-feature-p2pk

195beda72fc83a4f0a3e5b36372dde1eb3ee580b authored over 7 years ago
Adding p2pk to the wallet and some staking improvments

840d76b0a4dc150dde9a5477ce4bca46a7a80e5b authored over 7 years ago
Merge pull request #150 from bokobza/fix-reference

changed the signature of the initialize method

cd6b19b15206991ef9af34d0f4d3bc9d3dd2d741 authored over 7 years ago