aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #53 from ava-labs/add-avax-aliasaaronbuchwald2020-11-13
|\
| * Add assetID parsing to export APIAaron Buchwald2020-11-13
|/
* Merge pull request #51 from ava-labs/devv0.3.14aaronbuchwald2020-11-09
|\
| * Fix byte comparisonAaron Buchwald2020-11-09
| * Clean up usage of ids.IDAaron Buchwald2020-11-09
| * Fix typoAaron Buchwald2020-11-09
| * Merge pull request #50 from ava-labs/v0.3.12-with-id-updateaaronbuchwald2020-11-09
| |\
| | * update db new iteratorAaron Buchwald2020-11-09
| | * Merge tag 'v0.3.12' into v0.3.12-with-id-updatev0.3.12-id-updateDan Laine2020-11-05
| | |\
| | * | lintv0.3.11-update-id-3Dan Laine2020-11-01
| | * | remove id.Bytes() and ids.NewIDDan Laine2020-11-01
| | * | update avalanche go dep versionDan Laine2020-11-01
| | * | update avalanchego versionDan Laine2020-10-30
| | * | remove these ID calls: Key(), Bytes(), Equals(), NewID(), IsZero()v0.3.11-update-idupdate-idDan Laine2020-10-30
| * | | Merge pull request #48 from ava-labs/atomic-apiaaronbuchwald2020-11-09
| |\ \ \
| | * | | Add getUTXOs and issueTxAaron Buchwald2020-11-04
| | * | | Add bech32 address parsingAaron Buchwald2020-11-04
| |/ / /
| * | | Merge pull request #47 from ava-labs/web3-apiv0.3.13aaronbuchwald2020-11-04
|/| | |
| * | | Add back web3 APIAaron Buchwald2020-11-04
|/ / /
* | | Merge pull request #45 from ava-labs/handle-configStephen Buttolph2020-10-30
|\ \ \ | | |/ | |/|
| * | Bump avalanchego to v1.0.4v0.3.12Aaron Buchwald2020-10-30
| * | Add back net APIAaron Buchwald2020-10-30
| |/
| * fixed api.Json.*v0.3.11StephenButtolph2020-10-28
| * fixed go.sumv0.3.10StephenButtolph2020-10-28
| * bumped avalanchego versionv0.3.9StephenButtolph2020-10-28
| * Parse config to set enabled APIsv0.3.8Aaron Buchwald2020-10-27
|/
* Merge pull request #43 from ava-labs/handle-block-number-requestsaaronbuchwald2020-10-26
|\
| * Add RPC GasCap and TxFeeCap to CLI configAaron Buchwald2020-10-20
| * Set txpool API to be enabled by defaultAaron Buchwald2020-10-20
| * Add CLI config to coreth pluginAaron Buchwald2020-10-20
| * Disable eth_syncing API callAaron Buchwald2020-10-19
| * Clean up use of pending/latest meta block numbersAaron Buchwald2020-10-16
| * Revert changes to unmarshalling of latest block numberAaron Buchwald2020-10-15
|/
* Merge pull request #42 from ava-labs/v1.0.2-rc.1-bumpv0.3.5Stephen Buttolph2020-10-08
|\
| * bumped avalanchego version to avoid cycleStephenButtolph2020-10-08
| * mergedv0.3.5-rc.2StephenButtolph2020-10-07
| |\
| | * updated avalanchego version to support responseWriter headersv0.3.5-rc.1StephenButtolph2020-10-06
| |/ |/|
| * Fix typosAaron Buchwald2020-10-07
| * Fix export tx credential verificationAaron Buchwald2020-10-07
| * Add semantic verification tests for import txAaron Buchwald2020-10-06
| * import tx test wipAaron Buchwald2020-10-05
| * remove requirement that evm inputs/outputs are non-empty listAaron Buchwald2020-09-23
| * remove requirement for evm inputs and outputs to be sorted and uniqueAaron Buchwald2020-09-23
| * Improve error messagesAaron Buchwald2020-09-23
| * Sort evm outputs of import txAaron Buchwald2020-09-23
| * Change name of EVMInputs inner sort structAaron Buchwald2020-09-23
| * Add test for ExportTx VerifyAaron Buchwald2020-09-23
|/
* ...v0.3.4v0.3.3-rc.7Determinant2020-09-20
* fix the gas estimation issuev0.3.3-rc.6Determinant2020-09-20
* ...Determinant2020-09-20
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 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705