Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#92 Pump development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
arturalbov committed May 28, 2018
1 parent 1d161c4 commit 69d70aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/contributing/pump-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ class BitcoinBlockchainInterface(

So, as you can see, you're not care of what happening with data next and how to store it. All you need is just to tell `BlockBundle` how to map it's fields on entities and we'll take care of everything else.

Note that you should use `toSearchHashFormat()` extension function placed in `fund.cyber.api.common.Func.kt` on all fields in hex format when building your chain entities.

### Memory Pool Pump

You also could add memory pool pumping logic by simply implement `PoolInterface` interface
Expand Down

0 comments on commit 69d70aa

Please sign in to comment.