-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #254 from spacebudz/min_fee
Minimal upgrade to support Conway era
- Loading branch information
Showing
23 changed files
with
567 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import packageJson from "./package.json" assert { type: "json" }; | ||
import packageJson from "./package.json" with { type: "json" }; | ||
import { parse } from "https://deno.land/[email protected]/flags/mod.ts"; | ||
|
||
const flags = parse(Deno.args, { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import * as dnt from "https://deno.land/x/dnt@0.30.0/mod.ts"; | ||
import * as dnt from "https://deno.land/x/dnt@0.40.0/mod.ts"; | ||
import * as esbuild from "https://deno.land/x/[email protected]/mod.js"; | ||
import packageInfo from "./package.json" assert { type: "json" }; | ||
import packageInfo from "./package.json" with { type: "json" }; | ||
|
||
await dnt.emptyDir("./dist"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-20.1 KB
(91%)
src/core/libs/cardano_message_signing/cardano_message_signing_bg.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.