OSDN Git Service

bytom/bytom.git
3 years agofeat(remove mining): remove mining code (#1877)
jacksoom [Fri, 9 Apr 2021 06:13:20 +0000 (14:13 +0800)]
feat(remove mining): remove mining code (#1877)

3 years agoFeat(BVM): change op shift (#1874)
xuexiansong [Fri, 9 Apr 2021 05:33:01 +0000 (13:33 +0800)]
Feat(BVM): change op shift (#1874)

* Feat(BVM): change op shift

* Feat(BVM): change op shift 1

* Feat(BVM): change op shift 2

3 years agofeat(bcrp): save and delete contract (#1865)
DeKaiju [Fri, 9 Apr 2021 05:30:13 +0000 (13:30 +0800)]
feat(bcrp): save and delete contract (#1865)

* feat(bcrp): save and delete contract

* refactor(bcrp): code refactoring

* test(bcrp): add unit test of func SaveContract and DeleteContract

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring

* refactor(bcrp): code refactoring

3 years agoBtm2.0 remove pow (#1859)
Mingjing [Thu, 8 Apr 2021 11:09:18 +0000 (19:09 +0800)]
Btm2.0 remove pow (#1859)

* remove pow

* modify TestProcessBlock

* change comment to true remove

* remove pow from makefile

* fix remove pow

* remove TestPrintBlockMap

* merge btm2.0

* fix(remove pow):after merge btm2.0

* fix(remove pow): code format and wallet_test_util update function

* fix(remove pow): delete mining

* fix(remove pow): delete space

* fix(remove pow): remove space

3 years agoFeat(BVM): change op cmp (#1873)
xuexiansong [Thu, 8 Apr 2021 08:04:29 +0000 (16:04 +0800)]
Feat(BVM): change op cmp (#1873)

3 years agoFeat(BVM): change op mod (#1872)
xuexiansong [Thu, 8 Apr 2021 07:02:06 +0000 (15:02 +0800)]
Feat(BVM): change op mod (#1872)

3 years agoFeat(BVM): change op div (#1871)
xuexiansong [Thu, 8 Apr 2021 06:11:11 +0000 (14:11 +0800)]
Feat(BVM): change op div (#1871)

3 years agoFeat(BVM): change op mul (#1870)
xuexiansong [Thu, 8 Apr 2021 03:23:28 +0000 (11:23 +0800)]
Feat(BVM): change op mul (#1870)

3 years agoFeat(BVM): change op sub (#1869)
xuexiansong [Wed, 7 Apr 2021 13:47:22 +0000 (21:47 +0800)]
Feat(BVM): change op sub (#1869)

3 years agoadd_casper_process_block (#1868)
Poseidon [Wed, 7 Apr 2021 13:45:23 +0000 (21:45 +0800)]
add_casper_process_block (#1868)

3 years ago feat(net/netsync/p2p/pow): Change network lib and remove pow (#1864)
jacksoom [Wed, 7 Apr 2021 13:39:31 +0000 (21:39 +0800)]
 feat(net/netsync/p2p/pow): Change network lib and remove pow  (#1864)

* feat(network/pow): change network lib. remove pow

* remove pow

remove pow

* remove magic delete

* remove pow field

3 years agoFeat(BVM): change op add (#1862)
xuexiansong [Wed, 7 Apr 2021 08:37:04 +0000 (16:37 +0800)]
Feat(BVM): change op add (#1862)

* Feat(BVM): change op add

* Feat(BVM): change op add 1

3 years agoFeat(BVM): change op not (#1861)
xuexiansong [Wed, 7 Apr 2021 05:00:10 +0000 (13:00 +0800)]
Feat(BVM): change op not (#1861)

3 years agoFeat(BVM): change op div (#1860)
xuexiansong [Wed, 7 Apr 2021 04:56:43 +0000 (12:56 +0800)]
Feat(BVM): change op div (#1860)

* Feat(BVM): change op div

* Feat(BVM): change op div 1

* Feat(BVM): change op div 2

3 years agoauth_verification_for_casper (#1858)
Poseidon [Wed, 7 Apr 2021 04:55:05 +0000 (12:55 +0800)]
auth_verification_for_casper (#1858)

* auth_verification_for_casper

* add todo for auth verification

* remove pubkey in encode message

* sha3hash for verification message

* split verification

* refactor

* bug fix

3 years agofeat(bcrp): implement IsBCRPScript func and unit test (#1857)
DeKaiju [Tue, 6 Apr 2021 09:27:57 +0000 (17:27 +0800)]
feat(bcrp): implement IsBCRPScript func and unit test (#1857)

3 years agoFeat(BVM): change number mul op use uint256 and test (#1854)
xuexiansong [Tue, 6 Apr 2021 07:14:05 +0000 (15:14 +0800)]
Feat(BVM): change number mul op use uint256 and test (#1854)

3 years agoFeat(BVM): change number sub op use uint256 and test (#1853)
xuexiansong [Tue, 6 Apr 2021 06:45:46 +0000 (14:45 +0800)]
Feat(BVM): change number sub op use uint256 and test (#1853)

* Feat(BVM): change number sub op use uint256 and test

* Feat(BVM): change number sub op use uint256 and test

* Feat(BVM): change number sub op test

* Feat(BVM): change number sub op test 1

* Feat(BVM): change op sub

3 years agoValidators for casper (#1855)
Poseidon [Tue, 6 Apr 2021 06:42:45 +0000 (14:42 +0800)]
Validators for casper (#1855)

* best chain for casper

* add lock for best chain func

* opt code

* refactor chainOfMaxJustifiedHeight

* validators for casper

* add lock for validators

3 years agoFeat(BVM): change numeric stack (#1856)
xuexiansong [Tue, 6 Apr 2021 06:26:05 +0000 (14:26 +0800)]
Feat(BVM): change numeric stack (#1856)

* Feat(BVM): change numeric stack

* Feat(BVM): change numeric stack

3 years agobest chain for casper (#1852)
Poseidon [Mon, 5 Apr 2021 13:38:19 +0000 (21:38 +0800)]
best chain for casper (#1852)

* best chain for casper

* add lock for best chain func

* opt code

* refactor chainOfMaxJustifiedHeight

3 years agoAdd casper interface (#1851)
Poseidon [Fri, 2 Apr 2021 08:32:40 +0000 (16:32 +0800)]
Add casper interface (#1851)

* add checkpoint

* add checkpoint

* remove other

* remove other

* add casper interface

* update comment

3 years agoadd checkpoint (#1850)
Poseidon [Fri, 2 Apr 2021 07:57:09 +0000 (15:57 +0800)]
add checkpoint (#1850)

* add checkpoint

* add checkpoint

* remove other

* remove other

3 years agoFeat(BVM): change opNumberCompare use uint256 and test (#1849)
xuexiansong [Fri, 2 Apr 2021 05:48:17 +0000 (13:48 +0800)]
Feat(BVM): change opNumberCompare use uint256 and test (#1849)

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change opNumberCompare use uint256 and test

3 years agoFeat(BVM): change op1Add use uint256 (#1846)
xuexiansong [Thu, 1 Apr 2021 14:02:24 +0000 (22:02 +0800)]
Feat(BVM): change op1Add use uint256 (#1846)

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256

* Feat(BVM): change op1Add use uint256 and test

* Feat(BVM): change op1Add testcase

3 years agofeat(bytom2.0 net): fix unit test and other (#1847)
jacksoom [Wed, 31 Mar 2021 09:35:36 +0000 (17:35 +0800)]
feat(bytom2.0 net): fix unit test and other (#1847)

3 years agoFeat(BVM): vm add bigint type (#1845)
xuexiansong [Mon, 29 Mar 2021 03:12:55 +0000 (11:12 +0800)]
Feat(BVM): vm add bigint type (#1845)

* Feat(BVM): add bigInt in types

* Feat(BVM): change bigInt func in types

* Feat(BVM): change bigInt test func

* Feat(BVM): fix golint for added code

* Feat(BVM): fix golint for changed file

* Feat(BVM): change test file

* Feat(BVM): use holiman for bigint calc

* Feat(BVM): use holiman for bigint calc

* Feat(BVM): use holiman for bigint calc

3 years agofix the memory leak (#1843)
Paladz [Wed, 27 Jan 2021 13:04:05 +0000 (21:04 +0800)]
fix the memory leak (#1843)

Co-authored-by: paladz <colt@ColtdeMacBook-Pro.local>
3 years agofeat(version): update bytom version to 1.1.1 (#1842) v1.1.1
DeKaiju [Wed, 23 Dec 2020 01:36:24 +0000 (09:36 +0800)]
feat(version): update bytom version to 1.1.1 (#1842)

3 years agoupdate (#1838)
Chengcheng Zhang [Fri, 25 Sep 2020 06:01:38 +0000 (14:01 +0800)]
update (#1838)

3 years agoMerge pull request #1836 from jacksoom/fix_import_url
Paladz [Mon, 3 Aug 2020 08:55:06 +0000 (16:55 +0800)]
Merge pull request #1836 from jacksoom/fix_import_url

Fix: fix import url

3 years agoFix: fix import url
jacksoom [Mon, 3 Aug 2020 08:45:27 +0000 (16:45 +0800)]
Fix: fix import url

4 years agoMerge pull request #1832 from Bytom/prod 6dgree v1.1.0
Paladz [Thu, 6 Feb 2020 06:13:34 +0000 (14:13 +0800)]
Merge pull request #1832 from Bytom/prod

Merge prod to master

4 years agoMerge pull request #1831 from Bytom/dev prod
Paladz [Thu, 6 Feb 2020 06:11:21 +0000 (14:11 +0800)]
Merge pull request #1831 from Bytom/dev

Merge dev to prod

4 years agoMerge pull request #1830 from Bytom/changelog dev
Paladz [Thu, 6 Feb 2020 06:05:30 +0000 (14:05 +0800)]
Merge pull request #1830 from Bytom/changelog

docs(release note): update bytom version 1.1.0 release note

4 years agodocs(release note): update bytom version 1.1.0 release note
Dkaiju [Thu, 6 Feb 2020 05:50:35 +0000 (13:50 +0800)]
docs(release note): update bytom version 1.1.0 release note

4 years agodocs(release note): update bytom version 1.1.0 release note changelog
Dkaiju [Thu, 6 Feb 2020 05:34:36 +0000 (13:34 +0800)]
docs(release note): update bytom version 1.1.0 release note

4 years agoMerge pull request #1829 from Bytom/dashboard
Paladz [Thu, 6 Feb 2020 04:17:52 +0000 (12:17 +0800)]
Merge pull request #1829 from Bytom/dashboard

update dashbaord with decimals type

4 years agoupdate dashbaord with decimals type
Zhiting Lin [Thu, 6 Feb 2020 02:50:41 +0000 (10:50 +0800)]
update dashbaord with decimals type

4 years agoMerge pull request #1828 from Bytom/prod
Paladz [Wed, 5 Feb 2020 06:10:21 +0000 (14:10 +0800)]
Merge pull request #1828 from Bytom/prod

Merge prod to master

4 years agoMerge pull request #1827 from Bytom/dev
Paladz [Wed, 5 Feb 2020 05:53:58 +0000 (13:53 +0800)]
Merge pull request #1827 from Bytom/dev

Merge dev to prod

4 years agofeat(version): update version to 1.1.0 (#1826)
DeKaiju [Wed, 5 Feb 2020 05:32:47 +0000 (13:32 +0800)]
feat(version): update version to 1.1.0 (#1826)

4 years agofeat(consensus): update mainnet and testnet checkpoint (#1824)
DeKaiju [Wed, 5 Feb 2020 04:24:12 +0000 (12:24 +0800)]
feat(consensus): update mainnet and testnet checkpoint (#1824)

* feat(consensus): update mainnet and testnet checkpoint

* feat(consensus): update mainnet block height 350000 checkpoint

4 years agoadd vaildate-block (#1815)
Paladz [Fri, 29 Nov 2019 08:30:23 +0000 (16:30 +0800)]
add vaildate-block (#1815)

* add vaildate-block

* edit for code review

* edit for code review

4 years agoMerge pull request #1813 from Bytom/dev
Paladz [Fri, 22 Nov 2019 09:02:21 +0000 (17:02 +0800)]
Merge pull request #1813 from Bytom/dev

merge from dev

4 years agofix(log): change p2p connection error log level (#1812)
DeKaiju [Fri, 22 Nov 2019 06:23:07 +0000 (14:23 +0800)]
fix(log): change p2p connection error log level (#1812)

4 years agoupdate dockerfile (#1806)
Zhongchun Cao [Wed, 6 Nov 2019 03:22:01 +0000 (11:22 +0800)]
update dockerfile (#1806)

4 years agoupdate doc (#1807)
Zhongchun Cao [Wed, 6 Nov 2019 03:20:52 +0000 (11:20 +0800)]
update doc (#1807)

4 years agomodify import path (#1805)
Zhongchun Cao [Mon, 4 Nov 2019 12:55:09 +0000 (20:55 +0800)]
modify import path (#1805)

* modify import path

* fix travis.yml go import path

4 years agoMerge pull request #1804 from Bytom/clean
Paladz [Tue, 29 Oct 2019 06:10:34 +0000 (14:10 +0800)]
Merge pull request #1804 from Bytom/clean

rm sm2 sm3

4 years agorm sm2 sm3
Chengcheng Zhang [Tue, 29 Oct 2019 06:05:51 +0000 (14:05 +0800)]
rm sm2 sm3

4 years agoMerge pull request #1802 from Bytom/prod v1.0.10
Paladz [Thu, 24 Oct 2019 07:01:34 +0000 (15:01 +0800)]
Merge pull request #1802 from Bytom/prod

Prod

4 years agoMerge pull request #1801 from Bytom/dev
Paladz [Thu, 24 Oct 2019 06:53:02 +0000 (14:53 +0800)]
Merge pull request #1801 from Bytom/dev

Dev

4 years agoMerge pull request #1800 from Bytom/release-notes
Paladz [Thu, 24 Oct 2019 05:15:42 +0000 (13:15 +0800)]
Merge pull request #1800 from Bytom/release-notes

Release notes v1.0.10

4 years agoupdate release note release-notes
Zhiting Lin [Thu, 24 Oct 2019 03:37:00 +0000 (11:37 +0800)]
update release note

4 years agoUpdate release-notes-1.0.10.md
Zhiting Lin [Thu, 24 Oct 2019 03:29:25 +0000 (11:29 +0800)]
Update release-notes-1.0.10.md

4 years agoupdate release note for 1.0.10
Zhiting Lin [Thu, 24 Oct 2019 03:28:05 +0000 (11:28 +0800)]
update release note for 1.0.10

4 years agoMerge pull request #1799 from Bytom/fix_p2p_log_level
Paladz [Thu, 24 Oct 2019 03:06:04 +0000 (11:06 +0800)]
Merge pull request #1799 from Bytom/fix_p2p_log_level

modify p2p network log level

4 years agomodify p2p network log level fix_p2p_log_level
iczc [Wed, 23 Oct 2019 07:09:03 +0000 (15:09 +0800)]
modify p2p network log level

4 years agoMerge pull request #1798 from Bytom/dashboard
Paladz [Wed, 23 Oct 2019 06:31:47 +0000 (14:31 +0800)]
Merge pull request #1798 from Bytom/dashboard

dashboard: update dashboard with chain transactions option.

4 years agodashboard: update dashboard with chain transactions option.
Zhiting Lin [Wed, 23 Oct 2019 06:24:32 +0000 (14:24 +0800)]
dashboard: update dashboard with chain transactions option.

4 years agoMerge pull request #1797 from Bytom/dev
Paladz [Wed, 23 Oct 2019 06:21:32 +0000 (14:21 +0800)]
Merge pull request #1797 from Bytom/dev

Dev

4 years agoChange version 1.0.10 (#1796)
yahtoo [Wed, 23 Oct 2019 06:14:15 +0000 (14:14 +0800)]
Change version 1.0.10 (#1796)

4 years agoupdate dashboard. (#1794)
Zhiting Lin [Tue, 22 Oct 2019 12:30:33 +0000 (20:30 +0800)]
update dashboard. (#1794)

4 years agoupdate flags (#1795)
Chengcheng Zhang [Tue, 22 Oct 2019 06:30:07 +0000 (14:30 +0800)]
update flags (#1795)

4 years agomodify chain tx fee (#1793)
oysheng [Mon, 21 Oct 2019 11:00:13 +0000 (19:00 +0800)]
modify chain tx fee (#1793)

* modify chain tx fee

* optimise

4 years agofix(chain-tx): fix omitempty in estimate_gas resp (#1792)
HAOYUatHZ [Fri, 18 Oct 2019 03:37:58 +0000 (11:37 +0800)]
fix(chain-tx): fix omitempty in estimate_gas resp  (#1792)

* fk

* do his mother a ticket

* init EstimateChainTxGas

* add sum up

* update

* fix maybe

* fix

* k

* ???

* ???

* do

* fix ci bug

* rename

* fix

* fix omitempty

4 years agofeat(api): add estimate-chain-tx-gas (#1791)
HAOYUatHZ [Fri, 18 Oct 2019 02:21:22 +0000 (10:21 +0800)]
feat(api): add estimate-chain-tx-gas (#1791)

* fk

* do his mother a ticket

* init EstimateChainTxGas

* add sum up

* update

* fix maybe

* fix

* k

* ???

* ???

* do

* fix ci bug

* rename

* fix

4 years agoMerge pull request #1790 from Bytom/dev
Paladz [Mon, 14 Oct 2019 02:53:04 +0000 (10:53 +0800)]
Merge pull request #1790 from Bytom/dev

Dev

4 years agoOnly allow ed25519 pubkeys when connecting (#1789)
yahtoo [Sat, 12 Oct 2019 12:29:08 +0000 (20:29 +0800)]
Only allow ed25519 pubkeys when connecting (#1789)

4 years agoSpecify lan discovery service name (#1788)
yahtoo [Thu, 26 Sep 2019 07:08:33 +0000 (15:08 +0800)]
Specify lan discovery service name (#1788)

4 years agoMerge pull request #1787 from Bytom/checkpoint
Paladz [Wed, 18 Sep 2019 08:56:02 +0000 (16:56 +0800)]
Merge pull request #1787 from Bytom/checkpoint

update checkpoint

4 years agoupdate checkpoint
Chengcheng Zhang [Wed, 18 Sep 2019 08:37:04 +0000 (16:37 +0800)]
update checkpoint

4 years agoMerge pull request #1786 from Bytom/dev
Paladz [Wed, 11 Sep 2019 08:00:56 +0000 (16:00 +0800)]
Merge pull request #1786 from Bytom/dev

update master

4 years agoadd new checkpoint (#1785)
Chengcheng Zhang [Wed, 11 Sep 2019 07:49:18 +0000 (15:49 +0800)]
add new checkpoint (#1785)

* add new checkpoint

* update

4 years agoMerge pull request #1784 from Bytom/add-sign-data
Paladz [Wed, 4 Sep 2019 08:17:08 +0000 (16:17 +0800)]
Merge pull request #1784 from Bytom/add-sign-data

add sign data

4 years agoMerge branch 'dev' into add-sign-data
Chengcheng Zhang [Wed, 4 Sep 2019 07:57:41 +0000 (15:57 +0800)]
Merge branch 'dev' into add-sign-data

4 years agoupdate
Chengcheng Zhang [Wed, 4 Sep 2019 07:51:13 +0000 (15:51 +0800)]
update

4 years agoadd sign data add-sign-data
Chengcheng Zhang [Wed, 4 Sep 2019 07:47:32 +0000 (15:47 +0800)]
add sign data

4 years agoMerge pull request #1783 from Bytom/update-testnet-checkpoint
Paladz [Wed, 4 Sep 2019 07:24:08 +0000 (15:24 +0800)]
Merge pull request #1783 from Bytom/update-testnet-checkpoint

update checkpoint and readme

4 years agoupdate checkpoint and readme update-testnet-checkpoint
Chengcheng Zhang [Wed, 4 Sep 2019 07:13:03 +0000 (15:13 +0800)]
update checkpoint and readme

4 years agoMerge pull request #1781 from Bytom/dev
Paladz [Wed, 21 Aug 2019 02:37:49 +0000 (10:37 +0800)]
Merge pull request #1781 from Bytom/dev

Dev

4 years agoMerge pull request #1780 from Bytom/ban_peer
Paladz [Fri, 16 Aug 2019 07:01:21 +0000 (15:01 +0800)]
Merge pull request #1780 from Bytom/ban_peer

fix ban node failed

4 years agofix ban node failed ban_peer
Yahtoo Ma [Fri, 16 Aug 2019 04:35:18 +0000 (12:35 +0800)]
fix ban node failed

4 years agoMerge pull request #1779 from Bytom/dev-log
Paladz [Thu, 15 Aug 2019 04:13:24 +0000 (12:13 +0800)]
Merge pull request #1779 from Bytom/dev-log

log writer close

4 years agolog writer close
wyjDoraemon [Thu, 15 Aug 2019 04:10:06 +0000 (12:10 +0800)]
log writer close

4 years agoMerge pull request #1777 from Bytom/txpool
Paladz [Wed, 14 Aug 2019 08:55:35 +0000 (16:55 +0800)]
Merge pull request #1777 from Bytom/txpool

restore Tx back to Tx pool when chain is reorganized

4 years agoMerge pull request #1774 from Bytom/orphan
Paladz [Wed, 14 Aug 2019 08:47:59 +0000 (16:47 +0800)]
Merge pull request #1774 from Bytom/orphan

fix the orphan issue

4 years agorestore Tx back to Tx pool when chain is reorganized txpool
Yahtoo Ma [Tue, 13 Aug 2019 07:07:03 +0000 (15:07 +0800)]
restore Tx back to Tx pool when chain is reorganized

4 years agofix the orphan issue orphan
Yahtoo Ma [Tue, 13 Aug 2019 03:40:39 +0000 (11:40 +0800)]
fix the orphan issue

4 years agoMerge pull request #1759 from Bytom/security
Paladz [Mon, 12 Aug 2019 07:52:52 +0000 (15:52 +0800)]
Merge pull request #1759 from Bytom/security

Abstract p2p security module

4 years agoDel expired banned peers when add peer security
Yahtoo Ma [Mon, 5 Aug 2019 02:10:24 +0000 (10:10 +0800)]
Del expired banned peers when add peer

4 years agoDel ErrorHandler function
Yahtoo Ma [Fri, 2 Aug 2019 06:13:34 +0000 (14:13 +0800)]
Del ErrorHandler function

4 years agoMerge pull request #1762 from In-Bitcoin-We-Trust/master
Paladz [Wed, 31 Jul 2019 11:48:39 +0000 (19:48 +0800)]
Merge pull request #1762 from In-Bitcoin-We-Trust/master

fix errata

4 years agoMerge pull request #1770 from Bytom/dev
Paladz [Wed, 31 Jul 2019 11:47:58 +0000 (19:47 +0800)]
Merge pull request #1770 from Bytom/dev

Dev

4 years agoMerge pull request #1769 from wyjDoraemon/dev
Paladz [Wed, 31 Jul 2019 11:38:49 +0000 (19:38 +0800)]
Merge pull request #1769 from wyjDoraemon/dev

add bytom logs into files

4 years agoadd bytom logs into files
wyjDoraemon [Wed, 31 Jul 2019 11:24:56 +0000 (19:24 +0800)]
add bytom logs into files

4 years agoMerge pull request #1766 from Bytom/newfix
Paladz [Wed, 31 Jul 2019 06:57:05 +0000 (14:57 +0800)]
Merge pull request #1766 from Bytom/newfix

fix desc

4 years agofix desc
iczc [Wed, 31 Jul 2019 06:54:23 +0000 (14:54 +0800)]
fix desc

4 years agofix errata
In-Bitcoin-We-Trust [Wed, 24 Jul 2019 02:36:28 +0000 (10:36 +0800)]
fix errata