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

[FS] Remove mincoinmaturity, always use 1 (#3374)

* All done save for integration tests not building

* Amend integration tests

* Delete unus...

818913e512b7fa2d5121dda5302e1e678ee545cb authored almost 6 years ago
[FS] Only perform federation syncing work from a reasonable time (#3358)

* Code finished. Time for tests

* Only get deposits after a certain height

* Undo test cha...

3df9b4612dec2740c61bc0f985be11194fce96ac authored almost 6 years ago
Added details on why estimate-txfee can't be used by Swagger UI (#3365)

60a2a4be8a342fa10fe8ddb8071c6b615ccce084 authored almost 6 years ago
Fix for serializing DnsSeedMasterFile (#3318)

* Serialize a copy of the entries list

* Move MasterFile Seed responsibility to MasterFile

...

a4efc438a31b431b3b11ee8abbaf490bd45e7de8 authored almost 6 years ago
Access block before rewinding (#3338)

34ff50f15a422e4ad37c2826981fb66d60a088ea authored almost 6 years ago
[FS] Enable integration tests and ensure nodes run (#3368)

* Fixes for fed integration tests

* Enable 2 integration tests and fix nodes to run

40ec01e14cd46760ce9c1baba044861267dfe4b2 authored almost 6 years ago
[SC] Support DI configuration via options (#3359)

58f9002a151046b21b8b56e41babc989dc3d0baa authored almost 6 years ago
Optimize number of memory allocations in BlockMerkleRootRule.ComputeMerkleRoot() (#3347)

`var hash = new byte[64]` is used repeatedly in while cycle. Before using the variable all of it...

e1b14d3a815813685612c4359763cd2912a02b10 authored almost 6 years ago
Update TestFederatedPegBlockDefinition.cs (#3366)

15b29e191c969719ce4dba36683c99900dc6e75c authored almost 6 years ago
Add rate limit to ConnectHeaderException resync (#3236)

* Add rate limit to ConnectHeaderException resync

* Adjust interval

* Remove resync inhibi...

2e0775a6d9148dd4eb4f0fc1395ef1483a335d66 authored almost 6 years ago
[P2P/API] "Onetry" connections should check if the peer isn't already connected (#3335)

* Fix onetry

* Update ConnectionManager.cs

73b5a159720bf40a5daf94a134131f4d476330e8 authored almost 6 years ago
Add getblockchaininfo and getnetworkinfo RPC methods (#3309)

e2acecba6bbac679ed869617c274aa214fc05abe authored almost 6 years ago
Merge pull request #3354 from stratisproject/fs-integration-tests

[FS] Sidechains integration tests with history

d57dcee721c585d5317d14f95c22eccd48c2fb30 authored almost 6 years ago
PoA miner settings for bootstrapping (#3349)

* bootstrapping

* fixes per review

68fe1b6363801ce7a191c63c972ffa5fec3df0e9 authored almost 6 years ago
[FS] Minor improvements to sidechains code (#3357)

* Quality of Life Improvements

* every N seconds

adf9ff24f57e742b68db50bc4c7d5a7085192c7a authored almost 6 years ago
[FS] FederationWalletTransactionHandler Refactoring (#3311)

2f7cc3dfa572772acc624c378ccc3e267d8bc4e2 authored almost 6 years ago
[FS] Removing unused params (#3339)

* Removing unused params

* Last param

* Triggering silly CI

06f3fc00b39e829bbf73324885195ddd46e0d0d7 authored almost 6 years ago
Cancel CheckInputs in CoinViewRule (#3313)

* Cancel processing of CheckInputs if one fails

* Run CheckInputs loop inside Task instance
...

728b07c4969cb0499d40dc0487cacb5ce499ba52 authored almost 6 years ago
Add skips and make code run

bb021cc8e8540a708da4b4f27e09fd9560e064e8 authored almost 6 years ago
Merge branch 'master' of C:\Users\jorda\source\repos\FederatedSidechains

bfee5f0a2eefb0d1639a6346b884069515b4489a authored almost 6 years ago
Git commit message!!

81f717e9138bb9cb9a0fb403991bc19051656c3b authored almost 6 years ago
FS] Remove internals visible to (#3351)

cae9254d17565e921bec34c6b7cd0b611f21fb56 authored almost 6 years ago
Fix blocking async methods (#3352)

650f71c5fa21e0316669c76b70bec1d4e3438a8e authored almost 6 years ago
Update BlockMerkleRootRule.cs (#3345)

f0c420811a29c1dc711fad5179d4a5c1bbb09ce8 authored almost 6 years ago
Add cold staking keys lookup initialization (#3342)

bf3e64bc09b4dbac663026b696578dff85eb137e authored almost 6 years ago
Fix GetColdStakingWithdrawalTransaction unresponsiveness (#3350)

218a1644d8a2548532e20b8ac1dd8d24a47af859 authored almost 6 years ago
[SC] DI Smart Contract Consensus Rules (#3346)

* Add DI-able Consensus rule engine

* DI Allowed script type rule

* DI P2PKH rule

* DI ...

6b4d318e68aa430ec49a09a3900a19789821bfbd authored almost 6 years ago
Fix regression issues with Printhelp and BuildDefaultConfigurationFile (#3312)

* Print usage and base help information

* Fix regression in default config file

84a0afd039f173dad58c15fe8d2e6c20e44f6948 authored almost 6 years ago
Exception is thrown when the node fails to connect to other node (#3229)

* #2963 OperationCancelledException throw err not full trace, suppress logging until PeerConnect...

b199256fd1c794b0b4c9067014ef5758ea5e291c authored almost 6 years ago
Use the better of the same two tokens (#3332)

This commit does not change how the code works. `token` local variable is used instead of `this....

943473ed82fb65bade3cfadeb3883ebcb6f3288e authored almost 6 years ago
delete limitfreerelay (#3334)

0bd4094f0dce5cfe2b17274e7a2a99b9fc664dc2 authored almost 6 years ago
[Wallet] Added the index of a transaction in the block (#3337)

* Added to the wallet the index of a transaction in the block in which it is contained

* Remo...

d0fb75cb9d04b71aad7fe60169e5c51f9fb8f8ff authored almost 6 years ago
Create release-process (#3320)

* Create release-processes.md

* act on review

* act on review

fbfbbc7b57539d2d555d143863b8c75c85f33bb7 authored almost 6 years ago
Update PosMinting.cs (#3331)

typo

2dc4c6f80a07efa07e18500682b30c0543b35ea4 authored almost 6 years ago
[PoA] ability to vote for whitelisting\removing hashes (for SC) (#3314)

* ability to whitelist hashes

* use hashmodel from the wallet

* Renamed method

* Added ...

91f57d23312ec9c40dd75cf5017b150033db7913 authored almost 6 years ago
Merge pull request #3328 from rowandh/3327-fix

Only load wallet if wallet has not already been loaded

e01025cf35df61179a4ec0f7980b0c5f6aa45f34 authored almost 6 years ago
Update doc

99628f1bc77e27e04b8bc938bee0e8ae1043e1e0 authored almost 6 years ago
Only load wallet if it has not already been loaded

f817a3f30b7c2877f32a0d7e88e0c293766f70db authored almost 6 years ago
bump masters version (#3319)

4775808796effd8ee1ab12d99a47f70d1bc11580 authored almost 6 years ago
Merge pull request #3316 from dangershony/fix-log-file-bug

Fix archive file null on logger startup

b9c7b3af91828960fb3826ef362d1dc03a955b85 authored almost 6 years ago
[FS] Update FederationGatewayFeature to run in new FN (#3317)

* Update FederationGatewayFeature

* Remove more unused

* Remove dead constructor injections

a223fcf42f8ccbac21c3160ffa2e9e5470ce6b1b authored almost 6 years ago
Fix archive file null

f32a7ef05c00d7f2835a69184976d4362040afcf authored almost 6 years ago
Fixed peer that were stuck (#3296)

* moved the peersByPeerId.Add earlier

* added cachedHeaders dump in console
compressed the i...

dccc6622f7012b7e115e7c5558cbe117478de2e1 authored almost 6 years ago
Modified ArchiveFileName so that NLog will archive log files into the Logs folder (#3302)

320ac3e19643443121f25554cd19241aba2d3568 authored almost 6 years ago
Update assumevalid hashes for various networks (#3310)

* Update assumevalid hashes for various networks.

* Fix broken network tests.

28b50a25d57eb7fd8cc1278e6bd606c7170a77c1 authored almost 6 years ago
Handle Int64 config keys (#3305)

4326d2f27cbbd24dd1d39f8291eed18d57a30404 authored almost 6 years ago
Bump version after the sidechain commit (#3304)

ba6d20bd985d06ba83d6091d68f7fceeecf48488 authored almost 6 years ago
[SC] Upgrade to Stratis.SmartContracts 1.2.1 (#3262)

* Update NuGets

* Replace references to Gas

* Fix test

* Fix this

* Fix references
...

1dba1e7f98381d2456e9d0869d728c3c49d9de6d authored almost 6 years ago
Fix Ensure_Peer_CanDiscover_Address_From_ConnectedPeers_And_Connect_ToThem (#3295)

* Fix test

* Update PeerSelector.cs

* Act on review

4a35600d9cdbedf9990e3f85d5d83d277573701b authored almost 6 years ago
Merge pull request #3287 from stratisproject/sidechains-history

[FS] Sidechains coming in with history

d859b3b34004e6f01fdf3b9ce1ea5bae17024f8c authored almost 6 years ago
Add readydata to more integration tests (#3299)

* Add more readydata

* Update MemoryPoolTests.cs

* Update WalletTests.cs

fa168f0e2e833a044e3e2a08fb5f2590ca4838c7 authored almost 6 years ago
[Wallet] Added actual spendable amount to the balance call (#3300)

* Extend cold staking on testnet (#3283)

* Corrected logic for PowNoRetargeting/PosNoRetarget...

b1919865239ba478879a15d8f0dc3e572f9d0def authored almost 6 years ago
[FS] Move transaction building to own file (#3292)

* Move transaction building out to own class.

* Add Guard, only for consistency

* Add to DI.

ff9ca2d7d956f0d1557cf0a9619010f1e8c964ea authored almost 6 years ago
Add versions to "deploymentflags" api (#3294)

* Add versions to "deploymentflags" api

* Changes based on feedback

0eb3c99d56f88d13fb2e456a34b4b2eeae446264 authored almost 6 years ago
Added posNoRetargeting to sidechains networks

6e171153d40cfdacc8d03e3dc105401577ee17c0 authored almost 6 years ago
Merge remote-tracking branch 'stratis/master' into sidechains-history

a13508bf19919f36e06a5d9d9a8c896f3f75a204 authored almost 6 years ago
Fix test (#3291)

059acedb972b1486d7654a1b7b440893b1602e95 authored almost 6 years ago
Merge bug-fixes from release/3.0.1.0 (#3290)

* Extend cold staking on testnet (#3283)

* Corrected logic for PowNoRetargeting/PosNoRetarget...

5b38a9493fbe7a1bfad1823390621350decd772e authored almost 6 years ago
[FS] Remove unused code (#3289)

6f6d69608716ca1ae7ffbd8faef1e19424bc90a9 authored almost 6 years ago
[FS] Skip tests with flag that can be turned off (#3288)

dab09cf566289abf2b915da6b2bc7771b6702432 authored almost 6 years ago
Update PosMinting.cs (#3285)

typo

36797dc3ed7e095b81d068e872ce3456cd6fb3c6 authored almost 6 years ago
Extend cold staking on testnet (#3282)

92454c8e3dc9a5dce1f2dedf7e4b818a037302f7 authored almost 6 years ago
Create new beta version 3020-beta (#3284)

c0428444f72fde8090a2d75f3b17c12cd09c3560 authored almost 6 years ago
bump release to v3.0.1.0 (#3281)

7e6876720494b4eb798c0cfcf656b487e26d10ad authored almost 6 years ago
[SC] Clean usings (#3276)

* [SC] Clean usings

* Docs for CI attempt

* CI attempt 3

b4cac28fa8fc5511dc4c4a31a5e90f49a26f7296 authored almost 6 years ago
Remove tracing for every incoming message (#3279)

* Remove tracing for every incoming message also when not related to the behaviour

* Some mor...

c629065e3ee4957b748453bcdef49599013a31f0 authored almost 6 years ago
Update to fallback network ips (#3271)

* update to fallback network ips

* Some changes to ips list

* Update src/Stratis.Bitcoin.N...

387593bad8f640aabd2330661bdd910750f24734 authored almost 6 years ago
[Consensus] Add PosNoRetargeting flag to Networks (#3278)

* Add PosNoRetargeting

* Fix build

6325948b284ddd05a8ab6252e565580590251623 authored almost 6 years ago
Adding API call getdeploymentflags for soft fork deployments (BIP9). (#3025)

* Adding API call getdeploymentflags for soft fork deployments (BIP9).

* Adding block count m...

d49e7d7a98dde6b358a78d3826c849778075f0da authored almost 6 years ago
Block Store Queue Retry (#3217)

* Block Store Queue Retry

* Add exception documentation to SaveBatchAsync

* Changes based ...

b43933eeebe2f4f09427c212960d1a9f0c18d261 authored almost 6 years ago
Relax IBD check for regtest to allow mining at genesis (#3258)

* Relax IBD check for regtest to allow mining at genesis

* Change per review

d4b9d323e72d1ab80a8498b2a7234a2da6f25fb6 authored almost 6 years ago
[SC] Add this. to smart contract projects code style (#3274)

* Add this. to Features.SmartContracts

* Add this to .CLR

* Add this to CLR.Validation

...

7364d9e31e7979cd323027970663fe99987f494f authored almost 6 years ago
[wallet] Fixes for staking transaction balance and history (#3269)

* Refresh the inputs in lookup table in case of reorg or transaction cleanup

* Removed some t...

a984a31ccd08abd404e3ec6caf818ab86e290ca4 authored almost 6 years ago
Updates to work in new solution

9522e36d6495e61c982f55485ea214b82d57385a authored almost 6 years ago
Merge branch 'master' of C:\Users\jorda\source\repos\FederatedSidechains

Merging fedgateway in

2d6913930969df65c5569fc8bfc76c5caac08645 authored almost 6 years ago
[P2P] Fix issue where banned peers aren't added correctly (#3272)

* Fix

* Update PeerBanning.cs

* Update PeerAddressManagerBehaviour.cs

5c3484ce56163b1535b9718d213fae2856c811b8 authored almost 6 years ago
Fix null (#3270)

4e389240f5fc1bd0a6b41f875581cc26e2206773 authored almost 6 years ago
[P2P / API] Add ability to ban and un-ban peer from API call (#3249)

* Add ban and un-ban peer

* Fixes a per review

* Use defaulted ban duration from connectio...

49099c588dba77b36357517d1ee31162005edf2a authored almost 6 years ago
[P2P] Add support for -listen (#3244)

* Add support for -listen

* Implement Listen as Bitcoin Core spec

* Add Force Listen

* ...

3010a2b963d1ab264a450b0a697baf7b4fc0c4b8 authored almost 6 years ago
Fix sources of test nondeterminism (#3264)

* Fix nondeterminism in DateTime tests

* Remove periodic task

* Fix spelling

Co-Authore...

35ca7170495df04cd28a583d2c853437129cdb3b authored almost 6 years ago
[P2P] Implement getheader request limiting (#3259)

* First version

* Update PeerGetHeaderRequestBehavior.cs

* Update PeerGetHeaderRequestBeha...

e9d9b2126938eba9874ebf072e92fee68c8e83ab authored almost 6 years ago
Fix test race conditions (#3263)

* Fix connect method

* Fix consensus manager test

* Fix additional consensus manager tests...

2237b966efccd70ee4e5c86b55bfa2028a78b8fb authored almost 6 years ago
Fix all vars (#3266)

834b41f9498382f0a00d05867c65f32ceebfa451 authored almost 6 years ago
PoA_DynamicFederationMembers_6 (#3256)

* added max reorg

* minor changes

* headers validation

* tests

* Tests and handling ...

22a9289c47211c2e4a7929840d0230b0fda7d927 authored almost 6 years ago
[RPC] Fix Json types for gettransaction response (#3260)

* Fixed json types for Amount, Fee and times to be similar to Bitcoin Core

* add vout to gett...

c634daa32ee521f44e4f372a663b5c991110dad0 authored almost 6 years ago
Fix up error handling for locked wallet and add a test for it. (#3235)

570788d4444030bbae851b1957134a9f1cfa2b66 authored almost 6 years ago
[RPC] Reworked some elements of getrawtransaction (#3245)

* - Added a few fields to the getrawtransaction return object.
- Added the ability to specify a...

ac66763f48756de231e63d368e907ebc81cfe87a authored almost 6 years ago
[RPC] Log requests sent to RPC (#3257)

* Logging for authorisation

* remove using for reading request

* Move request extraction t...

f55138e091d499c5f1bccee93ee4b22469f60c15 authored almost 6 years ago
[Wallet] Estimate fee (#3250)

* Estimate fee does not require signing

* Add OpReturn consideration for the estimate fee end...

e72289a999f8b6739e68022d1cb85d086b8a1947 authored almost 6 years ago
Implement BanDurationSeconds behavior (#3231)

7d5bf9b0e207db6d2b4c6195b7c0cf0e1f0cfc70 authored almost 6 years ago
Fix Null Status model (#3255)

abb77347efaa8126d35fd87b2c5d3cf831ff0cfa authored almost 6 years ago
Add retry logic (#3243)

* New retry logic

* New retry logic

* Removed default

* Changed default for exception t...

fb425ebdc198cadeda9e19671bfb4e3924cec3d5 authored almost 6 years ago
PoA_DynamicFederationMembers_5 (#3220)

* IPollResultExecutor comments

* Added stats

* Back to using json because dbreeze serializ...

91dc599808ae1247b03a4cf8943822b1f3483a5e authored almost 6 years ago
[WIP] Traffic monitoring stats (#3193)

* [WIP] Traffic monitoring stats

* Change units to megabytes

ce95d9d5867490256518c807d6c1350b86821f02 authored almost 6 years ago
[SC] Merge dev-sc (#3246)

* [SC] Check nested type is value type (#3144)

* [SC] Extra test cases (#3168)

* Extra Tes...

8a30c1c3681114f43f14f8a6a4649e879a5f6f79 authored almost 6 years ago
[SC] Contract balance returned in STRAT (#3237)

f1b44aa38d12b67b676ce620c957b1be3af2d46d authored almost 6 years ago
Start test mockchains from same time (#3253)

6da77378191eaed1fc5bcd85d8b983d2b9ea9ac8 authored almost 6 years ago
fix null StakeModifierV2 race condition (#3242)

* changed checks order and fixed typo on error message

* typo fix

2a2337d2db29c5804cf210a8aede8047854da5da authored almost 6 years ago
Validate MaxOutboundConnections/MaxInboundConnections is more than 0 (#3232)

* Validate max connections

* Check value of MaxInboundConnections

* Changes based on feedback

c73a7027f2124a1b9fe302db3dccad77592c4af1 authored almost 6 years ago
[SC] Signing contracts (#3203)

* New network for signing contracts

* Add a couple methods + test for signing

* Add signed...

84c21e4474d73879a63043ef21a0821d0d79343e authored almost 6 years ago