# https://new-mainnet.aurora.dev ## Errors while generating test data: ### 1. Failed transaction: (examples) - [https://aurorascan.dev/tx/0xff359d764552bbce23f93571b28ba31a498f3fd65e53252c22aace07c91ec492](https://aurorascan.dev/tx/0xff359d764552bbce23f93571b28ba31a498f3fd65e53252c22aace07c91ec492) - [https://aurorascan.dev/tx/0x38f5f69a92f3f8bb27f4117b0fd6a3972054007dc11ef984b90aa3dd608d8948](https://aurorascan.dev/tx/0x38f5f69a92f3f8bb27f4117b0fd6a3972054007dc11ef984b90aa3dd608d8948) - [https://aurorascan.dev/tx/0x9f6a272c1af5eb5d7c0e48b7dac59e179f3576c285ee2e505fc94e2270924ca2](https://aurorascan.dev/tx/0x9f6a272c1af5eb5d7c0e48b7dac59e179f3576c285ee2e505fc94e2270924ca2) ### 2. Hanging transaction: (examples) This addresses where the destination of a token transfer, which was hanging and never completed. The first one shows a transaction in aurora.scan, the other does not. - key: 0x91f93d45e0bcc99bb7a3389f63e01feae4428c59c06c91cb9ef1e53275cab6a1 address: [https://aurorascan.dev/address/0x4437F75a577eB05Df11fB4350947B6931B428bC3](https://aurorascan.dev/address/0x4437F75a577eB05Df11fB4350947B6931B428bC3) - key: 0x3cc4dd3c239c431f73edfaebdcd558fe02a5550bf91f489c789afe4d949b6754 address:[https://aurorascan.dev/address/0xa1E8fB5f15CDC66f96f4D57C0831Be130f87cBb7](https://aurorascan.dev/address/0xa1E8fB5f15CDC66f96f4D57C0831Be130f87cBb7) - key: 0x97ac5ddb3c80966c6fcd1a9f20a7d1dc2f5a5d884114a6c868d23f3cb16ae969 address:[https://aurorascan.dev/address/0x4f01Dd8faf9d1638B18227137592B82165E416c8](https://aurorascan.dev/address/0x4f01Dd8faf9d1638B18227137592B82165E416c8) ## Errors while running tests: ### 1. smart contract code related #### a) wrong eth_getCode returned `curl --location --request POST 'https://new-mainnet.aurora.dev' --header 'Content-Type: application/json' --data-raw '{ "jsonrpc":"2.0", "method":"eth_getCode", "params":[ "0x8eE5A0597A357AA5fb3275BdAc2A67DBcfF891da", "0x2" ], "id":1 }' ` returns `{"id":1,"jsonrpc":"2.0","result":"0x"}` while there is a smart contract at the same address [https://aurorascan.dev/address/0x8eE5A0597A357AA5fb3275BdAc2A67DBcfF891da](https://aurorascan.dev/address/0x8eE5A0597A357AA5fb3275BdAc2A67DBcfF891da) #### b) eth_getCode seems to be random at if it returns the correct values #### c) the same goes fot eth_getStorageAt ### 2. wrong nonce retruned at [https://github.com/aurora-is-near/aurora-api-automation/blob/a33fd2ba8be69666b0a10ec3da9fee30febe810a/go-ethereum/dynamic/eth_getTransactionCount/dynamic_eth_getTransactionCount_test.go#L52](https://github.com/aurora-is-near/aurora-api-automation/blob/a33fd2ba8be69666b0a10ec3da9fee30febe810a/go-ethereum/dynamic/eth_getTransactionCount/dynamic_eth_getTransactionCount_test.go#L52) for the parameters: - accountAddress = 0x998fC04F523B079B6cD7993e49cc2a1107AcAA76 - nBlockNumber = 77629856 the function returns 0, where it should return 4