Commit ceea5a1
authored
Move NBitcoin to core (#212)
* Delete bloom filters
* Delete colored address
* Delete empty files
* Removing Stealth addresses
* Move all NBitcon code to blockcore project including tests
* Rename folders to NBitcoin
* Moving types from NBitcoin to respective folders
* Moving types Block and Transaction to respective folders1 parent 734324a commit ceea5a1
455 files changed
Lines changed: 423 additions & 5308 deletions
File tree
- src
- Blockcore
- Base/Deployments
- Consensus
- Block
- Chain
- Checkpoints
- Rules
- Script
- Transaction
- Controllers/Models
- Interfaces
- NBitcoin
- BIP32
- BIP38
- BIP39
- BitcoinCore
- BouncyCastle
- asn1
- sec
- x9
- crypto
- digests
- ec
- engines
- macs
- paddings
- parameters
- signers
- util
- math
- ec
- abc
- custom/sec
- endo
- multiplier
- field
- raw
- security
- util
- encoders
- io
- BuilderExtensions
- Crypto
- Cryptsharp
- DataEncoders
- Formatters
- OpenAsset
- Policy
- Protocol
- Repository
- Networks
- P2P
- Utilities
- External
- Blockcore.Benchmark
- NBitcoin.Tests
- NBitcoin
- OpenAsset
- Stealth
- Utils
- Features
- Blockcore.Features.BlockStore
- Blockcore.Features.ColdStaking
- Blockcore.Features.Consensus
- CoinViews
- Blockcore.Features.Diagnostic
- Blockcore.Features.MemoryPool
- Blockcore.Features.Miner
- Blockcore.Features.Notifications
- Blockcore.Features.PoA
- Blockcore.Features.RPC
- Blockcore.Features.WalletWatchOnly
- Blockcore.Features.Wallet
- Networks
- Bitcoin
- Bitcoin.Cli
- Bitcoind
- Blockcore.Networks.Bitcoin
- City
- City.Node
- City
- Networks
- OpenExo
- OpenExo.Node
- OpenExo
- Networks
- Rutanio
- Rutanio.Node
- Rutanio
- Networks
- Stratis
- Blockcore.Networks.Stratis
- StratisDns
- Stratisd
- Xds
- Blockcore.Networks.Xds
- Xdsd
- x42
- x42.Node
- x42
- Networks
- Tests
- Blockcore.Features.BlockStore.Tests
- Blockcore.Features.ColdStaking.Tests
- Blockcore.Features.Consensus.Tests
- Blockcore.Features.MemoryPool.Tests
- Blockcore.Features.Miner.Tests
- Blockcore.Features.Notifications.Tests
- Blockcore.Features.RPC.Tests
- Blockcore.Features.Wallet.Tests
- Blockcore.Features.WalletWatchOnly.Tests
- Blockcore.IntegrationTests.Common
- Blockcore.IntegrationTests
- Blockcore.Tests
- Consensus
- NBitcoin
- data_pos
- blocks
- data
- blocks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
| |||
208 | 204 | | |
209 | 205 | | |
210 | 206 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 207 | | |
220 | 208 | | |
221 | 209 | | |
| |||
368 | 356 | | |
369 | 357 | | |
370 | 358 | | |
371 | | - | |
372 | | - | |
373 | 359 | | |
374 | 360 | | |
375 | 361 | | |
| |||
400 | 386 | | |
401 | 387 | | |
402 | 388 | | |
403 | | - | |
404 | 389 | | |
405 | 390 | | |
406 | 391 | | |
407 | 392 | | |
| 393 | + | |
408 | 394 | | |
409 | 395 | | |
410 | 396 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| |||
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | 188 | | |
194 | 189 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments