Merge branch 'master' into refact/circuit-compiler-actions

pull/5238/head
David Disu 2 weeks ago committed by GitHub
commit 3c9809695b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      libs/remix-ai-core/src/agents/securityAgent.ts
  2. 11
      releaseDetails.json

@ -62,10 +62,11 @@ export class SecurityAgent {
this.addFileToReport(newName);
});
this.basePlugin.on('solidity', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
this.basePlugin.on('vyper', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
this.basePlugin.on('hardhat', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
this.basePlugin.on('foundry', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
// disable for now the compilationFinished event
// this.basePlugin.on('solidity', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
// this.basePlugin.on('vyper', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
// this.basePlugin.on('hardhat', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
// this.basePlugin.on('foundry', 'compilationFinished', async (fileName, source, languageVersion, data) => { this.onCompilationFinished(fileName) });
this.watcher = new WorkspaceWatcher(async () => {
try {

@ -1,11 +1,10 @@
{
"version": "v0.59.0",
"version": "v0.60.0",
"title": "RELEASE HIGHLIGHTS",
"highlight1": "Fork & delete VM state",
"highlight2": "Syntax highlighting for Noir(.nr) files",
"highlight3": "",
"highlight1": "Delete forked state environments",
"highlight2": "Scan code pasted into editor using AI",
"highlight3": "Added Linea chain deployment environment",
"highlight4": "",
"more": "Read More",
"moreLink": "https://medium.com/remix-ide/remix-release-v0-59-0-306881e41984?source=friends_link&sk=be2390827519bf2d7530f013021160b9"
"moreLink": "https://medium.com/remix-ide/remix-release-v0-60-0-a86fb7649d62?source=friends_link&sk=63c8c24be0b818dbd855947f2804aad2"
}
Loading…
Cancel
Save