aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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
|\ | | | | Handle block number requests
| * 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
|\ | | | | V1.0.2 rc.1 bump
| * 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
|
* make import fee zerov0.3.3-rc.5Determinant2020-09-20
|
* do not multiply the non AVAX asset by 10^9v0.3.3-rc.4Determinant2020-09-20
|
* Merge remote-tracking branch 'origin/master' into masterv0.3.3-rc.3Determinant2020-09-20
|\
| * Merge pull request #38 from ava-labs/gas-estimateTed Yin2020-09-20
| |\ | | | | | | Fix handling of requests for pending block
| | * Treat requests for pending block as requests for accepted blockAaron Buchwald2020-09-20
| | |
| | * Move copied and hacked lists into notes directoryAaron Buchwald2020-09-20
| | |
* | | execute full state transfer during block validationDeterminant2020-09-20
|/ /
* / add the mc library code for referencev0.3.3-rc.2Determinant2020-09-20
|/
* raise the RPC tx fee cap to 100 AVAXv0.3.3-rc.1Determinant2020-09-20
|
* minor change to properly journal the IsMultiCoin flagDeterminant2020-09-20
|
* ...Determinant2020-09-20
|
* get C-Chain internal asset transfer to workv0.3.2Determinant2020-09-20
|
* apply mulit-coin universallyDeterminant2020-09-19
|
* auto-enable multicoin in AddBalanceMultiCoinv0.3.1-rc.2Determinant2020-09-19
|
* fully support C<->X asset transferv0.3.1-rc.1Determinant2020-09-19
|
* fix a critical bug in block validationv0.3.1ecstasy-fixesdevDeterminant2020-09-19
|
* ...Determinant2020-09-19
|
* fix the use of ids.IDDeterminant2020-09-19
|
* ...Determinant2020-09-19
|
* ...Determinant2020-09-19
|
* WIP: fix bugs in crosschain transfer and support general assetsDeterminant2020-09-19
|
* Merge pull request #37 from ava-labs/add-healthv0.3.0-rc.6Ted Yin2020-09-18
|\ | | | | add no-op health endpoint