Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5099e4a
e.g commit
cfaur09 Oct 15, 2024
256472e
Merge branch 'refs/heads/development' into merge-dev-into-feat-sovere…
bogdan-rosianu Nov 18, 2024
2f40ecd
Merge pull request #1388 from multiversx/merge-dev-into-feat-sovereig…
bogdan-rosianu Nov 18, 2024
f085306
Merge branch 'refs/heads/development' into merge-dev-into-feat-sovere…
bogdan-rosianu Nov 22, 2024
3f1b56f
Merge pull request #1393 from multiversx/merge-dev-into-feat-sovereig…
bogdan-rosianu Nov 22, 2024
b35b118
[temp] - add support for prefix ESDT (#1348)
cfaur09 Nov 27, 2024
057fc64
fix bls cache
bogdan-rosianu Dec 11, 2024
f4ef94a
Merge pull request #1419 from multiversx/bls-cache-fixes
bogdan-rosianu Dec 11, 2024
290f30a
fix bls cache
bogdan-rosianu Dec 11, 2024
d9719c0
Merge pull request #1421 from multiversx/block-service-local-caching-…
bogdan-rosianu Dec 11, 2024
5bf901b
Merge branch 'refs/heads/development' into merge-dev-feat-sov-jan20
bogdan-rosianu Jan 20, 2025
df9a93c
Merge pull request #1438 from multiversx/merge-dev-feat-sov-jan20
bogdan-rosianu Jan 21, 2025
4c79f87
API-417: added withCrossChainTransfers filter
bogdan-rosianu Jan 21, 2025
060ad1a
extract cross chain transfers metadata
bogdan-rosianu Jan 22, 2025
e0f2fef
fix
bogdan-rosianu Jan 22, 2025
e66b2c5
extra check
bogdan-rosianu Jan 22, 2025
b217596
remove console log
bogdan-rosianu Jan 22, 2025
66f8374
fixes after review
bogdan-rosianu Jan 30, 2025
c8bc1fe
always run unit tests on PRs
bogdan-rosianu Jan 30, 2025
19f3047
Merge pull request #1439 from multiversx/API-417-get-cross-chain-tran…
bogdan-rosianu Jan 30, 2025
510cef8
Merge dev feat sov jan30 (#1444)
bogdan-rosianu Jan 31, 2025
07f0217
updated placeholder config
Feb 20, 2025
31d2d61
Merge pull request #1452 from multiversx/feat/sovereign-docker-v2
dragos-rebegea Feb 20, 2025
c3a78bf
Merge development into feat/sovereign feb25 (#1457)
bogdan-rosianu Feb 25, 2025
2cd4074
Added custom hrp support (#1465)
bogdan-rosianu Mar 18, 2025
d0ec85f
Update proccess nft sovereign (#1487)
bogdan-rosianu Apr 17, 2025
d6a0e01
Merge development sov apr24 (#1491)
bogdan-rosianu Apr 29, 2025
0835de7
Merge branch 'development' into merge-dev-sov-may30
bogdan-rosianu May 30, 2025
57ca7ee
fixes
gabrielmatei May 13, 2025
242de22
add logs
gabrielmatei May 13, 2025
39f3b66
extra logs
bogdan-rosianu May 30, 2025
f879ec8
more logs
bogdan-rosianu May 30, 2025
bd3fb46
fix aws service
bogdan-rosianu May 30, 2025
1e1a495
update thumbnail check
bogdan-rosianu Jun 2, 2025
d2a925c
fix duplicated config entries
bogdan-rosianu Jun 2, 2025
533e44a
Merge pull request #1503 from multiversx/merge-dev-sov-may30
dragos-rebegea Jun 2, 2025
cc36e2c
Merge development into feat/sovereign (#1529)
bogdan-rosianu Aug 25, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/chain-simulator-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, development]
pull_request:
branches: [main, development]
branches: [main, development, feat/*]

jobs:
test-chainsimulator-e2e:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/unit.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@
name: Unit tests

on:
push:
branches: [main, development]
pull_request:
branches: [main, development]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
4 changes: 4 additions & 0 deletions config/config.devnet-old.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
network: 'devnet-old'
metaChainShardId: 4294967295
crossChainSenderShardId: 4294967293
api:
public: true
private: true
Expand Down Expand Up @@ -70,6 +71,7 @@ aws:
s3Secret: ''
s3Bucket: 'devnet-old-media.elrond.com'
s3Region: ''
s3Endpoint: ''
urls:
self: 'https://devnet-old-api.multiversx.com'
elastic:
Expand Down Expand Up @@ -121,6 +123,8 @@ inflation:
- 1130177
- 924690
- 719203
chainSettings:
hrp: 'erd'
nftProcess:
parallelism: 1
maxRetries: 3
15 changes: 15 additions & 0 deletions config/config.devnet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
network: 'devnet'
metaChainShardId: 4294967295
crossChainSenderShardId: 4294967293
api:
public: true
publicPort: 3001
Expand Down Expand Up @@ -52,6 +53,10 @@ features:
assetsFetch:
enabled: true
assetesUrl: 'https://tools.multiversx.com/assets-cdn'
mediaRedirect:
enabled: false
storageUrls:
- 'https://s3.amazonaws.com/devnet-media.elrond.com'
auth:
enabled: false
maxExpirySeconds: 86400
Expand Down Expand Up @@ -84,6 +89,8 @@ features:
durationThresholdMs: 5000
failureCountThreshold: 5
resetTimeoutMs: 30000
elasticMigratedIndices:
logs: 'events'
statusChecker:
enabled: false
thresholds:
Expand Down Expand Up @@ -122,6 +129,7 @@ aws:
s3Secret: ''
s3Bucket: 'devnet-media.elrond.com'
s3Region: ''
s3Endpoint: ''
urls:
self: 'https://devnet-api.multiversx.com'
elastic:
Expand Down Expand Up @@ -173,6 +181,13 @@ inflation:
- 1130177
- 924690
- 719203
chainSettings:
hrp: 'erd'
nftProcess:
parallelism: 1
maxRetries: 3
compression:
enabled: true
level: 6
threshold: 1024
chunkSize: 16384
3 changes: 3 additions & 0 deletions config/config.e2e-mocked.mainnet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
network: 'mainnet'
metaChainShardId: 4294967295
crossChainSenderShardId: 4294967293
api:
public: true
private: true
Expand Down Expand Up @@ -65,6 +66,8 @@ inflation:
- 1130177
- 924690
- 719203
chainSettings:
hrp: 'erd'
security:
admins:
jwtSecret:
Expand Down
7 changes: 6 additions & 1 deletion config/config.e2e.mainnet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
network: 'mainnet'
metaChainShardId: 4294967295
crossChainSenderShardId: 4294967293
api:
public: true
publicPort: 3001
Expand Down Expand Up @@ -85,6 +86,8 @@ features:
durationThresholdMs: 5000
failureCountThreshold: 5
resetTimeoutMs: 30000
elasticMigratedIndices:
logs: 'events'
statusChecker:
enabled: false
thresholds:
Expand Down Expand Up @@ -126,6 +129,7 @@ aws:
s3Secret: ''
s3Bucket: 'media.elrond.com'
s3Region: ''
s3Endpoint: ''
urls:
self: 'http://localhost:3001'
elastic:
Expand All @@ -141,7 +145,6 @@ urls:
tmp: '/tmp'
ipfs: 'https://ipfs.io/ipfs'
socket: 'socket-api-fra.multiversx.com'
maiarId: 'https://id-api.multiversx.com'
indexer:
type: 'elastic'
maxPagination: 10000
Expand Down Expand Up @@ -180,3 +183,5 @@ inflation:
nftProcess:
parallelism: 1
maxRetries: 3
chainSettings:
hrp: 'erd'
15 changes: 15 additions & 0 deletions config/config.mainnet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
network: 'mainnet'
metaChainShardId: 4294967295
crossChainSenderShardId: 4294967293
api:
public: true
publicPort: 3001
Expand Down Expand Up @@ -85,6 +86,8 @@ features:
durationThresholdMs: 5000
failureCountThreshold: 5
resetTimeoutMs: 30000
elasticMigratedIndices:
logs: 'events'
statusChecker:
enabled: false
thresholds:
Expand Down Expand Up @@ -117,6 +120,10 @@ features:
assetsFetch:
enabled: true
assetesUrl: 'https://tools.multiversx.com/assets-cdn'
mediaRedirect:
enabled: false
storageUrls:
- 'https://s3.amazonaws.com/media.elrond.com'
image:
width: 600
height: 600
Expand All @@ -126,6 +133,7 @@ aws:
s3Secret: ''
s3Bucket: 'media.elrond.com'
s3Region: ''
s3Endpoint: ''
urls:
self: 'https://api.multiversx.com'
elastic:
Expand Down Expand Up @@ -177,6 +185,13 @@ inflation:
- 1130177
- 924690
- 719203
chainSettings:
hrp: 'erd'
nftProcess:
parallelism: 1
maxRetries: 3
compression:
enabled: true
level: 6
threshold: 1024
chunkSize: 16384
15 changes: 15 additions & 0 deletions config/config.testnet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
network: 'testnet'
metaChainShardId: 4294967295
crossChainSenderShardId: 4294967293
api:
public: true
publicPort: 3001
Expand Down Expand Up @@ -84,6 +85,8 @@ features:
durationThresholdMs: 5000
failureCountThreshold: 5
resetTimeoutMs: 30000
elasticMigratedIndices:
logs: 'events'
statusChecker:
enabled: false
thresholds:
Expand Down Expand Up @@ -116,6 +119,10 @@ features:
assetsFetch:
enabled: true
assetesUrl: 'https://tools.multiversx.com/assets-cdn'
mediaRedirect:
enabled: false
storageUrls:
- 'https://s3.amazonaws.com/testnet-media.elrond.com'
image:
width: 600
height: 600
Expand All @@ -125,6 +132,7 @@ aws:
s3Secret: ''
s3Bucket: 'testnet-media.elrond.com'
s3Region: ''
s3Endpoint: ''
urls:
self: 'https://testnet-api.multiversx.com'
elastic:
Expand Down Expand Up @@ -176,6 +184,13 @@ inflation:
- 1130177
- 924690
- 719203
chainSettings:
hrp: 'erd'
nftProcess:
parallelism: 1
maxRetries: 3
compression:
enabled: true
level: 6
threshold: 1024
chunkSize: 16384
Loading