Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | finish the block verification impl | Determinant | 2020-08-19 | |
| | | | ||||
| * | | catch up with the new P-Chain cross-chain impl | Determinant | 2020-08-19 | |
| | | | ||||
| * | | ... | Determinant | 2020-08-13 | |
| | | | ||||
| * | | WIP: X-to-C transfer | Determinant | 2020-08-13 | |
|/ / | ||||
* | | include extra block data into hash calculation | Determinant | 2020-08-04 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' into master | Determinant | 2020-08-03 | |
|\ \ | ||||
| * \ | Merge pull request #9 from tyler-smith/TS_ip_filter | Ted Yin | 2020-07-31 | |
| |\ \ | | | | | | | | | Remove IP filter | |||
| | * | | CLEANUP: Remove unused IP filter. | Tyler Smith | 2020-07-30 | |
| | | | | ||||
| | * | | TWEAK: Don't use IP filter. | Tyler Smith | 2020-07-29 | |
| | |/ | ||||
* | | | allow using extra binary data in a block for state transition | Determinant | 2020-08-03 | |
| | | | ||||
* | | | make block-format backward-compatible and future-proofv0.2.11 | Determinant | 2020-08-02 | |
|/ / | ||||
* | | remove necessary filesv0.2.10 | Determinant | 2020-07-30 | |
| | | ||||
* | | Merge branch 'multi-coin' | Determinant | 2020-07-30 | |
|\ \ | |/ |/| | ||||
| * | clean upmulti-coin | Determinant | 2020-07-29 | |
| | | ||||
| * | more clean up | Determinant | 2020-07-03 | |
| | | ||||
| * | make MultiCoin.transfer work | Determinant | 2020-07-02 | |
| | | ||||
| * | make sure getBalance() works | Determinant | 2020-07-01 | |
| | | ||||
| * | embed mc lib into genesis | Determinant | 2020-07-01 | |
| | | ||||
| * | test multi-coin smart contracts | Determinant | 2020-06-30 | |
| | | ||||
| * | make mc tx work | Determinant | 2020-06-30 | |
| | | ||||
| * | forget to add gen_*.go | Determinant | 2020-06-28 | |
| | | ||||
| * | ... | Determinant | 2020-06-28 | |
| | | ||||
| * | ... | Determinant | 2020-06-28 | |
| | | ||||
* | | add go mod filesv0.2.8 | Determinant | 2020-07-23 | |
| | | ||||
* | | verify whether Block fields are in agreement with the header | Determinant | 2020-07-23 | |
|/ | ||||
* | use non-zero hash as the blackholev0.2.7-rc.4 | Determinant | 2020-06-28 | |
| | ||||
* | change zero addr to 0x0 (from 0x1000...0) with backward-compatibilityv0.2.7-rc.3 | Determinant | 2020-06-28 | |
| | ||||
* | make corrections and increase the version number;v0.2.7-rc.2 | Determinant | 2020-06-27 | |
| | | | | go mod is crappy and only accepts dep by version numbers. :( | |||
* | check the coinbase in ParseBlockv0.2.7-rc.1v0.2.6 | Determinant | 2020-06-27 | |
| | ||||
* | add CPU profiling APIv0.2.5 | Determinant | 2020-06-17 | |
| | ||||
* | Merge remote-tracking branch 'origin/denali-next' into denaliv0.2.4 | StephenButtolph | 2020-06-07 | |
|\ | ||||
| * | add ipFilter to "static" RPC | Determinant | 2020-06-07 | |
| | | ||||
| * | ...v0.2.3 | Determinant | 2020-06-07 | |
| | | ||||
| * | fix minor typo | Stephen Buttolph | 2020-06-07 | |
| | | ||||
| * | ...v0.2.2v0.2.1 | Determinant | 2020-06-07 | |
| | | ||||
| * | add the missing imports | Determinant | 2020-06-07 | |
| | | ||||
| * | new branch: denali-next | Determinant | 2020-06-07 | |
| | | ||||
* | | Updated vm to include bootstrapping/bootstrapped functions | StephenButtolph | 2020-06-07 | |
|/ | ||||
* | Added error handling for the denali releasev0.2.0 | StephenButtolph | 2020-05-30 | |
| | ||||
* | Changing license to LGPL to match gethv0.1.0 | Stephen Buttolph | 2020-04-16 | |
| | ||||
* | Merge pull request #5 from ava-labs/revert-4-revert-2-plugin | Stephen Buttolph | 2020-04-16 | |
|\ | | | | | Added the EVM as a plugin | |||
| * | Revert "Revert "Added the EVM as a plugin"" | Stephen Buttolph | 2020-04-16 | |
|/ | ||||
* | Merge pull request #4 from ava-labs/revert-2-plugin | Stephen Buttolph | 2020-04-16 | |
|\ | | | | | Revert "Added the EVM as a plugin" | |||
| * | Revert "Added the EVM as a plugin" | Stephen Buttolph | 2020-04-16 | |
|/ | ||||
* | Merge pull request #2 from ava-labs/plugin | Stephen Buttolph | 2020-04-16 | |
|\ | | | | | Added the EVM as a plugin | |||
| * | Fixed import path | StephenButtolph | 2020-04-15 | |
| | | ||||
| * | Merge pull request #3 from ava-labs/add-license | Stephen Buttolph | 2020-04-15 | |
| |\ | | | | | | | Create LICENSE | |||
| | * | Create LICENSE | Stephen Buttolph | 2020-04-15 | |
| |/ |/| | ||||
| * | Added the EVM as a plugin | StephenButtolph | 2020-04-15 | |
|/ | ||||
* | Merge pull request #1 from bluecollarcoding/show-readme | Stephen Buttolph | 2020-03-14 | |
|\ | | | | | convert README from .rst to .md |