aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix minor bugsDeterminant2020-08-20
|
* ...Determinant2020-08-20
|
* move nonce to EVMOutput/InputDeterminant2020-08-20
|
* add C-to-X RPCDeterminant2020-08-20
|
* impl state transfer for C-to-X TxDeterminant2020-08-20
|
* ...Determinant2020-08-19
|
* clean up codeDeterminant2020-08-19
|
* ...Determinant2020-08-19
|
* WIP: C-to-X transferDeterminant2020-08-19
|
* remove base_tx.goDeterminant2020-08-19
|
* finish flow-checkingDeterminant2020-08-19
|
* make the basic X-to-C logic workDeterminant2020-08-19
|
* ...Determinant2020-08-19
|
* ...Determinant2020-08-19
|
* finish the block verification implDeterminant2020-08-19
|
* catch up with the new P-Chain cross-chain implDeterminant2020-08-19
|
* ...Determinant2020-08-13
|
* WIP: X-to-C transferDeterminant2020-08-13
|
* include extra block data into hash calculationDeterminant2020-08-04
|
* Merge remote-tracking branch 'origin/master' into masterDeterminant2020-08-03
|\
| * Merge pull request #9 from tyler-smith/TS_ip_filterTed Yin2020-07-31
| |\ | | | | | | Remove IP filter
| | * CLEANUP: Remove unused IP filter.Tyler Smith2020-07-30
| | |
| | * TWEAK: Don't use IP filter.Tyler Smith2020-07-29
| | |
* | | allow using extra binary data in a block for state transitionDeterminant2020-08-03
| | |
* | | make block-format backward-compatible and future-proofv0.2.11Determinant2020-08-02
|/ /
* | remove necessary filesv0.2.10Determinant2020-07-30
| |
* | Merge branch 'multi-coin'Determinant2020-07-30
|\ \ | |/ |/|
| * clean upmulti-coinDeterminant2020-07-29
| |
| * more clean upDeterminant2020-07-03
| |
| * make MultiCoin.transfer workDeterminant2020-07-02
| |
| * make sure getBalance() worksDeterminant2020-07-01
| |
| * embed mc lib into genesisDeterminant2020-07-01
| |
| * test multi-coin smart contractsDeterminant2020-06-30
| |
| * make mc tx workDeterminant2020-06-30
| |
| * forget to add gen_*.goDeterminant2020-06-28
| |
| * ...Determinant2020-06-28
| |
| * ...Determinant2020-06-28
| |
* | add go mod filesv0.2.8Determinant2020-07-23
| |
* | verify whether Block fields are in agreement with the headerDeterminant2020-07-23
|/
* use non-zero hash as the blackholev0.2.7-rc.4Determinant2020-06-28
|
* change zero addr to 0x0 (from 0x1000...0) with backward-compatibilityv0.2.7-rc.3Determinant2020-06-28
|
* make corrections and increase the version number;v0.2.7-rc.2Determinant2020-06-27
| | | | go mod is crappy and only accepts dep by version numbers. :(
* check the coinbase in ParseBlockv0.2.7-rc.1v0.2.6Determinant2020-06-27
|
* add CPU profiling APIv0.2.5Determinant2020-06-17
|
* Merge remote-tracking branch 'origin/denali-next' into denaliv0.2.4StephenButtolph2020-06-07
|\
| * add ipFilter to "static" RPCDeterminant2020-06-07
| |
| * ...v0.2.3Determinant2020-06-07
| |
| * fix minor typoStephen Buttolph2020-06-07
| |
| * ...v0.2.2v0.2.1Determinant2020-06-07
| |
| * add the missing importsDeterminant2020-06-07
| |
739'>739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794