Ramil Amerzyanov
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:  and 
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...
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:...
* 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
add fileCost parameter
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