aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/import_tx.go
Commit message (Expand)AuthorAge
* Add avax API client and upgrade to avalanchego v1.0.5-clientAaron Buchwald2020-11-25
* Clean up usage of ids.IDAaron Buchwald2020-11-09
* remove these ID calls: Key(), Bytes(), Equals(), NewID(), IsZero()v0.3.11-update-idupdate-idDan Laine2020-10-30
* Add semantic verification tests for import txAaron Buchwald2020-10-06
* 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
* 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
* ...Determinant2020-09-19
* fix the use of ids.IDDeterminant2020-09-19
* WIP: fix bugs in crosschain transfer and support general assetsDeterminant2020-09-19
* ...Determinant2020-09-16
* Update to avalanchego v0.8.3Aaron Buchwald2020-09-15
* updated gecko dependencyv0.2.15-rc.1StephenButtolph2020-09-10
* Added first pass of importTx verificationStephenButtolph2020-08-20
* move nonce to EVMOutput/InputDeterminant2020-08-20
* impl state transfer for C-to-X TxDeterminant2020-08-20
* ...Determinant2020-08-19
* clean up codeDeterminant2020-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
* catch up with the new P-Chain cross-chain implDeterminant2020-08-19
* ...Determinant2020-08-13
* WIP: X-to-C transferDeterminant2020-08-13