Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dag test net #4001

Closed
wants to merge 69 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
1bb71b1
consensus/dag
sanlee42 Nov 21, 2023
c93b8ec
introduce dag to chain&&miner
sanlee42 Nov 21, 2023
26379ec
Update genesis
sanlee42 Nov 21, 2023
62ebf79
release only starcoin
sanlee42 Nov 21, 2023
c2dc846
Add more log && refactor genesis load
sanlee42 Nov 24, 2023
80045bc
dag:Add more dag test
sanlee42 Nov 28, 2023
b9837f1
Add logs
sanlee42 Nov 30, 2023
6e54d59
FIx tests
sanlee42 Nov 30, 2023
4c7900a
Fix chain api and gas used
sanlee42 Dec 4, 2023
2cea8b7
Fix tests
sanlee42 Dec 5, 2023
73abfa9
Refactor create template inner for testing && fix more testing
sanlee42 Dec 14, 2023
a5156a5
blcok && blockheader compact refactor and db storage upgrade
sanlee42 Dec 19, 2023
85117f3
Revert generated halley genesis
sanlee42 Dec 19, 2023
15393a6
Add block upgrade tests
sanlee42 Dec 19, 2023
d445952
Fix genesis load compact issue && hand shake message
sanlee42 Dec 20, 2023
55a2014
fix verify body hash failure
simonjiao Dec 20, 2023
72264f6
network-rpc:Add get blocks v1 for dag network
sanlee42 Dec 23, 2023
6675ad7
make block-header-related db upgrade functions generic
simonjiao Dec 23, 2023
ebe3b03
Fix other binary compile error
sanlee42 Dec 23, 2023
deb616c
Add shell.nix
sanlee42 Dec 26, 2023
8eda0c1
fix test cases(part1)
simonjiao Dec 26, 2023
14a178d
merge fg flexidag (#3997)
jackzhhuang Dec 27, 2023
6dea0f5
Revert "merge fg flexidag (#3997)" (#3998)
sanlee42 Dec 28, 2023
6893f89
Add sync testing code (#3999)
jackzhhuang Dec 29, 2023
21f8bf6
fix fmt and clippy (#4000)
jackzhhuang Dec 29, 2023
7edb9b9
block legacy && fix test case.
sanlee42 Jan 2, 2024
81d5724
Merge branch 'master' into dag-test-net
sanlee42 Jan 2, 2024
d86f271
fix bug: do not broadcast minedblock message repeatedly
jackzhhuang Jan 3, 2024
0a74e92
Fix test case
sanlee42 Jan 4, 2024
9bc4252
Fix test case
sanlee42 Jan 4, 2024
35ab924
Merge branch 'dag-test-net' of github.com:starcoinorg/starcoin into d…
jackzhhuang Jan 4, 2024
d95d43a
add verified client testing case
jackzhhuang Jan 5, 2024
52770f7
add verified client testing case
jackzhhuang Jan 5, 2024
44932a6
Make test and custom fork height settable for testing
sanlee42 Jan 5, 2024
25f534e
mining new block with empty-vector parents_hash
simonjiao Jan 5, 2024
2afadcc
add checking codes to DagVerifier
simonjiao Jan 6, 2024
5b295f9
Concurrency test for dag commit
sanlee42 Jan 10, 2024
70b3216
add rpc retry
jackzhhuang Jan 11, 2024
5c3c1ee
Fix tips duplicate
sanlee42 Jan 11, 2024
0597314
update dag verifier
simonjiao Jan 12, 2024
95a0d11
add sync dag red block synchronization
jackzhhuang Jan 17, 2024
fe965ed
fix test case for forking main
jackzhhuang Jan 19, 2024
6f5d331
Revert "fix test case for forking main"
sanlee42 Jan 19, 2024
a720253
fix test case for forking main
sanlee42 Jan 19, 2024
55bdf16
add fork number in block chain
jackzhhuang Jan 24, 2024
832cd35
add mock code that mock fork number
jackzhhuang Jan 26, 2024
6dc984d
add sync test
jackzhhuang Jan 30, 2024
dd2be0f
Upgrade dag framework (#4004)
simonjiao Jan 30, 2024
058fa39
process error for unwarp
jackzhhuang Jan 30, 2024
adb2b35
fix starcoin-miner and some other test cases
simonjiao Jan 30, 2024
9413ea4
fix count assert in full_sync_new_node
jackzhhuang Jan 31, 2024
5d8e1a3
Merge branch 'dag-test-net' of github.com:starcoinorg/starcoin into d…
jackzhhuang Jan 31, 2024
61c3d74
add parents_hash to BlockMetadata txn
simonjiao Jan 31, 2024
11428ef
upgrade storage for transactions
simonjiao Feb 2, 2024
5cf3867
ad mock dag upgrade
jackzhhuang Feb 4, 2024
476b811
add some test case
jackzhhuang Feb 20, 2024
3f48956
update integration tests
simonjiao Feb 5, 2024
b3a8f47
remove unused imports
simonjiao Feb 22, 2024
6fccd67
remove daospace-v12 from master branch
simonjiao Feb 23, 2024
b963dcf
restructure on_chain_config_dao test codes
simonjiao Feb 23, 2024
685a41c
gen dag chain for tests
simonjiao Feb 23, 2024
93c12e4
fix test_dag_transaction_info_and_proof_1
simonjiao Feb 23, 2024
bb060a1
update some comments
simonjiao Feb 26, 2024
c9043a3
update dao integration test
simonjiao Feb 27, 2024
8275495
fix sync test case
jackzhhuang Feb 27, 2024
261e543
Merge branch 'dag-test-net' of github.com:starcoinorg/starcoin into d…
jackzhhuang Feb 27, 2024
d4a0330
add test
jackzhhuang Apr 1, 2024
22fc570
Merge branch 'dag-test-net' of github.com:starcoinorg/starcoin into d…
jackzhhuang Apr 1, 2024
9b963a5
merge from dag mining net
jackzhhuang Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 1 addition & 4 deletions .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,11 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release
args: --manifest-path=./cmd/starcoin/Cargo.toml --release

- name: build starcoin release asset
run: bash ./scripts/release.sh ${{ matrix.platform }}

- name: build mpm release asset
run: bash ./scripts/release_mpm.sh ${{ matrix.platform }}

- name: upload artifact asset
uses: actions/upload-artifact@v2
if: ${{ github.event_name != 'release'}}
Expand Down
119 changes: 113 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading