Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
388 commits
Select commit Hold shift + click to select a range
4b45962
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
51055c5
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
0fb4b3c
feat/block_production: first iteration
b-yap Dec 9, 2021
3925fdf
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
32a3e42
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
03b0d59
feat/block_production: first iteration
b-yap Dec 9, 2021
654ddb0
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
4f65692
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
5c98004
feat/block_production: first iteration
b-yap Dec 9, 2021
fbd3f58
feat/block_production:
b-yap Dec 14, 2021
5bc0d49
feat/block_production: remove util crate
b-yap Dec 14, 2021
6fd345a
feat/block_production: remove block.rs
b-yap Dec 14, 2021
3cfb301
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
64ada80
feat/block_production: fix double import on ConsensusData
b-yap Jan 7, 2022
b2c0449
feat/pow/bitcoin: first iteration. Bitcoin representation of pow
b-yap Jan 10, 2022
b1165ab
feat/pow/bitcoin: 2nd iteration: applying the `work_required` and `ca…
b-yap Jan 10, 2022
3de2866
feat/pow/bitcoin: update the functions
b-yap Jan 11, 2022
0db87f7
feat/pow/bitcoin: fix warnings, and cargo fmt
b-yap Jan 12, 2022
0cb322a
feat/pow/bitcoin: add TODOS
b-yap Jan 12, 2022
ed8db7d
feat/pow/bitcoin: remove difficulty in the ConsensusParams. Used the …
b-yap Jan 12, 2022
a6240cc
feat/pow/bitcoin: removing uint files
b-yap Jan 25, 2022
bef56f8
feat/pow/bitcoin: fix cargo.lock
b-yap Jan 25, 2022
d93e2cd
feat/block_production: first iteration
b-yap Dec 9, 2021
a293dbb
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
95f2cdc
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
e95690a
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
104a0a9
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
7f2957d
feat/block_production: first iteration
b-yap Dec 9, 2021
aa05933
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
d144fed
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
8631f0b
feat/block_production: first iteration
b-yap Dec 9, 2021
f4af0b8
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
607be42
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
f2b0909
feat/block_production: first iteration
b-yap Dec 9, 2021
71f3257
feat/block_production:
b-yap Dec 14, 2021
be69f29
feat/block_production: remove util crate
b-yap Dec 14, 2021
83235b5
feat/block_production: remove block.rs
b-yap Dec 14, 2021
9a8583b
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
07e34d1
feat/block_production: https://github.com/mintlayer/mintlayer-core/pu…
b-yap Jan 7, 2022
8c3aa03
feat/block_production: rebase on master and fix conflicts
b-yap Jan 7, 2022
4d42652
feat/block_production: first iteration
b-yap Dec 9, 2021
556c9a5
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
5270e8c
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
b753258
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
8127db0
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
dd5f0b3
feat/block_production: first iteration
b-yap Dec 9, 2021
874935b
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
25f053b
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
9e9bba8
feat/block_production: first iteration
b-yap Dec 9, 2021
538c1a4
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
a487eaa
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
b1eb903
feat/block_production: first iteration
b-yap Dec 9, 2021
ad91062
feat/block_production:
b-yap Dec 14, 2021
27d0f2e
feat/block_production: remove util crate
b-yap Dec 14, 2021
5e5378b
feat/block_production: remove block.rs
b-yap Dec 14, 2021
1432140
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
e7d0e5e
feat/block_production: fix double import on ConsensusData
b-yap Jan 7, 2022
6361f94
feat/pow/bitcoin: remove difficulty in the ConsensusParams. Used the …
b-yap Jan 12, 2022
06e9c26
feat/pow/bitcoin: code cleanup; removing all kinds of traits in the p…
b-yap Jan 25, 2022
b92bb9c
feat/pow/bitcoin: code cleanup;
b-yap Jan 25, 2022
898c302
feat/pow/bitcoin: rename `into` to `inner`
b-yap Jan 25, 2022
5d47949
feat/pow/bitcoin: provide a temporary BlockIndex. using the store to …
b-yap Jan 26, 2022
2561391
feat/pow/bitcoin: retrieve best block from the blockchain_storage
b-yap Jan 26, 2022
7705299
feat/pow/bitcoin: merge fix of block-production
b-yap Jan 28, 2022
0362040
Merge remote-tracking branch 'origin/feat/pow/bitcoin' into feat/pow/…
b-yap Jan 28, 2022
0113153
feat/block_production: first iteration
b-yap Dec 9, 2021
031efb3
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
d8a7d6b
feat/block_production: move implementations to pow.rs
b-yap Dec 13, 2021
208bfeb
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
c209c4e
feat/block_production: added docs; and Compact implements `From` and …
b-yap Dec 13, 2021
ea1533c
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
c1167bb
feat/block_production: add the forgotten lib
b-yap Dec 13, 2021
859d01f
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
5661f9d
feat/block_production: first iteration
b-yap Dec 9, 2021
e0bdb39
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
b5508cd
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
9189a84
feat/block_production: first iteration
b-yap Dec 9, 2021
c490392
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
592f48a
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
ebf622a
feat/block_production: first iteration
b-yap Dec 9, 2021
b8f096a
feat/block_production:
b-yap Dec 14, 2021
3c88fa8
feat/block_production: remove util crate
b-yap Dec 14, 2021
814636b
feat/block_production: remove block.rs
b-yap Dec 14, 2021
8642293
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
2ed1fe3
feat/block_production: adding compact to uint256 and vice versa conve…
b-yap Dec 16, 2021
41595a2
feat/block_production: https://github.com/mintlayer/mintlayer-core/pu…
b-yap Jan 7, 2022
8f41f19
feat/block_production: rebase on master and fix conflicts
b-yap Jan 7, 2022
bf24bac
feat/block_production: first iteration
b-yap Dec 9, 2021
b9ccc30
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
16c6699
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
3edde1d
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
0ac9028
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
57eb5e5
feat/block_production: first iteration
b-yap Dec 9, 2021
19990ac
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
f542a9a
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
78a90f8
feat/block_production: first iteration
b-yap Dec 9, 2021
9f2a826
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
669cbdc
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
8d8c763
feat/block_production: first iteration
b-yap Dec 9, 2021
635873d
feat/block_production:
b-yap Dec 14, 2021
f08ff4d
feat/block_production: remove util crate
b-yap Dec 14, 2021
ff8e1d0
feat/block_production: remove block.rs
b-yap Dec 14, 2021
d71f2ab
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
081ec3a
feat/block_production: fix double import on ConsensusData
b-yap Jan 7, 2022
857a9df
feat/pow/bitcoin: first iteration. Bitcoin representation of pow
b-yap Jan 10, 2022
fea424d
feat/pow/bitcoin: 2nd iteration: applying the `work_required` and `ca…
b-yap Jan 10, 2022
f490646
feat/pow/bitcoin: update the functions
b-yap Jan 11, 2022
177eeb5
feat/pow/bitcoin: fix warnings, and cargo fmt
b-yap Jan 12, 2022
afdd2ff
feat/pow/bitcoin: add TODOS
b-yap Jan 12, 2022
20da1b4
feat/pow/bitcoin: remove difficulty in the ConsensusParams. Used the …
b-yap Jan 12, 2022
b046248
feat/pow/bitcoin: removing uint files
b-yap Jan 25, 2022
4203cb3
feat/pow/bitcoin: fix cargo.lock
b-yap Jan 25, 2022
132694f
feat/block_production: first iteration
b-yap Dec 9, 2021
c5691a7
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
be53abc
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
5085d51
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
f8fdeb7
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
822b8f4
feat/block_production: first iteration
b-yap Dec 9, 2021
623e45a
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
eb21985
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
44dc116
feat/block_production: first iteration
b-yap Dec 9, 2021
444c35a
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
37afdaf
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
127eb12
feat/block_production: first iteration
b-yap Dec 9, 2021
8215f0c
feat/block_production:
b-yap Dec 14, 2021
ee5a221
feat/block_production: remove util crate
b-yap Dec 14, 2021
e76b7f2
feat/block_production: remove block.rs
b-yap Dec 14, 2021
a31fbf0
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
360ccbd
feat/block_production: https://github.com/mintlayer/mintlayer-core/pu…
b-yap Jan 7, 2022
ec89339
feat/block_production: rebase on master and fix conflicts
b-yap Jan 7, 2022
32624a3
feat/block_production: first iteration
b-yap Dec 9, 2021
05465fc
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
b20718f
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
d345c92
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
8a4b0f0
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
f75d08d
feat/block_production: first iteration
b-yap Dec 9, 2021
96ec700
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
8428202
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
abf60ff
feat/block_production: first iteration
b-yap Dec 9, 2021
a0a9461
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
72bf51a
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
6c37ccf
feat/block_production: first iteration
b-yap Dec 9, 2021
1420800
feat/block_production:
b-yap Dec 14, 2021
aead056
feat/block_production: remove util crate
b-yap Dec 14, 2021
54966fb
feat/block_production: remove block.rs
b-yap Dec 14, 2021
e5cf5f2
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
e2040e7
feat/block_production: fix double import on ConsensusData
b-yap Jan 7, 2022
6398289
feat/pow/bitcoin: remove difficulty in the ConsensusParams. Used the …
b-yap Jan 12, 2022
b3ecf36
feat/pow/bitcoin: code cleanup; removing all kinds of traits in the p…
b-yap Jan 25, 2022
8272eb2
feat/pow/bitcoin: code cleanup;
b-yap Jan 25, 2022
4f473ed
feat/pow/bitcoin: rename `into` to `inner`
b-yap Jan 25, 2022
40718b0
feat/pow/bitcoin: provide a temporary BlockIndex. using the store to …
b-yap Jan 26, 2022
9e7b746
feat/pow/bitcoin: retrieve best block from the blockchain_storage
b-yap Jan 26, 2022
de713e2
feat/pow/bitcoin: merge fix of block-production
b-yap Jan 28, 2022
28654d5
feat/block_production: first iteration
b-yap Dec 9, 2021
812081b
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
4f40d0d
feat/block_production: move implementations to pow.rs
b-yap Dec 13, 2021
af29ee2
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
424c16e
feat/block_production: added docs; and Compact implements `From` and …
b-yap Dec 13, 2021
24992cb
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
af615ac
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
31d2034
feat/block_production: first iteration
b-yap Dec 9, 2021
b030052
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
08a21aa
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
05ff663
feat/block_production: first iteration
b-yap Dec 9, 2021
290c9b8
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
fb4ca74
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
c358832
feat/block_production: first iteration
b-yap Dec 9, 2021
84c5128
feat/block_production:
b-yap Dec 14, 2021
a8d31a4
feat/block_production: remove util crate
b-yap Dec 14, 2021
dce6417
feat/block_production: remove block.rs
b-yap Dec 14, 2021
86ede44
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
12180cc
feat/block_production: adding compact to uint256 and vice versa conve…
b-yap Dec 16, 2021
7d35caf
feat/block_production: https://github.com/mintlayer/mintlayer-core/pu…
b-yap Jan 7, 2022
45acb1c
feat/block_production: rebase on master and fix conflicts
b-yap Jan 7, 2022
fd7a456
feat/block_production: first iteration
b-yap Dec 9, 2021
d28c065
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
5064535
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
6f1340d
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
b577d96
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
dffe35f
feat/block_production: first iteration
b-yap Dec 9, 2021
14e131c
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
234a911
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
cfd5c36
feat/block_production: first iteration
b-yap Dec 9, 2021
b79a655
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
f6f076c
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
79d3cb3
feat/block_production: first iteration
b-yap Dec 9, 2021
dd285ff
feat/block_production:
b-yap Dec 14, 2021
004554f
feat/block_production: remove util crate
b-yap Dec 14, 2021
d66a978
feat/block_production: remove block.rs
b-yap Dec 14, 2021
af6018e
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
3870c12
feat/block_production: fix double import on ConsensusData
b-yap Jan 7, 2022
b62529f
feat/pow/bitcoin: first iteration. Bitcoin representation of pow
b-yap Jan 10, 2022
7e3ba66
feat/pow/bitcoin: 2nd iteration: applying the `work_required` and `ca…
b-yap Jan 10, 2022
4cafda7
feat/pow/bitcoin: update the functions
b-yap Jan 11, 2022
1ad7c0a
feat/pow/bitcoin: fix warnings, and cargo fmt
b-yap Jan 12, 2022
8e593ad
feat/pow/bitcoin: add TODOS
b-yap Jan 12, 2022
860896e
feat/pow/bitcoin: remove difficulty in the ConsensusParams. Used the …
b-yap Jan 12, 2022
fa47e5b
feat/pow/bitcoin: removing uint files
b-yap Jan 25, 2022
952a4f3
feat/pow/bitcoin: fix cargo.lock
b-yap Jan 25, 2022
f0e9043
feat/block_production: first iteration
b-yap Dec 9, 2021
2887453
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
50f738d
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
3e4d679
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
7cfe57f
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
f9cffbf
feat/block_production: first iteration
b-yap Dec 9, 2021
f516a05
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
279c8b9
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
d3100d1
feat/block_production: first iteration
b-yap Dec 9, 2021
b53b505
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
3c73aa4
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
6c0619e
feat/block_production: first iteration
b-yap Dec 9, 2021
69a5c54
feat/block_production:
b-yap Dec 14, 2021
181a854
feat/block_production: remove util crate
b-yap Dec 14, 2021
7ea724f
feat/block_production: remove block.rs
b-yap Dec 14, 2021
2b34420
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
ac92a2c
feat/block_production: rebase on master and fix conflicts
b-yap Jan 7, 2022
00f316f
feat/block_production: first iteration
b-yap Dec 9, 2021
f8ecfb6
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
72a354d
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
06b56c6
feat/block_production: added docs from rust bitcoin
b-yap Dec 13, 2021
754e129
feat/block_production: add the forgotten lib and cargo file
b-yap Dec 13, 2021
bf406de
feat/block_production: first iteration
b-yap Dec 9, 2021
b140acf
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
2aa688e
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
5f6d013
feat/block_production: first iteration
b-yap Dec 9, 2021
99bf9e6
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
168d87c
feat/block_production: using rust-bitcoin's uint256 to represent the …
b-yap Dec 13, 2021
def7dc9
feat/block_production: first iteration
b-yap Dec 9, 2021
9eb125e
feat/block_production:
b-yap Dec 14, 2021
351da20
feat/block_production: remove util crate
b-yap Dec 14, 2021
d393bac
feat/block_production: remove block.rs
b-yap Dec 14, 2021
97affec
feat/block_production: fix fmt issues and added the forgotten Cargo.t…
b-yap Dec 14, 2021
ec4207d
feat/block_production: fix double import on ConsensusData
b-yap Jan 7, 2022
058c5d7
feat/pow/bitcoin: code cleanup; removing all kinds of traits in the p…
b-yap Jan 25, 2022
44f87e5
feat/pow/bitcoin: code cleanup;
b-yap Jan 25, 2022
e1e422d
consensus_data: code cleanup and applying the newly defined consensus…
b-yap Feb 1, 2022
225d6b9
Merge remote-tracking branch 'origin/feat/pow/bitcoin' into feat/pow/…
b-yap Feb 1, 2022
38bfe97
consensus_data: remove redundant files
b-yap Feb 1, 2022
6645720
feat/pow/bitcoin: move to consensus module
b-yap Feb 2, 2022
3a511f4
feat/pow/bitcoin: use the PoWConfig to start processing block.
b-yap Feb 3, 2022
b6d0c8c
feat/pow/bitcoin: expose functions needed for creating a block and ch…
b-yap Feb 3, 2022
89743bf
feat/pow/bitcoin: remove "block_production" related info
b-yap Feb 4, 2022
22822ea
feat/pow/bitcoin: fix retarget block time
b-yap Feb 4, 2022
c9c9613
feat/pow/bitcoin: fix borrow ref
b-yap Feb 4, 2022
78989a7
feat/pow/bitcoin: addressing comments:
b-yap Feb 10, 2022
877c172
feat/block_production: 2nd iteration
b-yap Dec 13, 2021
b2d8f49
feat/pow/bitcoin: remove difficulty in the ConsensusParams. Used the …
b-yap Jan 12, 2022
cc9a513
feat/pow/bitcoin: addressing comments:
b-yap Feb 10, 2022
6cb706c
feat/pow/bitcoin: fix conflicts
b-yap Feb 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ if you fix a bug feel free to create a pr to merge your fix, if you want to add

Follow [these instructions](https://www.rust-lang.org/tools/install) to install rust which is required to build Mintlayer.

## MIPS

Mintlayer accepts improvement proposals in [this repo](https://github.com/mintlayer/MIPS). Major changes should be discussed via a MIP before they can be included in the code base. Check the [BIPs repo](https://github.com/bitcoin/bips) to get an idea of how to write a MIP.

## How to actually contribute

The first thing to do, once you know what you want to do, is to open an issue. If you think you'd found a bug open an issue so it can be discussed with the wider
Expand Down
Loading