-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrated with KCs #194
base: v8/integrate-w-gamma-contracts
Are you sure you want to change the base?
Integrated with KCs #194
Conversation
|
||
divider(); | ||
|
||
console.time('Publish (3 replications, 3 finalizations)') | ||
const result2 = await DkgClient.asset.create(content, { | ||
epochsNum: 2, | ||
tokenAmount: '100', | ||
tokenAmount: '100000000000', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we still have this it should be calculated on chain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should work now, yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without hardcoded amount
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It won't work because we don't have new sharding table contract in this version
…work Public/private rework
[V8] Fix esm/cjs compat
[V8] Webpack: esm / cjs compatibility fix
…n-if-public-exists Rework private representation if public exists
Repositories support for query
[v8] Default api version
…grate-w-new-contracts
Integration + remove paranet UAL from create + remove update
Add hubs to constants
No description provided.