Ecosyste.ms: OpenCollective

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

github.com/firoorg/ztm

A REST service running on top of Zcoin Exodus to provides rich and easy to use APIs for managing the token
https://github.com/firoorg/ztm

Change GetBlockHintAsync() to return height instead hash

0b36d92e69454ae99098169472b022f356b874ab authored over 5 years ago
Return height from GetAsync() and GetLastAsync()

3cb141d982320aa5553d5c2a3918a605827a18a7 authored over 5 years ago
Add IBlocksSynchronizer

9de7a73d98297ed10508a9b5c2c9c5a77f547adb authored over 5 years ago
Remove unused methods

6623777c6fc2d60193298c1e730f8a46024c7172 authored over 5 years ago
Merge pull request #9 from ultimaweapon/blocks-storage

Add service to store blocks

b25c257de646d427f1aa1f2c687818d445601707 authored over 5 years ago
Update README.md

c28927a27570fdd0481c0429d958f106ac05f258 authored over 5 years ago
Fix BlockTransactionTests

a454121b7c1cfd4b55ee118a9d10066cfdc11983 authored over 5 years ago
Update NBitcoin

30d147f2847021fde67f10ee65b279c486af5c4d authored over 5 years ago
Restrict Transaction remove if BlockTransaction still referenced

95fa781ba9e74b345e9899d2c293ef8b18b690b4 authored over 5 years ago
Replace RemoveAsync() with RemoveLastAsync(), better supports duplicated TXs and some optimized

0228b8ba13f4d58c18c8bd1f88051dd366fa4f83 authored over 5 years ago
Add unit tests for BlocksStorage

f54379377c7a2a413c04306dd0a5356b1cd4af99 authored over 5 years ago
Fix incorrect block time when loaded from database

b6973fc02923568306edefddb14585afab1cbf38 authored over 5 years ago
Add more test cases for Ztm.Data.Entity

b97b2a17579e43ff651183e07ee84cbea9de2151 authored over 5 years ago
Add Ztm.Data.Entity.Testing

328720786cb131c8e2afe541c0879370f4dabab9 authored over 5 years ago
Remove foreign key from Input entity

c4da69f97023196f70deb7a4bc30c7a865123521 authored over 5 years ago
Add BlocksStorage

ee2f7577b9f0b1746391e13941e91fcb8ac3e479 authored over 5 years ago
Add IQueryableExtensions

f23b5ce6e67e64eb137eed6957d406cd33eca877 authored over 5 years ago
Add ZcoinTransaction, ZcoinTxIn and ZcoinTxOut

94915855796d393fa0e43e5ab966a26cc301c610 authored over 5 years ago
Create DB migration for block and transaction

b7cd169d1a081172b62ed87768704b74cdaf2b5e authored over 5 years ago
Fix entity model for block how to reference transaction

c4ce7c13678e8ac9f743e34ca1542faa57faf2f0 authored over 5 years ago
Disable auto-increment on Height property for Block entity

0460cbf138021c296623727cd40a9e5bed275e91 authored over 5 years ago
Add more test cases to Ztm.Data.Entity.Tests

4ad00a3fcdfd95f756f5af59e0fb0a515b3d4524 authored over 5 years ago
Add AsyncEventArgs

a3b8014fe5de6f7859fc7763b88db64c3a92bbb9 authored over 5 years ago
Add tables to store blocks and transactions

0c562677c2836f8fdd5f49590faacf3667160a3b authored over 5 years ago
Remove custom naming for EF

a077faf805371f689195c73fde0f18437b1b11ce authored over 5 years ago
Merge pull request #8 from ultimaweapon/block-retriever

Implement blocks retriever

20dde342a9741444e23d2e3592019a3a30fbcae1 authored over 5 years ago
Fix wrong indent

fe0d52a80cb3969a0330e3e1f589d14e479bb366 authored over 5 years ago
Add BlocksRetriever

986a4c64fc7cc69906c673eee9cd9f101f99816a authored over 5 years ago
Add ZcoinBlock.CreateBlock()

26a62f8d9a75fa9a4013308013541ef0e9b3c3d2 authored over 5 years ago
Add Ztm.ObjectModel

c3edca2705f122f1a4273f7e7898269024e87063 authored over 5 years ago
Add GetBlockAsync() and GetBlockHeaderAsync() to IZcoinRpcClient

