Skip to content
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

Dev 22 jul to mock contracts #4317

Merged
merged 266 commits into from
Jul 22, 2022
Merged
Changes from 1 commit
Commits
Show all changes
266 commits
Select commit Hold shift + click to select a range
2e550f0
Merge pull request #4224 from ElrondNetwork/txs_by_sender_api
sstanculeanu Jun 27, 2022
47ef71c
added new endpoint for latest nonce in pool for sender
sstanculeanu Jun 27, 2022
1af14f4
Merge branch 'feat/new-tx-api' into last_nonce_for_sender
sstanculeanu Jun 27, 2022
36311f8
clarified the situations when no tx is in pool for sender
sstanculeanu Jun 27, 2022
8e24551
added comments on the methods from crossTxCache which only respect th…
sstanculeanu Jun 28, 2022
4cf8fa1
Merge pull request #4232 from ElrondNetwork/last_nonce_for_sender
sstanculeanu Jun 28, 2022
420950f
limit requested items and re-request frequency
AdoAdoAdo Jun 28, 2022
678c4a3
trie: use unix nano
AdoAdoAdo Jun 28, 2022
c906636
added new endpoint for nonce gaps by sender + small refactor to remov…
sstanculeanu Jun 28, 2022
9d2b9aa
fixed test
sstanculeanu Jun 28, 2022
c322dff
fixed more tests
sstanculeanu Jun 28, 2022
4bc0757
trie: change request
AdoAdoAdo Jun 28, 2022
17b39cb
trie: optimise request continue
AdoAdoAdo Jun 28, 2022
c439b4a
trie: revert request continue and increase delta
AdoAdoAdo Jun 28, 2022
0b2ce61
improve api call actions logs
bogdan-rosianu Jun 29, 2022
9361640
new go mod
sasurobert Jun 29, 2022
0e72c14
fixes after review
sstanculeanu Jun 29, 2022
c6cd460
fix one more typo
sstanculeanu Jun 29, 2022
e6527a8
updated the endpoint for sender to accept optional parameters to be a…
sstanculeanu Jun 29, 2022
28688d3
Merge pull request #4234 from ElrondNetwork/nonce-gaps
sstanculeanu Jun 29, 2022
e782483
Merge branch 'feat/new-tx-api' into tx_pool_api_improvements
sstanculeanu Jun 29, 2022
5966682
Merge branch 'master' into improve-api-actions-logs
bogdan-rosianu Jun 30, 2022
87b1a49
new go mod
sasurobert Jun 30, 2022
2c9d3dc
new go mod
sasurobert Jun 30, 2022
9b05242
Merge pull request #4239 from ElrondNetwork/improve-api-actions-logs
bogdan-rosianu Jun 30, 2022
7a58299
Merge branch 'master' into close-done-on-panic
sasurobert Jun 30, 2022
c7e97dc
integrationTests: update trie size for test
AdoAdoAdo Jun 30, 2022
9874a1a
trie: skip partially filled trie sync test
AdoAdoAdo Jun 30, 2022
641459b
Merge branch 'master' into trie-sync-improvements
AdoAdoAdo Jun 30, 2022
13d352d
trie: remove comment
AdoAdoAdo Jun 30, 2022
95cebb9
Merge branch 'trie-sync-improvements' of github.com:ElrondNetwork/elr…
AdoAdoAdo Jun 30, 2022
d941112
trie: formatting
AdoAdoAdo Jun 30, 2022
ff82b02
refactored the /transaction/pool api to accept optional parameters an…
sstanculeanu Jun 30, 2022
e582a1b
new go mod
sasurobert Jul 1, 2022
115bed0
fixes after review: extended fieldsHandler, added better validation o…
sstanculeanu Jul 1, 2022
29b2e95
removed isLower validation
sstanculeanu Jul 1, 2022
0b5d36b
- fixed the updateIndexesOfProcessedTxs function that will trigger th…
iulianpascalau Jul 1, 2022
5ba9c12
Merge pull request #4241 from ElrondNetwork/close-done-on-panic
iulianpascalau Jul 1, 2022
01305d1
- added force-start-from-network flag
iulianpascalau Jul 1, 2022
92dde49
Merge branch 'master' into force-start-from-network
iulianpascalau Jul 1, 2022
a0dad77
Merge branch 'rc/2022-july' into fix-update-indexes-of-processed-txs
iulianpascalau Jul 1, 2022
50d6b27
Merge branch 'rc/2022-july' into fix-update-indexes-of-processed-txs
iulianpascalau Jul 4, 2022
41806e5
fixed error name
sstanculeanu Jul 4, 2022
a1ef4b3
fix after review, now the interval for nonce gaps does not have good …
sstanculeanu Jul 4, 2022
a14412e
update snapshotStatistics
BeniaminDrasovean Jul 4, 2022
8ef5a84
trie, state, epochStart, update: add config option for trie sync if i…
AdoAdoAdo Jul 4, 2022
25bb510
add the flag in config file
AdoAdoAdo Jul 4, 2022
84c9960
Merge pull request #4257 from ElrondNetwork/force-start-from-network
iulianpascalau Jul 4, 2022
df50280
Merge pull request #4254 from ElrondNetwork/fix-update-indexes-of-pro…
iulianpascalau Jul 4, 2022
553d972
Merge branch 'rc/2022-july' into trie-sync-improvements
AdoAdoAdo Jul 4, 2022
a9825e1
gosum, node: fixes after merge
AdoAdoAdo Jul 4, 2022
35a8c9e
fix after merge
AdoAdoAdo Jul 4, 2022
56409d4
Merge branch 'master' into master-rc-july-2022.07.04
iulianpascalau Jul 4, 2022
574e5f1
- fixes after merge & linter fixes
iulianpascalau Jul 4, 2022
3559b44
- uniformized the logging string in api/groups/internalGroup.go
iulianpascalau Jul 4, 2022
6066a59
Merge branch 'rc/2022-july' into fix-wrong-miniblocks-request
iulianpascalau Jul 5, 2022
c94cca4
trie sync fix: when syncing, also save data to previous epoch
BeniaminDrasovean Jul 5, 2022
9f0a71f
fix after review
sstanculeanu Jul 5, 2022
ee29b56
fixed comments in paths from api.toml
sstanculeanu Jul 5, 2022
d3e863c
Merge pull request #4242 from ElrondNetwork/tx_pool_api_improvements
sstanculeanu Jul 5, 2022
9c5859a
Merge remote-tracking branch 'origin/development' into merge_dev_into…
sstanculeanu Jul 5, 2022
0f58a09
fix after merge
sstanculeanu Jul 5, 2022
3b00cbf
mark dbs as active after sync
BeniaminDrasovean Jul 5, 2022
e902057
Merge pull request #4263 from ElrondNetwork/merge_dev_into_feat_new_t…
sstanculeanu Jul 5, 2022
05136c4
save intra-shard scrs as well for dblookup extension
bogdan-rosianu Jul 5, 2022
be01419
Merge branch 'rc/2022-july' into store-intra-shard-txs-dblookupext
bogdan-rosianu Jul 5, 2022
1e05d14
fix stub
bogdan-rosianu Jul 5, 2022
5b8b3b7
Merge remote-tracking branch 'origin/store-intra-shard-txs-dblookupex…
bogdan-rosianu Jul 5, 2022
73a738a
transfer address to system account
sasurobert Jul 5, 2022
84fe548
fixes after review
bogdan-rosianu Jul 5, 2022
3cb6025
fixes after review: renaming
bogdan-rosianu Jul 6, 2022
77b25c5
started unit tests
sasurobert Jul 6, 2022
235482e
started unit tests
sasurobert Jul 6, 2022
e702a16
- new go.mod + integration test
iulianpascalau Jul 6, 2022
7ae8f96
- new go.mod
iulianpascalau Jul 6, 2022
d55a7f9
- new go.mod
iulianpascalau Jul 6, 2022
cb487fd
Merge pull request from GHSA-qf7j-25g9-r63f
iulianpascalau Jul 6, 2022
cb95444
- new vm-common
iulianpascalau Jul 6, 2022
c8fea11
- new integration test
iulianpascalau Jul 6, 2022
57f65c7
- new vm-common
iulianpascalau Jul 6, 2022
cde5c4a
- new vm-common
iulianpascalau Jul 6, 2022
92dc934
Merge pull request #4262 from ElrondNetwork/master-rc-july-2022.07.04
iulianpascalau Jul 7, 2022
c449a93
added unit tests
sasurobert Jul 7, 2022
a8a5322
Merge branch 'rc/2022-july' into transfer-role-enhancement
sasurobert Jul 7, 2022
10e07d6
Merge remote-tracking branch 'origin/rc/2022-july' into merge_rc_july…
sstanculeanu Jul 7, 2022
c1e5974
added LogAPIActionDurationIfNeeded on transactionGroup
sstanculeanu Jul 7, 2022
4419029
added integration tests
sasurobert Jul 7, 2022
3e0898d
Merge pull request #4273 from ElrondNetwork/merge_rc_july_into_feat_n…
sstanculeanu Jul 7, 2022
825bbc9
Merge branch 'rc/2022-july' into store-intra-shard-txs-dblookupext
bogdan-rosianu Jul 7, 2022
eb0ed4a
export currently schedules gas configs:
ssd04 Jun 27, 2022
90ab09d
move gasScheduleNotifier mock to testscommon, cleanup duplicated mocks
ssd04 Jun 27, 2022
25e03d7
unit testing node external api resolver
ssd04 Jun 27, 2022
b2a5ad1
facade: empty check and unit tests
ssd04 Jun 27, 2022
56c4195
api: error check and unit test
ssd04 Jun 27, 2022
c2cf457
self review: renamings + comment fix
ssd04 Jun 27, 2022
5570297
nodeApiResolvers: comment for exposed functions
ssd04 Jun 27, 2022
4e30ced
fix integration test: update Facade interface
ssd04 Jun 27, 2022
3ce711b
fix integration test: set gasScheduleNotifier field
ssd04 Jun 27, 2022
3109c44
fixes after review:
ssd04 Jun 28, 2022
94a2e3a
copy latest gas schedule instead of using a pointer
ssd04 Jun 29, 2022
f41b409
gasScheduleNotifier: use a separate method for lastest gas schedule c…
ssd04 Jun 30, 2022
2ba22ef
Merge branch 'rc/2022-july' into fix-wrong-miniblocks-request
iulianpascalau Jul 7, 2022
03d3bbc
vm integration
sasurobert Jul 7, 2022
3a96cff
- removed log.Debug + TODOs
iulianpascalau Jul 7, 2022
2472230
integrate
sasurobert Jul 7, 2022
efb88e7
- removed unnecessary prints
iulianpascalau Jul 7, 2022
fbcad77
integration
sasurobert Jul 7, 2022
808aa5a
integration
sasurobert Jul 7, 2022
be6772b
fix after review
BeniaminDrasovean Jul 7, 2022
feb22b1
Merge pull request #4091 from ElrondNetwork/fix-wrong-miniblocks-request
gabi-vuls Jul 7, 2022
6e0ebd8
Merge branch 'rc/2022-july' into transfer-role-enhancement
sasurobert Jul 7, 2022
b32b93b
Merge branch 'rc/2022-july' into store-intra-shard-txs-dblookupext
bogdan-rosianu Jul 7, 2022
e7d337b
integration
sasurobert Jul 7, 2022
0ee409d
Merge remote-tracking branch 'origin/transfer-role-enhancement' into …
sasurobert Jul 7, 2022
224c153
test fix
sasurobert Jul 7, 2022
267d83a
Merge branch 'rc/2022-july' into trie-fixes
BeniaminDrasovean Jul 7, 2022
1db551c
- proper release
iulianpascalau Jul 7, 2022
fc78258
Merge pull request from GHSA-mv8x-668m-53fg
iulianpascalau Jul 7, 2022
e9124cc
Merge branch 'rc/2022-july' into EN-12471-export-network-gas-configs-…
gabi-vuls Jul 8, 2022
9f69a30
Merge branch 'rc/2022-july' into trie-sync-improvements
AdoAdoAdo Jul 8, 2022
066d328
api: revert removal of logging.go
AdoAdoAdo Jul 8, 2022
e048caa
New fields on API miniblock: first / last processed TX.
andreibancioiu Jul 8, 2022
4937d95
Merge remote-tracking branch 'origin/rc/2022-july' into merge_rc_july…
sstanculeanu Jul 8, 2022
6342f9a
Merge pull request #4278 from ElrondNetwork/merge_rc_july_into_feat_n…
sstanculeanu Jul 8, 2022
0e7bddb
Merge pull request #4264 from ElrondNetwork/store-intra-shard-txs-dbl…
gabi-vuls Jul 8, 2022
17ce578
Merge branch 'rc/2022-july' into api-miniblock-partial
andreibancioiu Jul 8, 2022
5f59e0a
Merge remote-tracking branch 'origin/rc/2022-july' into merge_rc_july…
sstanculeanu Jul 8, 2022
db4d98d
Merge pull request #4279 from ElrondNetwork/merge_rc_july_into_feat_n…
sstanculeanu Jul 8, 2022
525e85e
Merge branch 'rc/2022-july' into trie-sync-improvements
AdoAdoAdo Jul 8, 2022
1a7315f
node: revert logging to logApiActionDuration
AdoAdoAdo Jul 8, 2022
101b023
Merge pull request #4231 from ElrondNetwork/feat/new-tx-api
sstanculeanu Jul 8, 2022
b084cfc
Merge branch 'rc/2022-july' into trie-fixes
BeniaminDrasovean Jul 11, 2022
bdf941a
Merge branch 'rc/2022-july' into transfer-role-enhancement
sasurobert Jul 11, 2022
a259754
Merge branch 'rc/2022-july' into trie-sync-improvements
AdoAdoAdo Jul 11, 2022
465e943
- compressed flags
iulianpascalau Jul 11, 2022
ba060be
fix after review
sasurobert Jul 11, 2022
2101856
- added exception when marking activeDB after ending the snapshot
iulianpascalau Jul 11, 2022
bb801e0
Merge branch 'rc/2022-july' into rc-july-into-EN-12471
ssd04 Jul 11, 2022
3cfbb08
- added exception in the peer accounts DB + removed duplicated code
iulianpascalau Jul 11, 2022
99bbeae
Merge pull request #4283 from ElrondNetwork/rc-july-into-EN-12471
ssd04 Jul 11, 2022
cf9cbb0
initialNodeFacade: err check for gasConfigs
ssd04 Jul 11, 2022
9a2ba12
- fixes after review
iulianpascalau Jul 11, 2022
7e13457
clean cache if activation
sasurobert Jul 11, 2022
b4588c6
clean cache if activation
sasurobert Jul 11, 2022
22f97a0
clean cache if activation
sasurobert Jul 11, 2022
b63c3f2
proper release
sasurobert Jul 11, 2022
ec82c5d
Merge branch 'transfer-role-enhancement' into clean-aot-cache-if-acti…
sasurobert Jul 11, 2022
20012eb
merge
sasurobert Jul 11, 2022
a353964
Merge branch 'rc/2022-july' into api-miniblock-partial
andreibancioiu Jul 11, 2022
bfc99a2
Merge pull request #4275 from ElrondNetwork/EN-12471-export-network-g…
ssd04 Jul 12, 2022
df75ba7
Merge branch 'rc/2022-july' into transfer-role-enhancement
sasurobert Jul 12, 2022
20cc4f1
Merge branch 'rc/2022-july' into trie-sync-improvements
AdoAdoAdo Jul 12, 2022
d14aaa1
Merge pull request #4280 from ElrondNetwork/v1.3.35-dev-config
gabi-vuls Jul 12, 2022
700dd20
Merge pull request #4248 from ElrondNetwork/trie-sync-improvements
gabi-vuls Jul 12, 2022
fac95e1
Merge pull request #4285 from ElrondNetwork/clean-aot-cache-if-activa…
sasurobert Jul 12, 2022
50d8865
building test
sasurobert Jul 12, 2022
717f620
Merge branch 'rc/2022-july' into api-miniblock-partial
andreibancioiu Jul 12, 2022
af65597
Merge branch 'rc/2022-july' into transfer-role-enhancement
sasurobert Jul 12, 2022
7b07ca5
adding a new test
sasurobert Jul 12, 2022
c971643
Merge pull request #4277 from ElrondNetwork/api-miniblock-partial
iulianpascalau Jul 12, 2022
18f24d1
Merge branch 'rc/2022-july' into transfer-role-enhancement
gabi-vuls Jul 12, 2022
e32f079
test fix
sasurobert Jul 12, 2022
c4fa219
test fix
sasurobert Jul 12, 2022
be23f75
latest indexer
miiu96 Jul 12, 2022
98f4569
collections index
miiu96 Jul 12, 2022
7a0196b
fix semi integration test
miiu96 Jul 12, 2022
d5ba106
Merge pull request #4267 from ElrondNetwork/transfer-role-enhancement
iulianpascalau Jul 12, 2022
53d51a8
Merge branch 'rc/2022-july' into rc-july-latest-indexer
miiu96 Jul 12, 2022
2cb829c
Merge branch 'master' into master-rc-july-2022.07.12
iulianpascalau Jul 12, 2022
77876c2
- fixed enableEpochs.toml
iulianpascalau Jul 12, 2022
e161f80
Merge branch 'rc/2022-july' into trie-fixes
BeniaminDrasovean Jul 13, 2022
f02e4be
Merge pull request #4289 from ElrondNetwork/master-rc-july-2022.07.12
gabi-vuls Jul 13, 2022
390617d
Merge branch 'rc/2022-july' into trie-fixes
BeniaminDrasovean Jul 13, 2022
0095bd1
Merge branch 'rc/2022-july' into activeDB-markup-exception
iulianpascalau Jul 13, 2022
f5aebe7
Merge pull request #4265 from ElrondNetwork/trie-fixes
BeniaminDrasovean Jul 13, 2022
058c8a3
Merge branch 'rc/2022-july' into activeDB-markup-exception
iulianpascalau Jul 13, 2022
027ba3f
- fix after merge
iulianpascalau Jul 13, 2022
5a4f002
Merge branch 'rc/2022-july' into rc-july-latest-indexer
gabi-vuls Jul 14, 2022
dd68ba6
auto generate signing key
miiu96 Jul 14, 2022
c3b52b6
unit test
miiu96 Jul 14, 2022
086c132
- added extra error channel for better handling when the snapshot pro…
iulianpascalau Jul 14, 2022
56b96e8
Merge branch 'rc/2022-july' into test-nfts-async-wrong-args
sasurobert Jul 14, 2022
8749ba8
new vmcommon integration
sasurobert Jul 14, 2022
8c49284
fixes after review
miiu96 Jul 14, 2022
cbbe8a8
small fix
miiu96 Jul 14, 2022
bb1c00c
Merge pull request #4287 from ElrondNetwork/rc-july-latest-indexer
iulianpascalau Jul 14, 2022
f9ebf41
Merge branch 'rc/2022-july' into activeDB-markup-exception
iulianpascalau Jul 14, 2022
501591f
rename flag
miiu96 Jul 14, 2022
488d6df
fix
miiu96 Jul 14, 2022
e48e67d
fix
miiu96 Jul 14, 2022
dd48c7f
fix comments
miiu96 Jul 14, 2022
abff578
improve comment
miiu96 Jul 14, 2022
dfc269c
new vmcommon integration
sasurobert Jul 14, 2022
0f77e01
new vmcommon integration
sasurobert Jul 14, 2022
c39a470
epoch
sasurobert Jul 14, 2022
119e086
test fix
sasurobert Jul 14, 2022
aea8f77
Merge remote-tracking branch 'origin/test-nfts-async-wrong-args' into…
sasurobert Jul 14, 2022
17e9df7
Merge branch 'rc/2022-july' into test-nfts-async-wrong-args
sasurobert Jul 14, 2022
b0c467a
one more test
sasurobert Jul 15, 2022
2c3a831
one more test
sasurobert Jul 15, 2022
5582bd8
new contract
sasurobert Jul 15, 2022
cfe14ed
one more test
sasurobert Jul 15, 2022
c22b8cf
new parser function
sasurobert Jul 15, 2022
795e9e7
Merge remote-tracking branch 'origin/test-nfts-async-wrong-args' into…
sasurobert Jul 15, 2022
ca75466
- fix after review
iulianpascalau Jul 15, 2022
c1d919c
latest indexer
miiu96 Jul 15, 2022
f10b499
rename flag
miiu96 Jul 15, 2022
199e885
integration
sasurobert Jul 15, 2022
4c46324
return empty list if sender is not found in pool for sender
bogdan-rosianu Jul 15, 2022
17e902b
new parser function
sasurobert Jul 15, 2022
db48080
fix comments
bogdan-rosianu Jul 15, 2022
b8c782d
proper release
miiu96 Jul 15, 2022
6d67361
more checks and fixes
sasurobert Jul 15, 2022
4bed764
more checks and fixes
sasurobert Jul 15, 2022
0884566
epoch notifier to tx type handler
sasurobert Jul 15, 2022
ea24860
epoch notifier to tx type handler
sasurobert Jul 15, 2022
2e4627a
fixing value - builtInGasCost is 0 on destination shard
sasurobert Jul 15, 2022
1ae77ec
Merge remote-tracking branch 'origin/test-nfts-async-wrong-args' into…
sasurobert Jul 15, 2022
208387e
Merge pull request #4296 from ElrondNetwork/rc-july-indexer-with-fixes
gabi-vuls Jul 15, 2022
f5c9ca6
fix after review
sasurobert Jul 18, 2022
04af67b
fix after review
sasurobert Jul 18, 2022
5ad1ad8
Merge pull request #4291 from ElrondNetwork/auto-generate-bls-key
miiu96 Jul 18, 2022
df2526e
Merge branch 'rc/2022-july' into txs-pool-api-updates
bogdan-rosianu Jul 18, 2022
e7085b9
Merge branch 'rc/2022-july' into test-nfts-async-wrong-args
sasurobert Jul 18, 2022
d51fa71
Merge pull request #4297 from ElrondNetwork/txs-pool-api-updates
bogdan-rosianu Jul 18, 2022
05a1b2b
indexer
miiu96 Jul 18, 2022
8b1270a
Merge branch 'rc/2022-july' into activeDB-markup-exception
iulianpascalau Jul 18, 2022
c2c0109
remove lastSnapshotStarted if the snapshot finished successfully
BeniaminDrasovean Jul 18, 2022
87092c4
Merge branch 'rc/2022-july' into test-nfts-async-wrong-args
sasurobert Jul 18, 2022
0a81448
releases
sasurobert Jul 19, 2022
93352bf
go sum
sasurobert Jul 19, 2022
b664592
Merge pull request #4281 from ElrondNetwork/activeDB-markup-exception
iulianpascalau Jul 19, 2022
b296288
proper release
miiu96 Jul 19, 2022
82834b2
Merge branch 'rc/2022-july' into fix-indexer-warn-logs
miiu96 Jul 19, 2022
231231b
Merge branch 'rc/2022-july' into start-incomplete-snapshot-fix
BeniaminDrasovean Jul 19, 2022
3555406
Merge pull request #4300 from ElrondNetwork/fix-indexer-warn-logs
iulianpascalau Jul 19, 2022
e7fd60d
- fixed heartbeat v2 integration with hardfork
iulianpascalau Jul 19, 2022
20f38a1
- proper wait function that takes into account the context object
iulianpascalau Jul 19, 2022
61f93f6
Merge branch 'rc/2022-july' into test-nfts-async-wrong-args
iulianpascalau Jul 20, 2022
0c6ad67
fixing values - after restoring penalize gas for asyncCallback
sasurobert Jul 20, 2022
2302963
Merge branch 'rc/2022-july' into start-incomplete-snapshot-fix
BeniaminDrasovean Jul 20, 2022
266d00e
Merge pull request #4305 from ElrondNetwork/fix-hbv2-hardfork-trigger
iulianpascalau Jul 20, 2022
1893a53
Merge branch 'rc/2022-july' into start-incomplete-snapshot-fix
BeniaminDrasovean Jul 20, 2022
73f26bf
Merge pull request #4304 from ElrondNetwork/start-incomplete-snapshot…
iulianpascalau Jul 20, 2022
8165a28
Merge branch 'rc/2022-july' into test-nfts-async-wrong-args
iulianpascalau Jul 20, 2022
576ae95
Merge pull request #4294 from ElrondNetwork/test-nfts-async-wrong-args
iulianpascalau Jul 20, 2022
68db19d
Merge branch 'rc/2022-july' into july2022-to-dev
sasurobert Jul 21, 2022
3cda7ca
Merge pull request #4312 from ElrondNetwork/july2022-to-dev
iulianpascalau Jul 22, 2022
712298a
Merge branch 'development' into dev-22-jul-to-mock-contracts
sasurobert Jul 22, 2022
7008e9d
releases
sasurobert Jul 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
new go mod
  • Loading branch information
