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

[RPC] Add listaddressgroupings (#3393)

* First draft

* Act on review

* Changes as per review

* First integration test (incompl...

3082af4b82195fd20c26568f75787f8568758793 authored almost 6 years ago
[FS] Remove GetMaturedDepositsAsync exception (#3490)

* Add Result type

* Return Result type

* Handle errors in API

* Fix test

953a606dc0d2e888456b6067e842748f7a51b9cb authored almost 6 years ago
[FS] Performance improvements for withdrawal and deposit extractors (#3488)

* Improvements to the best case for the deposit extractor.

* Further improvements

* Withdr...

ccd10a3acb27462ed5668afc9d87e013f9690e1c authored almost 6 years ago
[FS] Add info about which outputs withdrawals are spending to FS console (#3480)

* Add more info to FS console

* Get string, not Linq.Enumerable

c9fcafb210a3b739b73266de089eef6765df098b authored almost 6 years ago
Partial validation failed bug (#3445)

* Fix crash when integrity validation fails.

* Add a test

* Fix tests

* Act on review
...

7d3d2672d5f1759c4968578e00c86680431dfa17 authored almost 6 years ago
Full node api documentation (#3389)

* First check-in

* Second check-in

* Updates for the Wallet Swagger API documentation.

...

e972ece0977ca20f21addd132947abd4ed005935 authored almost 6 years ago
[FS] Clarity around where the money actually is for the federation wallet (#3482)

bfb8894e4703f58ca4c8e5e9aa1a9ecfe11d5346 authored almost 6 years ago
Fix test (#3484)

e9003cfbe3b3fb00087f587e55ff4d7cba20e40c authored almost 6 years ago
[Tests] Add test ids to the runners (#3473)

* Add test ids

* Rewrite can mint coins test to use nodebuilder

1e7339024aa6e14e7a7c1ef4b5964b56d8fcdbf4 authored almost 6 years ago
Fix enumeration issue (#3483)

81317c2c8f523dbe4a3fe733d2863c67e9ee024c authored almost 6 years ago
[API] Change estimate-txfee to a POST (#3475)

* Update WalletController.cs

* Update WalletOperationsTests.cs

9f58164ca2e56cd31417a9c1d61387449ee92886 authored almost 6 years ago
[FS] Add test where an invalid withdrawal is attempted (#3479)

3b7ad4e313b01d3fa39799efec16b2288b7dffb8 authored almost 6 years ago
[FS] [SC] Amend networks to use correct API ports (#3477)

* Amend network APIs

* Unsure where this came from

773daad0967733c91844f13ea7cb5334daf2ce0a authored almost 6 years ago
[Logs] Added an endpoint to get the enabled log rules (#3444)

* Added an endpoint to get the enabled log rules

* Make sure node.txt is included in the resu...

5243b433338b6bd2d16747f728b9c8dfb5a1b007 authored almost 6 years ago
[RPC] Fix/remove errorneous/unused methods (#3476)

* Fix/remove errorneous/unused methods

* Fix CanAuthWithCookieFile

6ec607ca32f4d267df2ce79e0f70b090f2319141 authored almost 6 years ago
If not a proven header and the Locator is invalid do nothing (#3474)

2d1b1b76e3cf5e9bb3a55377e314d4965d9349bb authored almost 6 years ago
Display special peers at the top of the list (#3467)

* Display special peers at the top of the list

* Changes based on feedback

* Changes based...

b5b9de591a2c0ae227a12cf79489caa96c794e2b authored almost 6 years ago
[Benchmarks] Added benchmarks for LiteDb and MS FASTER (#3462)

* Added benchmarks for LiteDb abd Faster

* Fixed config

* Fixed reference

* Added missi...

b10391cef7a2d43d625f74062ca964b06933b1e8 authored almost 6 years ago
Address Indexing (Part 2) (#3468)

* Renames

* minor edits

* implement GetTransactionsByIds

* added indexing

* indexing...

6aa7cc2f63737cc544710a79fb0974857123885c authored almost 6 years ago
[FS] Remove circular reference attempt 2 (#3470)

* Remove reference to Sidechains.Networks from FedPeg project

* Use NetworkType in daemon

...

3ea82f0c4352edb84f240220bea8831a4e74df4e authored almost 6 years ago
[FN] Refactor all background work components in a single AsyncProvider (#3455)

* BackgroundWorkProvider wip

* wip

* injected into DI container

* wip

* tidy up a li...

c328bf87eafa4eacb613be48f463d6a8678a1046 authored almost 6 years ago
Revert RpcPort re-introduced by another PR (3463) (#3478)

997f7ca1f37bb1671f9b9a77d578b4c087bf4358 authored almost 6 years ago
[FN] Rename RPCPort to DefaultRPCPort (#3471)

* Rename RPCPort to DefaultRPCPort

* Rename RPCPort to DefaultRPCPort 2

* Rename RPCPort t...

8156f0dab98e9606384a8a68de0d00eb60ebc5a5 authored almost 6 years ago
Remove unnecessary integration tests. (#3463)

* Remove unnecessary integration tests.

* Adding unit test replacements for api port override...

63ee9f19caf93d57dd590bbe406e109f7b0184de authored almost 6 years ago
Fix PoA voting and mining tests (#3454)

* Address this locking issue that popped up during testing

* Add MiningTests to VotingTests
...

04abd69ae3f03231949e9390173f454336e7a775 authored almost 6 years ago
[FN] Move the APIPort location from settings to the Network class (#3472)

* Add DefaultAPIPort to Network class

* Add DefaultAPIPort to Network class 2

* Use Defaul...

7470e68461ee58d22262c54390644a491ee33f24 authored almost 6 years ago
[FS] Cross-chain transfer wallet becomes deterministic (#3464)

* Re-enable cross chain transfer tests that rely on .BlockSize

* Skip 1

* Midway

* Work...

d8cadf4ed96d0942f677ef9495b0d130fd40e18b authored almost 6 years ago
FederationMember class (#3442)

266bd4859ec1c9757ae1b9977ec548057462ccc4 authored almost 6 years ago
Introduce NetworkType enum (#3469)

72228f570a54cbcb0b3f4ceffac317f586d4a27a authored almost 6 years ago
Update TestHelper.cs (#3456)

fcd4955d1c9569a624f250bc473ad0576eea7acb authored almost 6 years ago
[FS] Add more tests (#3452)

* Add more tests

* Remove useless test

8b184f914b41716f0dedca936a27e235ef38d1b5 authored almost 6 years ago
[FS] Re-enable cross-chain transfer tests that depend on .BlockSize (#3461)

* Re-enable cross chain transfer tests that rely on .BlockSize

* Skip 1

855ee228524be2dab6f84104f6a5119ea69f5fa7 authored almost 6 years ago
TxIndexing part 1: outline for tx indexer and removing async wrappers from blockstore (#3450)

* txindex and reindex to node settings from store settings

* fixed tests

* TransactionInde...

e64c27fd6c51fd42be0dd9114e2bcf712ee34aab authored almost 6 years ago
Do not probe generic and scoped type services as singletons (#3448) (#3449)

cab6278448e4d040a11257727aa6305a5f68bbd2 authored almost 6 years ago
Add IdleFederationsMemberKicker to gateway node (#3451)

672137e80057a48c4c7463aee4476c3d704979f6 authored almost 6 years ago
api names (#3443)

ef895c17e01c3406d44ed48432d68dad5087e84d authored almost 6 years ago
Some additonal changes to ChainIndexer (#3439)

* Act on the review of the previous PR

* Act on review

* Fix tests

* Rename to GetHeader

b71abd8a67e6a5402017c249cbfc683b04afae0f authored almost 6 years ago
Improve rewind data index to use an OutPoint instead of a string index (#3437)

f306a22995ceae5aba09565506fd4653aee131d3 authored almost 6 years ago
Increase timeout of ConnectAndSync (#3447)

7fea878e58f6aba7c76f0d8212f16cda46cda6dd authored almost 6 years ago
Re-intoduce skipped test CallingSyncFromUpdatesStartHashAccordingly (#3426)

* Re-intoduce skipped test CallingSyncFromUpdatesStartHashAccordingly

* Changes based on feed...

31953d85ac72d9f4e544b58afcdca8aebaf07e2c authored almost 6 years ago
Added the ability to sign and verify messages from the API. (#3396)

* Added the ability to sign and verify messages from the API.

* Fixed variable name

* [SC]...

48cc7abe7644ffb75662491020f072e251496a2a authored almost 6 years ago
[Release-Merge] Fix GetGroup to not consider all RFC6598 ips to be in same group (#3416)

* Fix GetGroup to not consider all RFC6598 ips to be in same group

* Add missing command line...

27e0f1bf9ca71e53c36fd6a8db025278378bfcc5 authored almost 6 years ago
Improve error message when connecting to banned peer using Swagger API (#3435)

* Improve error message when connecting to banned peer

* Changes based on feedback

* Fix t...

8bfe922b8dc90af705a73ca4fe8b496444947f1d authored almost 6 years ago
Inject ConsensusFactory into DBreezeSerializer v2 (#3441)

* Move ConsensusFactory off Network in test

* Add consensus factory

* Remove network

* ...

dc4bad2850db8ea168c6254fa6b4e7952e736eca authored almost 6 years ago
[FS] Log warning when no outputs to spend, instead of Error (#3434)

* Log.Warning

* Log warning for No Spendable Transactions

b85a0f5bc8ce23c0b0830505709dc9e0961ac1a9 authored almost 6 years ago
Refactor ConcurrentChain (#3418)

* Rename to ConsensusChainIndexer

* Delete chainbase

* Create test helpers

* Migrate te...

99f20b4bd5d89582600ea8aa27662c8aa928f817 authored almost 6 years ago
Merge pull request #3438 from bokobza/master

[FS] Import dashboard from FederatedSidechains repo

36a564528a281299460a54b747c9eb1364c62173 authored almost 6 years ago
added gitignore to dashboard project

830ba9a4c82169c6628dbc75657f8d4a5a5bcf5a authored almost 6 years ago
fixed gitignore conflict

539038893783f053f76b4130cbb6eda2de56b429 authored almost 6 years ago
moving the sidechains dashboard to the Full Node

fde98e8d7338688ad962f48bcd51241b0c7f2cf9 authored almost 6 years ago
[Features] Added support for state in features (#3432)

* Added support for state in features

* Added missing implementations of new interface property

d7199b0f55835b1ac739135568e9e181f9d9ba5a authored almost 6 years ago
Remove duplicate port check for bind/whitebind (#3436)

* Re-introduce skipped test case Notify_Completes_StartHashNotSet

* Remove duplicate bind por...

10999ec16f24ccb9fec1e1261e2a6c88183a0cdc authored almost 6 years ago
benchmark project with example (#3392)

9ed02a92c7946a94f6bd2d770ee391b0edfc5820 authored almost 6 years ago
log debug for blockonly protocol violations (#3433)

51e302a8e8b156ee6baf053f45adca1f3b00f7ac authored almost 6 years ago
FederationWalletSyncManager uses a queue (#3425)

8c6436baf7972d6bd975cbc858565f02d3a64c7e authored almost 6 years ago
Adjusting MaxReorg (#3424)

7c0349cb82792b8155bc795a0e28a82aa01849b3 authored almost 6 years ago
[FS] Require the Federation IPs parameter (#3423)

* Require the FederationIPs parameter

* Remove null check

1db6fc9e38518982cf78795f56eaa4754976ca85 authored almost 6 years ago
Renamed SpendableAmount to GetUnspentAmount to avoid confusion (#3430)

d91dd9903e6ac73367e18cef4c2f133425e76fdd authored almost 6 years ago
Show all numbers of the agent version (#3420)

* Show all numbers of a version

* Remove revision when zero

accd338695c428769ff43d286f8ee91063c33f1c authored almost 6 years ago
Re-introduce skipped test Notify_Completes_StartHashNotOnChain (#3427)

4fafe0562d151d4febae0a3d2101690e3f156b7a authored almost 6 years ago
Re-introduce skipped but working Blocknotifytests (#3428)

* Re-introduce skipped test case Notify_Completes_StartHashNotSet

* Re-introduce skipped but ...

3c1eac25bc5db3cd9a814ee62ab01a2604aa83db authored almost 6 years ago
[Wallet] Remove support for multiple account roots - part 1 (#3419)

* Remove the coin type filter on wallet's Account root

* Merge from master

0d2ee32ab49527b87b3d2e8ada8fa412a8c171cf authored almost 6 years ago
Just a useful comment (#3422)

121c3a595140bf395f1e619214e6b527a28d4dac authored almost 6 years ago
Automatically kick fed members that are idle. Part 1 (#3412)

* extended PoAConsensusOptions

* created skeleton for IdleFederationMembersKicker

* Added ...

76b09bd7bddca3373f2e5e3ae5dfc89c04255a5e authored almost 6 years ago
[P2P] Track traffic of disconnected peers (#3414)

* Track traffic of disconnected peers

* Use method in RemoveConnectedPeer that applies to all...

9924a080dcb4fc8b2275772bfb37c1e6b1b80776 authored almost 6 years ago
[FS] Enable tests (#3408)

* Enable test

* Enable test

* Enable test

* Enable test

* Enable tests

* Fix Sign...

e32b4a504684b6dddb216e2d77a37dcf4ffab428 authored almost 6 years ago
[RPC] Support hex output for getblockheader method (#3394)

* Add test for binary version of getblockheader RPC

* Support hex output for getblockheader R...

30c2ca1b9ca761db2381bedb1ac657b00b9656e2 authored almost 6 years ago
Add missing command line help (#3411)

55fa7572e631fc5ee51ca8aaa7bd7078e9a22c6e authored almost 6 years ago
Change test method return type from async void to async Task (#3409)

28aa721cfd0eab38ee13b7b37a006c5403b394d3 authored almost 6 years ago
[FS] Add FederatedPeg to Fody (#3410)

bb17f017109a03f8296429d153d1595870255ba0 authored almost 6 years ago
[FS] Enable FedGatewayControllerTests (#3402)

* Remove leader functionality

* Update src/Stratis.Features.FederatedPeg/Controllers/Federati...

6cd9f84f554ca45168d0c7b79a6f4527c6220199 authored almost 6 years ago
Added fee for sent transactions in RPC method gettransaction (#3399)

93229d4eb45cd32652f48260a9ff6482a3612b91 authored almost 6 years ago
Reverse commit to lesser version (#3406)

67b96133993535f499428c93288000813e4042d7 authored almost 6 years ago
Remove Dbreeze async wrappers (#3361)

* get rid of async wrapper around dbreeze in coinview

* coinview and consensus engine

* fi...

e22dd81d82fc5d237068bde6b3a3d065645aaaf7 authored almost 6 years ago
Fix: On first connect the creation of version might throw (#3370)

* Fix on first connect the creation of version might throw

* Changes based on feedback

* U...

d9d92ac28d22c0e6c28759f71a85c0ec6c03a5ca authored almost 6 years ago
Add the version build to the agent (#3301)

3cad8bbd5bebe407485a1f34bcb367e8ddd19098 authored almost 6 years ago
Fix GetGroup to not consider all RFC6598 ips to be in same group (#3404)

5d84913b47f12eb59c88806907e7262f1e94ae05 authored almost 6 years ago
[SC] Add whitelisting docs (#3401)

* Add whitelisting docs

* Self review

* Add mempool section

* Add reason

2ea7f7308408d8c1716ebf2ed1ad09125f4e30c5 authored almost 6 years ago
[FS] Remove Leader. Broadcast signed transactions every 10 seconds. (#3400)

* Remove leader functionality

* Update src/Stratis.Features.FederatedPeg/Controllers/Federati...

c4bddc8d2bdfa14a472eabcdb7296ad540219cac authored almost 6 years ago
[FS] Divide premine into multiple UTXOs and test we can send multiple parallel transactions (#3385)

* Divided Premine

* Remove dud test

* Remove dud file

* no message

* Integration tes...

37ba20f007bc33c3474024373769c54368686c5b authored almost 6 years ago
[FS] Add sidechain daemons to solution (#3398)

* Update FederationGatewayFeature

* Remove more unused

* All nodes running

* Remove dea...

3a00b1b63adda5aae7cdfe3a9763990cae8547d7 authored almost 6 years ago
Implemented a simple functional Event Bus (#3348)

* basic eventbus

* old SignalR refactor

* unsubscribe test

* removed commented code

...

75e88887056c38a71d5a64e87be5b58c0ab8140b authored almost 6 years ago
Fix GetFirstWalletBlockLocator (#3343)

* Fix GetFirstWalletBlockLocator

* Changes based on feedback

* Fix failing test

a92d5469bdf14f0ac19f176efa5f4c7b5566bf98 authored almost 6 years ago
edits (#3397)

4c2901e15a65086934c05bd3c9116706c4f0ad62 authored almost 6 years ago
[FS] Sidechains fee comes out of deposits (#3353)

* Removing unused params

* Last param

* Plan next is to only get deposits with certain val...

1487081cd880fb01f832dd9c52d081b047f5f2ca authored almost 6 years ago
Smart Contract API Documentation (#3248)

* Smart Contract and Smart Cotnract Wallet API documentation first draft.

CS XML documentatio...

505d3fcfc544d304bcc0ac0218eb4d5831064385 authored almost 6 years ago
[SC] Integrate with PoA whitelisting (#3369)

* Add empty class and tests

* Add unit tests

* Make tests pass

* Rename interface

* ...

ccab3fe960a02a65e206bb95433c367fd06286d1 authored almost 6 years ago
bump version 3.0.4.0 (#3391)

490ea8671f7aa0e98e38e10e66ff1d963d51d809 authored almost 6 years ago
PoA documentation (#3388)

* voting info

* architectural details

5c46bed4b5db09105260bfa603600c31cb1f1523 authored almost 6 years ago
Speed up the history call by using linq distinct (#3362)

d966ec30566fe91688825ae1543a76c2775af3a6 authored almost 6 years ago
moved documents (#3387)

607422188c05c671c5793275ccf5e14fb8f1072f authored almost 6 years ago
[RPC] Update GetBlock to align with Core (#3382)

* Update BlockModel.cs

* Update BlockModel.cs

* Finish changes to view model

* Fix Buil...

2fb274409cf1abbb903dd97e94e4171ca800e528 authored almost 6 years ago
[RPC] Update ValidateAddress to align with Core (#3372)

* Updates to ValidateAddress

* Update FullNodeController.cs

* Update FullNodeController.cs...

016ff25caac05ccc1fe11a9e769cf2af55aedd7f authored almost 6 years ago
alternative implementation of "Cancel CheckInputs in CoinViewRule #3313" (#3355)

* alternative implementation

* using ShouldExitCurrentIteration instead of IsStopped (no need...

c193d293e85fde657629d955435d2c8c195c2425 authored almost 6 years ago
[RPC] Added a check for a cookie (#3373)

* Added a check for a cookie

* Minor spelling fixes

* Changed to inject data folder directly

b3903a3fc35d71beeddd095d9f05fdf6a502b90d authored almost 6 years ago
Remove IsProtocolTransaction (#3360)

e2c440ee2a81b931faae669923715d0a7b0731c7 authored almost 6 years ago
Return transactions as list (#3375)

50358a0bdf90acf5b33706df23115701150b3920 authored almost 6 years ago
Fix incorrect logic for whitebind flag (#3247)

* Fix incorrect logic for whitebind flag

* Add more test cases

* Changes based on feedback...

497323df871b5692450dbb23bdb4d863c59bcacf authored almost 6 years ago
Support non-normalized CIDR block ranges (#3234)

* Support non-normalized CIDR block ranges

* Changes based on feedback

d9248eb901f560e52250a8835137890931eaa7d6 authored almost 6 years ago
Add missing IP ranges to IsRoutable (#3196)

* Add missing IP ranges to IsRoutable

* Changes based on feedback

* Add comment

48ef54d74ca0c3ee9a6c79b7601ec612c7af2ce4 authored almost 6 years ago