aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/vm.go
Commit message (Expand)AuthorAge
* rename mayBuildBlockStatus valuesDan Laine2020-12-17
* Merge branch 'dev' of github.com:ava-labs/coreth into devDan Laine2020-12-17
|\
| * Address commentsAaron Buchwald2020-12-17
* | renamings; add commentsDan Laine2020-12-17
|/
* Simplify shutdownAaron Buchwald2020-12-15
* Add unit test for building conflicting blocksAaron Buchwald2020-12-14
* Address commentsAaron Buchwald2020-11-29
* Add avax API client and upgrade to avalanchego v1.0.5-clientAaron Buchwald2020-11-25
* Fix byte comparisonAaron Buchwald2020-11-09
* Fix typoAaron Buchwald2020-11-09
* Merge pull request #50 from ava-labs/v0.3.12-with-id-updateaaronbuchwald2020-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
| * | remove these ID calls: Key(), Bytes(), Equals(), NewID(), IsZero()v0.3.11-update-idupdate-idDan Laine2020-10-30
* | | Add bech32 address parsingAaron Buchwald2020-11-04
* | | Add back web3 APIAaron Buchwald2020-11-04
| |/ |/|
* | Add back net APIAaron Buchwald2020-10-30
|/
* Parse config to set enabled APIsv0.3.8Aaron Buchwald2020-10-27
* Add RPC GasCap and TxFeeCap to CLI configAaron Buchwald2020-10-20
* Add CLI config to coreth pluginAaron Buchwald2020-10-20
* mergedv0.3.5-rc.2StephenButtolph2020-10-07
|\
* | Add semantic verification tests for import txAaron Buchwald2020-10-06
* | Improve error messagesAaron Buchwald2020-09-23
* | Sort evm outputs of import txAaron 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
* Treat requests for pending block as requests for accepted blockAaron Buchwald2020-09-20
* raise the RPC tx fee cap to 100 AVAXv0.3.3-rc.1Determinant2020-09-20
* ...Determinant2020-09-19
* ...Determinant2020-09-19
* WIP: fix bugs in crosschain transfer and support general assetsDeterminant2020-09-19
* clean up the codeDeterminant2020-09-18
* Defer wg Done call instead of calling before returnv0.3.0-rc.4v0.3.0-rc.2Aaron Buchwald2020-09-17
* move wg add outside of goroutines to prevent race conditionv0.3.0-rc.3Aaron Buchwald2020-09-17
* Fix panic on shutdown form orphaned goroutineAaron Buchwald2020-09-17
* ...Determinant2020-09-17
* fix the block completion raceDeterminant2020-09-17
* Merge remote-tracking branch 'origin/dev' into geth-tavumDeterminant2020-09-17
|\
| * Switch from ctx.Log to eth loggerAaron Buchwald2020-09-16
| * Merge pull request #30 from ava-labs/build-block-blocksaaronbuchwald2020-09-16
| |\
| | * Add nil to newBlockChan if block verification errorsAaron Buchwald2020-09-16
* | | disable snapshotDeterminant2020-09-17
|/ /
* | ...Determinant2020-09-16
* | ...Determinant2020-09-16
|/
* Merge pull request #27 from ava-labs/renameTed Yin2020-09-15
|\
| * Update to avalanchego v0.8.3Aaron Buchwald2020-09-15
* | Merge pull request #17 from ava-labs/min-gas-priceTed Yin2020-09-15
|\ \
| * | Set NoLocals to true on TxPool configAaron Buchwald2020-09-14