sasurobert committed Jun 30, 2022

Unverified

This user has not yet uploaded their public signing key.
commit 87b1a498d683b534eb2a191958e75dd2dca9955b
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -54,4 +54,4 @@ replace github.com/ElrondNetwork/arwen-wasm-vm/v1_2 v1.2.40 => github.com/Elrond

replace github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.40 => github.com/ElrondNetwork/arwen-wasm-vm v1.3.40

replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.54 => github.com/ElrondNetwork/arwen-wasm-vm v1.4.55-0.20220629121026-acd665b81d1c
replace github.com/ElrondNetwork/arwen-wasm-vm/v1_4 v1.4.54 => github.com/ElrondNetwork/arwen-wasm-vm v1.4.55-0.20220630091647-995b8bd68af5
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ github.com/ElrondNetwork/arwen-wasm-vm v1.2.40 h1:o+3qQEyalYGVU/SbYFrZUC7n5zsvwW
github.com/ElrondNetwork/arwen-wasm-vm v1.2.40/go.mod h1:9ogeDdzBF++dDn2PcDa9eelh6VcoT3g1c//v5KHJq/A=
github.com/ElrondNetwork/arwen-wasm-vm v1.3.40 h1:Itm+kBWvrA3S/42q3NeW6H1rVDxzyoNrslUDuwLF9bY=
github.com/ElrondNetwork/arwen-wasm-vm v1.3.40/go.mod h1:Tro83HlV3mhyAhx/ZmSY2BthjxPeeuUR5kKzhT7s32M=
github.com/ElrondNetwork/arwen-wasm-vm v1.4.55-0.20220629121026-acd665b81d1c h1:yf32OBW2Hr6lY7Ea0zNRvR9evlOdDjxm62kRNRuUMCY=
github.com/ElrondNetwork/arwen-wasm-vm v1.4.55-0.20220629121026-acd665b81d1c/go.mod h1:Z+SNPsOPsz97vNSFh8/OYk2VK0rChw4jK+AHIoTEqxI=
github.com/ElrondNetwork/arwen-wasm-vm v1.4.55-0.20220630091647-995b8bd68af5 h1:SKO8bVJbm0tBXUueCGhNyux0cMdOwhgrkfbtPdrapco=
github.com/ElrondNetwork/arwen-wasm-vm v1.4.55-0.20220630091647-995b8bd68af5/go.mod h1:Z+SNPsOPsz97vNSFh8/OYk2VK0rChw4jK+AHIoTEqxI=
github.com/ElrondNetwork/big-int-util v0.1.0 h1:vTMoJ5azhVmr7jhpSD3JUjQdkdyXoEPVkOvhdw1RjV4=
github.com/ElrondNetwork/big-int-util v0.1.0/go.mod h1:96viBvoTXLjZOhEvE0D+QnAwg1IJLPAK6GVHMbC7Aw4=
github.com/ElrondNetwork/concurrent-map v0.1.3 h1:j2LtPrNJuerannC1cQDE79STvi/P04gd61sNYo04Zf0=