aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm
Commit message (Expand)AuthorAge
...
* | | implemented exportTx acceptStephenButtolph2020-08-20
* | | Merge remote-tracking branch 'origin/ecstasy-transfer' into ecstasy-transferDeterminant2020-08-20
|\ \ \
| * \ \ Merge branch 'ecstasy-transfer' of github.com:ava-labs/coreth into ecstasy-tr...StephenButtolph2020-08-20
| |\ \ \
| * | | | Added first pass of importTx verificationStephenButtolph2020-08-20
* | | | | add flow check for ExportTxDeterminant2020-08-20
| |/ / / |/| | |
* | | | 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
|/ /
* | Merge pull request #9 from tyler-smith/TS_ip_filterTed Yin2020-07-31
|\ \
| * | CLEANUP: Remove unused IP filter.Tyler Smith2020-07-30
| * | TWEAK: Don't use IP filter.Tyler Smith2020-07-29
| |/
* | Merge branch 'multi-coin'Determinant2020-07-30
|\ \ | |/ |/|
| * make mc tx workDeterminant2020-06-30
| * ...Determinant2020-06-28
* | 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
* 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
| * new branch: denali-nextDeterminant2020-06-07
* | Updated vm to include bootstrapping/bootstrapped functionsStephenButtolph2020-06-07
|/
* Added error handling for the denali releasev0.2.0StephenButtolph2020-05-30
* Revert "Revert "Added the EVM as a plugin""Stephen Buttolph2020-04-16
* Revert "Added the EVM as a plugin"Stephen Buttolph2020-04-16
* Added the EVM as a pluginStephenButtolph2020-04-15
='n561' href='#n561'>561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667