4d0657bf505d6d649e44bea6c76211b7fd8812c6 authored over 5 years ago
Add Ztm.ServiceModel

d04cca0c9f95890fa588442ef064a25a84184b22 authored over 5 years ago
Add GetBlockAsync and GetBlockHeaderAsync to ZcoinRPCClient

959f1dcf5cd6549ce06b399d06d570ce5b4b84ba authored over 5 years ago
Fix wrong data for genesis block

b686dffd1bc7d5fc5936111f50e9e12af5c80187 authored over 5 years ago
Add ZcoinRPCClient

f6f5693d45f78e14b4d310c1816f6e65cd7da74f authored over 5 years ago
Add ZcoinBlock and ZcoinBlockHeader

f54cdad4e80d2847f3ddb290019c7652588a3ad6 authored over 5 years ago
Merge pull request #7 from ultimaweapon/init-db

Initialize main database

891897ba967a25877409e38ea8e20b6b512fe289 authored over 5 years ago
Initialize main database

f951e465223cc320996b9a1a894fd7f24c0b5acf authored over 5 years ago
Merge pull request #6 from ultimaweapon/core-config

Initialize Ztm.Configuration

0f50bde31c31a9dc3b3160c35486afcdbf4469e3 authored over 5 years ago
Initialize Ztm.Configuration

780fe44882d4584ba8b741bcd14be92fb1309295 authored over 5 years ago
Merge pull request #5 from ultimaweapon/more-tests

Add more assertions to ZcoinRpcClientFactoryTests

932a8dc7cad474c9708599eac8ad39b992b44644 authored over 5 years ago
Remove assertion that not applicable for Bitcoin 0.13

826c869a3e61ed56eeb241cc664b4884fecd2a13 authored over 5 years ago
Update NBitcoin

2deead162e8a207c81efb54df59d4f11e58bcb87 authored over 5 years ago
Add more assertions to ZcoinRpcClientFactoryTests

a93217c8f4031b9bb48963db95f4560e664fe015 authored over 5 years ago
Merge pull request #4 from ultimaweapon/nbitcoin-submod

Reference our NBitcoin as submodule instead

60111d30961d57659c8c1acacf8587d19dc18819 authored over 5 years ago
Update README.md

73a27d263b1448401d4248eccb2e6c52815debce authored over 5 years ago
Fix CI build

e3192e9ecce31561f1f5f35ceb5eafe4968a16ef authored over 5 years ago
Reference our NBitcoin as submodule instead

c4b378615d94651ae8b19f81b861322630afc91d authored over 5 years ago
Merge pull request #3 from ultimaweapon/rpc-client-factory

Add IZcoinRpcClientFactory

f7da540824474eca0721ad00bbc011c4a8b20e0f authored over 5 years ago
Add IZcoinRpcClientFactory

3d677ae34d556ccf96094b56eeda8fd85141da99 authored almost 6 years ago
Merge pull request #2 from ultimaweapon/jenkins

Integrate Jenkins

715ae087e2f61b425cf93cc7fdf4810c2e0e1b1f authored almost 6 years ago
Remove echo for each test project

8e675893d639d1c8800504542ebfb5b3c190a683 authored almost 6 years ago
Fix tests not run

6c6cc67f7305d774660cf6f585f2f4beed6860b1 authored almost 6 years ago
Fix incorrect syntax for Jenkinsfile

1881d26cab34845d9f048f811d659a8e7c910fce authored almost 6 years ago
Initializes Jenkinsfile

9da866066ec3913b514aea0ab14700c2b9670c58 authored almost 6 years ago
Merge pull request #1 from ultimaweapon/nbitcoin-params

Initializes NBitcoin parameters

05c6ed0594c225c998a7e7c6463b71a20d48d966 authored almost 6 years ago
Initializes NBitcoin parameters

e8119b77c4944c7ded368a69dcca35860be244a8 authored almost 6 years ago
Add IZcoinRpcClient

cde269d6ddb971b9439340efb9c978764a9b089d authored almost 6 years ago
Add specifications.md

76bdfa6e3dafd032a00c0e0632ed9e4139d08d65 authored almost 6 years ago
Fix src/Ztm.WebApi start failed

f6db6e19b9381afac87ebdc79a6267c938ec7f1d authored almost 6 years ago
Initialize Project

93cf33df291b5455c18f024bb447200b3fad2ac9 authored almost 6 years ago