Tags: ilyar/nearcore
Tags
feat: Add an impl for ProfileData and add it as an option to ApplySta… …te (near#3730) * feat: add ProfileData type and option type in ApplyState Also updated profile data to include all of the gas so that it can be used to print debug info * feat: add exported clone method was having difficulty in other projects not seeing clone method on type alias. * fix: implement send/sync for tests * fix: use ProfileData constructor add method to set all gas used * fix: move function parameter behind feature flag and update call site * fix: move struct field behind feature * fix: move cost_counting to required feature set * fix: update versions and deny.toml * fix: naming issues with new chain_id