Ramil Amerzyanov

Results 17 issues of Ramil Amerzyanov

Added support for [ECS Event Stream](https://docs.aws.amazon.com/en_pv/AmazonECS/latest/developerguide/cloudwatch_event_stream.html) That's how notifications look: ![image](https://user-images.githubusercontent.com/1008882/65281965-6e815080-db3c-11e9-80dd-f7d2fe265c46.png) and ![image](https://user-images.githubusercontent.com/1008882/65281991-82c54d80-db3c-11e9-8209-d15bba10806a.png)

package: wasm

Cross-chain transaction doesn't work: the method avax.issueTx does not exist **Describe the bug** Using wallet I am trying to cross-transfer my funds from C-Chain to P-Chain and getting error `the...

bug

This PR adds `/events` endpoint on Platform Chain to be able to subscribe for events. Currently supported only: * ImportTx * ExportTx

### Intro: We are working on implementing distributed multisig for Avalanche. Existing multisig [example](https://github.com/ava-labs/avalanchejs/blob/master/examples/avm/baseTx-avax-send-multisig.ts) works when all private keys presented in single KeyChain. In our [fork](https://github.com/ava-labs/avalanchejs/compare/master...ConsiderItDone:multisig?expand=1) we implemented two methods:...

enhancement

* allows creating a multisig without putting all private keys to single keychain * allows composing transactions signed by distributed private keys Related to https://github.com/ava-labs/avalanchego/issues/888

**Describe the bug** file scripts/parser/main.go doesn't exist anymore but still used here https://github.com/ava-labs/subnet-evm/blob/master/scripts/run.sh#L274

bug

Hi, the following code executed every hour instead of every 4 hours ```go cron := cron.New(cron.WithSeconds()) cron.AddFunc(fmt.Sprintf("2 */240 * * * *", interval), func() { fmt.Printf("tick at %s\n", time.Now()) })...

Related to https://github.com/rodrigo-brito/ninjabot/issues/257