Skip to content

Commit

Permalink
Move datastore file and remove code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed May 29, 2024
1 parent c95c27a commit cf9551e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
3 changes: 0 additions & 3 deletions packages/massa-web3/code-snippets/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions packages/massa-web3/code-snippets/walletGenerateNewAccount.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ZERO_BYTE, ONE, ZERO } from '../utils'
import { Args, U64, U8 } from '../basicElements'
import { ZERO_BYTE, ONE, ZERO } from './utils'
import { Args, U64, U8 } from './basicElements'

const CONTRACTS_NUMBER_KEY = new Uint8Array([ZERO_BYTE])

Expand Down
2 changes: 1 addition & 1 deletion packages/massa-web3/src/smartContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { BlockchainClient, ReadOnlyCallResult } from './client'
import { Account } from './account'
import { ErrorInsufficientBalance, ErrorMaxGas } from './errors'
import { deployer } from './generated/deployer-bytecode'
import { populateDatastore } from './deployerGeneration/dataStore'
import { populateDatastore } from './dataStore'
import { ONE, ZERO } from './utils'
import { execute } from './basicElements/bytecode'
import { Mas } from './basicElements/mas'
Expand Down

1 comment on commit cf9551e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for experimental massa-web3

Action wasn't able to generate report within GitHub comment limit. If you're facing this issue, please let me know by commenting under this issue.

Report generated by 🧪jest coverage report action from cf9551e

Please sign in to comment.