We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cd7f1 commit d96e966Copy full SHA for d96e966
src/eth_plugin_interface.h
@@ -88,7 +88,7 @@ typedef struct ethPluginSharedRO_s {
88
89
90
// Plugin-only memory allocated by the Ethereum application and used by the plugin.
91
-#define PLUGIN_CONTEXT_SIZE (5 * INT256_LENGTH)
+#define PLUGIN_CONTEXT_SIZE (10 * INT256_LENGTH)
92
// It is recommended to cast the raw uin8_t array to a structure meaningful for your plugin
93
// Helper to check that the actual plugin context structure is not bigger than the allocated memory
94
#define ASSERT_SIZEOF_PLUGIN_CONTEXT(s) \
0 commit comments