-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make the changes needed to cancel pending offers
Also fix up some wallet details.
- Loading branch information
1 parent
00fa052
commit b4caa9e
Showing
22 changed files
with
112 additions
and
85 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
packages/agoric-cli/agoric-wallet-build/asset-manifest.json
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,19 +1,19 @@ | ||
{ | ||
"files": { | ||
"main.js": "./static/js/main.2de9e919.chunk.js", | ||
"main.js.map": "./static/js/main.2de9e919.chunk.js.map", | ||
"main.js": "./static/js/main.49aad819.chunk.js", | ||
"main.js.map": "./static/js/main.49aad819.chunk.js.map", | ||
"runtime-main.js": "./static/js/runtime-main.6d19b3b8.js", | ||
"runtime-main.js.map": "./static/js/runtime-main.6d19b3b8.js.map", | ||
"static/js/2.8b396fe9.chunk.js": "./static/js/2.8b396fe9.chunk.js", | ||
"static/js/2.8b396fe9.chunk.js.map": "./static/js/2.8b396fe9.chunk.js.map", | ||
"static/js/2.80be0d87.chunk.js": "./static/js/2.80be0d87.chunk.js", | ||
"static/js/2.80be0d87.chunk.js.map": "./static/js/2.80be0d87.chunk.js.map", | ||
"index.html": "./index.html", | ||
"precache-manifest.81ac76d1232f29be088449d54b9983b8.js": "./precache-manifest.81ac76d1232f29be088449d54b9983b8.js", | ||
"precache-manifest.8f442f599464d859b54c66608d0d6853.js": "./precache-manifest.8f442f599464d859b54c66608d0d6853.js", | ||
"service-worker.js": "./service-worker.js", | ||
"static/js/2.8b396fe9.chunk.js.LICENSE.txt": "./static/js/2.8b396fe9.chunk.js.LICENSE.txt" | ||
"static/js/2.80be0d87.chunk.js.LICENSE.txt": "./static/js/2.80be0d87.chunk.js.LICENSE.txt" | ||
}, | ||
"entrypoints": [ | ||
"static/js/runtime-main.6d19b3b8.js", | ||
"static/js/2.8b396fe9.chunk.js", | ||
"static/js/main.2de9e919.chunk.js" | ||
"static/js/2.80be0d87.chunk.js", | ||
"static/js/main.49aad819.chunk.js" | ||
] | ||
} |
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 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><title>Simple Wallet</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,a=r[0],f=r[1],i=r[2],p=0,s=[];p<a.length;p++)l=a[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(c&&c(r);s.length;)s.shift()();return u.push.apply(u,i||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var f=t[a];0!==o[f]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var a=this["webpackJsonp@agoric/wallet-frontend"]=this["webpackJsonp@agoric/wallet-frontend"]||[],f=a.push.bind(a);a.push=r,a=a.slice();for(var i=0;i<a.length;i++)r(a[i]);var c=f;t()}([])</script><script src="./static/js/2.8b396fe9.chunk.js"></script><script src="./static/js/main.2de9e919.chunk.js"></script></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><title>Agoric Wallet</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,a=r[0],f=r[1],i=r[2],p=0,s=[];p<a.length;p++)l=a[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(c&&c(r);s.length;)s.shift()();return u.push.apply(u,i||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var f=t[a];0!==o[f]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var a=this["webpackJsonp@agoric/wallet-frontend"]=this["webpackJsonp@agoric/wallet-frontend"]||[],f=a.push.bind(a);a.push=r,a=a.slice();for(var i=0;i<a.length;i++)r(a[i]);var c=f;t()}([])</script><script src="./static/js/2.80be0d87.chunk.js"></script><script src="./static/js/main.49aad819.chunk.js"></script></body></html> |
12 changes: 6 additions & 6 deletions
12
...ifest.81ac76d1232f29be088449d54b9983b8.js → ...ifest.8f442f599464d859b54c66608d0d6853.js
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
3 changes: 3 additions & 0 deletions
3
packages/agoric-cli/agoric-wallet-build/static/js/2.80be0d87.chunk.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
packages/agoric-cli/agoric-wallet-build/static/js/2.80be0d87.chunk.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/agoric-cli/agoric-wallet-build/static/js/2.8b396fe9.chunk.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/agoric-cli/agoric-wallet-build/static/js/2.8b396fe9.chunk.js.map
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
packages/agoric-cli/agoric-wallet-build/static/js/main.2de9e919.chunk.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/agoric-cli/agoric-wallet-build/static/js/main.2de9e919.chunk.js.map
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.