Whoops! π¨ Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: error getting program d4a8f8d167745a51.Heartbeat: failed to derive value: load program failed: Parsing failed:
error: `pub` is no longer a valid access keyword
--> :1:0
|
1 | pub contract Heartbeat {
| ^^^
error: `pub` is no longer a valid access keyword
--> :3:4
|
3 | pub event heartbeat(pulseUUID: UInt64, message: String, ts_begin: Int64)
| ^^^
error: `pub` is no longer a valid access keyword
--> :5:4
|
5 | pub let greeting: String
| ^^^
error: `pub` is no longer a valid access keyword
--> :7:4
|
7 | pub resource Pulse {
| ^^^
error: `pub` is no longer a valid access keyword
--> :8:8
|
8 | pub var ts_begin: Int64
| ^^^
error: `pub` is no longer a valid access keyword
--> :9:8
|
9 | pub var message: String
| ^^^
error: `pub` is no longer a valid access keyword
--> :17:4
|
17 | pub fun generatePulse(ts_begin: Int64, message: String) {
| ^^^
--> d4a8f8d167745a51.Heartbeat
error: cannot find type in this scope: `AuthAccount`
--> 9ea2c1b13340c77729bd33eff7be4703c4999ac86f07d53b54762fb13da6a353:1:106
|
1 | import Heartbeat from 0xd4a8f8d167745a51; transaction(new_ts: Int64, new_message: String){prepare(signer: AuthAccount){}execute{Heartbeat.generatePulse(ts_begin: new_ts, message: new_message)}}
| ^^^^^^^^^^^ not found in this scope
error: cannot find variable in this scope: `Heartbeat`
--> 9ea2c1b13340c77729bd33eff7be4703c4999ac86f07d53b54762fb13da6a353:1:128
|
1 | import Heartbeat from 0xd4a8f8d167745a51; transaction(new_ts: Int64, new_message: String){prepare(signer: AuthAccount){}execute{Heartbeat.generatePulse(ts_begin: new_ts, message: new_message)}}
| ^^^^^^^^^ not found in this scope